[LON-CAPA-cvs] cvs: loncom /homework grades.pm
harmsja
harmsja@source.lon-capa.org
Wed, 17 Dec 2008 13:06:17 -0000
harmsja Wed Dec 17 13:06:17 2008 EDT
Modified files:
/loncom/homework grades.pm
Log:
changed name of a new style to LC_*** and remove div tags because it wasn't
useful at all.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.536 loncom/homework/grades.pm:1.537
--- loncom/homework/grades.pm:1.536 Mon Dec 15 20:55:38 2008
+++ loncom/homework/grades.pm Wed Dec 17 13:06:17 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.536 2008/12/15 20:55:38 raeburn Exp $
+# $Id: grades.pm,v 1.537 2008/12/17 13:06:17 harmsja Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -8178,8 +8178,8 @@
'.$table.'
</div>
-<div class="columnSection">
- <div>
+<div class="LC_columnSection">
+
<fieldset>
<legend>
'.&mt('Sections').'
@@ -8189,27 +8189,21 @@
$result.= '<option value="all" '.($saveSec eq 'all' ? 'selected="selected"' : ''). '>all</option></select> ';
$result.='
</fieldset>
- </div>
-
- <div>
+
<fieldset>
<legend>
'.&mt('Groups').'
</legend>
'.&Apache::lonstatistics::GroupSelect('group','multiple',5).'
</fieldset>
- </div>
-
- <div>
+
<fieldset>
<legend>
'.&mt('Access Status').'
</legend>
'.&Apache::lonhtmlcommon::StatusOptions($saveStatus,undef,5,undef,'mult').'
</fieldset>
- </div>
-
- <div>
+
<fieldset>
<legend>
'.&mt('Submission Status').'
@@ -8222,7 +8216,7 @@
<option value="all" '. ($saveSub eq 'all' ? 'selected="selected"' : '').'>'.&mt('with any status').'</option>
</select>
</fieldset>
- </div>
+
</div>
<br />