move code up one directory
[atutor.git] / themes / simplified-desktop / admin / my_edit.tmpl.php
1 <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
2 <div class="input-form">
3         <div class="row">
4                 <label for="real_name"><?php echo _AT('real_name'); ?></label><br />
5                 <input type="text" name="real_name" id="real_name" size="40" value="<?php echo htmlspecialchars($_POST['real_name']); ?>" />
6         </div>
7
8         <div class="row">
9                 <span class="required" title="<?php echo _AT('required_field'); ?>">*</span><label for="email"><?php echo _AT('email'); ?></label><br />
10                 <input type="text" name="email" id="email" size="40" value="<?php echo htmlspecialchars($_POST['email']); ?>" />
11         </div>
12
13         <div class="row buttons">
14                 <input type="submit" name="submit" value="<?php echo _AT('save'); ?>" accesskey="s" />
15                 <input type="submit" name="cancel" value="<?php echo _AT('cancel'); ?>" />
16         </div>
17 </div>
18 </form>