[Logicampus-cvs] logicampus/src/logicreate/services/classmgr/templates teacherclass_newClass.html,
Brought to you by:
trilexcom
From: Mark K <har...@us...> - 2007-11-02 22:36:19
|
Update of /cvsroot/logicampus/logicampus/src/logicreate/services/classmgr/templates In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27695/templates Modified Files: teacherclass_newClass.html Log Message: Fix IE broken CSS. Index: teacherclass_newClass.html =================================================================== RCS file: /cvsroot/logicampus/logicampus/src/logicreate/services/classmgr/templates/teacherclass_newClass.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** teacherclass_newClass.html 8 Apr 2007 02:04:52 -0000 1.2 --- teacherclass_newClass.html 2 Nov 2007 22:36:16 -0000 1.3 *************** *** 6,10 **** ?> ! <table width="95%" border="0" cellspacing="3" cellpadding="4"> <form method="POST" enctype="application/x-www-form-urlencoded" action="<?=appurl('classmgr/teacherclass/event=saveClass');?>"> <tr><th colspan="2" valign="top" class="">Complete the following fields to add a course to the site.</th></tr> --- 6,10 ---- ?> ! <table width="95%" border="0" cellspacing="3" cellpadding="4" class="ie_drop_fix"> <form method="POST" enctype="application/x-www-form-urlencoded" action="<?=appurl('classmgr/teacherclass/event=saveClass');?>"> <tr><th colspan="2" valign="top" class="">Complete the following fields to add a course to the site.</th></tr> |