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

stredwic lon-capa-cvs@mail.lon-capa.org
Fri, 28 Jun 2002 19:34:12 -0000


stredwic		Fri Jun 28 15:34:12 2002 EDT

  Modified files:              
    /loncom/interface	lonchart.pm 
  Log:
  Added a refresh chart button.  This will be used to redisplay the screen
  without downloading all the information.  It will be used to update the
  chart when selectable items that don't refresh the screen are used.
  
  
Index: loncom/interface/lonchart.pm
diff -u loncom/interface/lonchart.pm:1.44 loncom/interface/lonchart.pm:1.45
--- loncom/interface/lonchart.pm:1.44	Fri Jun 28 14:06:14 2002
+++ loncom/interface/lonchart.pm	Fri Jun 28 15:34:12 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # (Publication Handler
 #
-# $Id: lonchart.pm,v 1.44 2002/06/28 18:06:14 stredwic Exp $
+# $Id: lonchart.pm,v 1.45 2002/06/28 19:34:12 stredwic Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -267,8 +267,11 @@
             '<option '.$OpSel1.' >Active</option>'."\n".
             '<option '.$OpSel2.' >Expired</option>'."\n".
 	    '<option '.$OpSel3.' >Any</option> </select> '."\n";
-    $Ptr .= '&nbsp;&nbsp;&nbsp;';
+    $Ptr .= '<br><br>';
     $Ptr .= '<input type="submit" name="sort" value="Recalculate Chart"/>';
+    $Ptr .= "\n";
+    $Ptr .= '&nbsp;&nbsp;&nbsp;';
+    $Ptr .= '<input type="submit" name="sort" value="Refresh Chart"/>';
     $Ptr .= "\n";
     $Ptr .= '</form>'."\n";