Update of /cvsroot/stack/stack-dev/lib/ui
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25683/lib/ui
Modified Files:
questionDeploy.php
Log Message:
Index: questionDeploy.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/ui/questionDeploy.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** questionDeploy.php 24 Jan 2011 17:20:50 -0000 1.12
--- questionDeploy.php 24 Jan 2011 18:26:05 -0000 1.13
***************
*** 81,85 ****
if($latestVersion == $earliest || false == $earliest) {
echo "<form method='POST' action='?id=".$id."'>".$deployment->formXHTML()."</form>";
! echo '<p><a href="?id='.$id.'&dropall='.$latestVersion.'">'.get_string('FE_deployQuestion_undeployAll', 'stack').'</a>';
} else {
echo get_string('FE_deployQuestion_oldVersionDeployed', 'stack');
--- 81,85 ----
if($latestVersion == $earliest || false == $earliest) {
echo "<form method='POST' action='?id=".$id."'>".$deployment->formXHTML()."</form>";
! //echo '<p><a href="?id='.$id.'&dropall='.$latestVersion.'">'.get_string('FE_deployQuestion_undeployAll', 'stack').'</a>';
} else {
echo get_string('FE_deployQuestion_oldVersionDeployed', 'stack');
|