[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstathelpers.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 25 Jun 2004 21:02:41 -0000
matthew Fri Jun 25 17:02:41 2004 EDT
Modified files:
/loncom/interface/statistics lonstathelpers.pm
Log:
Added help link after 'Update Caches' button.
Index: loncom/interface/statistics/lonstathelpers.pm
diff -u loncom/interface/statistics/lonstathelpers.pm:1.16 loncom/interface/statistics/lonstathelpers.pm:1.17
--- loncom/interface/statistics/lonstathelpers.pm:1.16 Wed Jun 23 16:50:26 2004
+++ loncom/interface/statistics/lonstathelpers.pm Fri Jun 25 17:02:41 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstathelpers.pm,v 1.16 2004/06/23 20:50:26 matthew Exp $
+# $Id: lonstathelpers.pm,v 1.17 2004/06/25 21:02:41 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1096,7 +1096,8 @@
('<input type="submit" name="ClearCache" '.
'value="'.&mt('Clear Caches').'" />',
'<input type="submit" name="updatecaches" '.
- 'value="'.&mt('Update Caches').'" />',
+ 'value="'.&mt('Update Caches').'" />'.
+ &Apache::loncommon::help_open_topic('Statistics_Cache'),
'<input type="hidden" name="prevsection" value="'.$sectionkey.'" />',
'<input type="hidden" name="prevenrollstatus" value="'.$statuskey.'" />'
);