[Logicampus-cvs] logicampus/src/logicreate/services/classmgr/templates lessonManager_show.html, 1.
Brought to you by:
trilexcom
From: Mark K <har...@us...> - 2007-10-08 00:34:21
|
Update of /cvsroot/logicampus/logicampus/src/logicreate/services/classmgr/templates In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5440/classmgr/templates Modified Files: lessonManager_show.html Log Message: Add in a form to change the start and end dates for LOBs right into the lesson show page. Index: lessonManager_show.html =================================================================== RCS file: /cvsroot/logicampus/logicampus/src/logicreate/services/classmgr/templates/lessonManager_show.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lessonManager_show.html 4 Oct 2007 17:50:58 -0000 1.1 --- lessonManager_show.html 8 Oct 2007 00:34:04 -0000 1.2 *************** *** 34,41 **** --- 34,45 ---- </table> + + <form name="seq_form" id="seq_form" action="<?=appurl('classmgr');?>/lessonSequence/event=save/id=<?=$t['lessonId'];?>" method="POST"> <?php echo $t['table']->toHtml(); ?> + <input type="submit" name="save_btn" id="save_btn" value="Save Changes"/> + </form> <div style="float:right;padding-top:.5em;width:48%;align:right;"> |