[LON-CAPA-cvs] cvs: loncom /interface lonstatistics.pm

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 29 May 2003 21:44:53 -0000


matthew		Thu May 29 17:44:53 2003 EDT

  Modified files:              
    /loncom/interface	lonstatistics.pm 
  Log:
  Move the 'clear caches' button away from the other elements in the
  top form on the page.  I nearly hit it 20 times today!
  
  
Index: loncom/interface/lonstatistics.pm
diff -u loncom/interface/lonstatistics.pm:1.72 loncom/interface/lonstatistics.pm:1.73
--- loncom/interface/lonstatistics.pm:1.72	Thu May 29 17:38:32 2003
+++ loncom/interface/lonstatistics.pm	Thu May 29 17:44:53 2003
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstatistics.pm,v 1.72 2003/05/29 21:38:32 matthew Exp $
+# $Id: lonstatistics.pm,v 1.73 2003/05/29 21:44:53 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -859,16 +859,14 @@
     #
     $Str .= '<table border="0"><tbody><tr>'."\n";
     $Str .= '<td></td>'."\n";
-    $Str .= '<td></td>'."\n";
     $Str .= '<td align="center"><b>Select a Report</b></td>'."\n";
+    $Str .= '<td></td>'."\n";
+    $Str .= '<td></td>'."\n";
     $Str .= '<tr>'."\n";
     #
     $Str .= '<td align="center">'.
         '<input type="submit" name="Refresh" value="Update Display" />'.
             "</td>\n";
-    $Str .= '<td align="center">'.
-        '<input type="submit" name="ClearCache" value="Clear Caches" />'.
-            "</td>\n";
     #
     $Str .= '<td align="center">';
     $Str .= '<select name="reportSelected" >'."\n";
@@ -881,6 +879,10 @@
     }
     $Str .= '</select></td>'."\n";
     #
+    $Str .= '<td>'.('&nbsp;'x30).'</td>';
+    $Str .= '<td align="center">'.
+        '<input type="submit" name="ClearCache" value="Clear Caches" />'.
+            "</td>\n";
     $Str .= '</tr></tbody></table>'."\n";
     $Str .= '<hr>'."\n";
     #