AC_4897, AC_4898, AC_4899: Multifile uploader fixes.
[acontent.git] / themes / default / home / course / course_start.tmpl.php
1 <?php 
2 /************************************************************************/
3 /* AContent                                                             */
4 /************************************************************************/
5 /* Copyright (c) 2010                                                   */
6 /* Inclusive Design Institute                                           */
7 /*                                                                      */
8 /* This program is free software. You can redistribute it and/or        */
9 /* modify it under the terms of the GNU General Public License          */
10 /* as published by the Free Software Foundation.                        */
11 /************************************************************************/
12
13 ?>
14         <div class="input-form">
15         <fieldset class="group_form"><legend class="group_form"><?php echo _AT('create_content'); ?></legend>
16                 <table class="form_data">
17                 <!-- tr><td>
18                 <?php echo _AT('create_content_1'); ?>
19                 <a href="home/course/content_wizard.php"><?php echo _AT('content_wizard'); ?></a><br /><br />
20                 </td></tr -->
21
22                 <tr><td>
23                 <?php echo _AT('create_content_2', TR_BASE_HREF.'home/editor/edit_content.php?_course_id='.$this->course_id, TR_BASE_HREF.'home/editor/edit_content_folder.php?_course_id='.$this->course_id); ?>
24                 </td></tr>
25                 </table>
26         </fieldset>
27         </div>
28