From: Chris S. <san...@us...> - 2011-01-24 17:20:58
|
Update of /cvsroot/stack/stack-dev/lib/ui In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15240/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.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** questionDeploy.php 2 Dec 2010 19:25:54 -0000 1.11 --- questionDeploy.php 24 Jan 2011 17:20:50 -0000 1.12 *************** *** 81,84 **** --- 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'); |