AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / docs / themes / default / tests / question_cats_manage.tmpl.php
1 <?php\r
2 /************************************************************************/\r
3 /* AContent                                                             */\r
4 /************************************************************************/\r
5 /* Copyright (c) 2010                                                   */\r
6 /* Inclusive Design Institute                                           */\r
7 /*                                                                      */\r
8 /* This program is free software. You can redistribute it and/or        */\r
9 /* modify it under the terms of the GNU General Public License          */\r
10 /* as published by the Free Software Foundation.                        */\r
11 /************************************************************************/\r
12 ?>\r
13 \r
14 <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" name="form">\r
15 <input type="hidden" name="_course_id" value="<?php echo $this->course_id; ?>" />\r
16 <?php \r
17 if (isset($this->catid)) {\r
18         echo '<input type="hidden" value="'.$this->catid.'" name="catid" />';\r
19 }\r
20 ?>\r
21 <div class="input-form">\r
22         <fieldset class="group_form"><legend class="group_form"><?php echo $this->title; ?></legend>\r
23         <div class="row">\r
24                 <span class="required" title="<?php echo _AT('required_field'); ?>">*</span><label for="cat"><?php echo _AT('title'); ?></label><br />\r
25                 <input type="text" name="title" id="cat" value="<?php echo htmlspecialchars($_POST['title']); ?>" />\r
26         </div>\r
27 \r
28         <div class="row buttons">\r
29                 <input type="submit" value="<?php echo _AT('save'); ?>"   name="submit" accesskey="s" />\r
30                 <input type="submit" value="<?php echo _AT('cancel'); ?>" name="cancel" />\r
31         </div>\r
32         </fieldset>\r
33 </div>\r
34 </form>\r