remove old readme
[atutor.git] / themes / default / instructor / groups / create.tmpl.php
1 <form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
2 <div class="input-form">
3         <fieldset class="group_form"><legend class="group_form"><?php echo _AT('create_groups'); ?></legend>
4         <div class="row">
5                 <input type="radio" name="create" value="automatic" id="automatic" checked="checked" /><label for="automatic"><?php echo _AT('groups_create_automatic'); ?></label>
6         </div>
7
8         <div class="row">
9                 <input type="radio" name="create" value="manual" id="manual" /><label for="manual"><?php echo _AT('groups_create_manual'); ?></label>
10         </div>
11
12         <div class="row buttons">
13                 <input type="submit" name="submit" value="<?php echo _AT('continue'); ?>" />
14         </div>
15         </fieldset>
16 </div>
17 </form>