[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentassessment.pm
bisitz
bisitz@source.lon-capa.org
Sun, 17 May 2009 22:55:42 -0000
bisitz Sun May 17 22:55:42 2009 EDT
Modified files:
/loncom/interface/statistics lonstudentassessment.pm
Log:
Display status in separate line
Index: loncom/interface/statistics/lonstudentassessment.pm
diff -u loncom/interface/statistics/lonstudentassessment.pm:1.153 loncom/interface/statistics/lonstudentassessment.pm:1.154
--- loncom/interface/statistics/lonstudentassessment.pm:1.153 Sun May 17 22:49:42 2009
+++ loncom/interface/statistics/lonstudentassessment.pm Sun May 17 22:55:42 2009
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.153 2009/05/17 22:49:42 bisitz Exp $
+# $Id: lonstudentassessment.pm,v 1.154 2009/05/17 22:55:42 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -369,11 +369,11 @@
$Str .= ' 'x5;
$Str .= '<input type="submit" name="ClearCache" value="'.
&mt('Clear Caches').'" />';
- $Str .= ' 'x5;
+ $Str .= '<p>';
$Str .=
&mt('Status [_1]',
'<input type="text" name="stats_status" size="60" value="" readonly="readonly" />');
- $Str .= '<br />';
+ $Str .= '</p>';
return $Str;
}