From: Simon H. <sim...@us...> - 2010-12-02 19:26:03
|
Update of /cvsroot/stack/stack-dev/lib/ui In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29786/lib/ui Modified Files: questionTest.php questionDeploy.php Log Message: Index: questionDeploy.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/ui/questionDeploy.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** questionDeploy.php 30 Sep 2010 16:56:15 -0000 1.10 --- questionDeploy.php 2 Dec 2010 19:25:54 -0000 1.11 *************** *** 141,144 **** --- 141,145 ---- </div> <?php + /* if($earliest == $latestVersion) { echo '<div class="section80">'; *************** *** 152,155 **** --- 153,157 ---- // should output responses defined (counted) and their test result } + */ ?> </div> \ No newline at end of file Index: questionTest.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/ui/questionTest.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** questionTest.php 30 Sep 2010 16:56:15 -0000 1.26 --- questionTest.php 2 Dec 2010 19:25:54 -0000 1.27 *************** *** 94,98 **** echo get_string('stackAuthor_qid','stack').' '.$id; ! echo " <a href='questionTest.php?id=$id'>".get_string('stackQuestion_authorNewVersion','stack')."</a> "; echo '<input type="input" name="seed" value="'.$seed.'" />'; --- 94,98 ---- echo get_string('stackAuthor_qid','stack').' '.$id; ! echo " <a href='questionTest.php?id=$id'>".get_string('stackQuestion_authorNewInstance','stack')."</a> "; echo '<input type="input" name="seed" value="'.$seed.'" />'; |