[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

bisitz lon-capa-cvs-allow@mail.lon-capa.org
Wed, 13 Feb 2008 16:21:44 -0000


bisitz		Wed Feb 13 11:21:44 2008 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  Re-added "," which was lost in version 1.415
  (incorrect display order for "Calculate answers" items)
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.418 loncom/homework/structuretags.pm:1.419
--- loncom/homework/structuretags.pm:1.418	Fri Feb  8 13:01:30 2008
+++ loncom/homework/structuretags.pm	Wed Feb 13 11:21:44 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.418 2008/02/08 18:01:30 bisitz Exp $
+# $Id: structuretags.pm,v 1.419 2008/02/13 16:21:44 bisitz Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -477,8 +477,8 @@
 	$result .= '<span class="LC_nobreak">'.
 	    &mt('[_1] for [_2] versions.',
 		'<input type="button" name="submitmode" value="'.&mt('Calculate answers').'" '.
-                'onclick="javascript:setmode(this.form,'."'calcanswers'".')" />
-		<input type="text" name="numtoanalyze" value="'.
+                'onclick="javascript:setmode(this.form,'."'calcanswers'".')" />'
+               ,'<input type="text" name="numtoanalyze" value="'.
 		$numtoanalyze.'" size="5" />').
 		&Apache::loncommon::help_open_topic("Analyze_Problem",'',undef,undef,300).
 		'</span>';