Update of /cvsroot/stack/stack-dev/lib/deployment
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20768/lib/deployment
Modified Files:
Tag: STACK2_2
Deployment.php
Log Message:
Diagnostic reporting patch.
Index: Deployment.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/deployment/Deployment.php,v
retrieving revision 1.11.2.8
retrieving revision 1.11.2.9
diff -C2 -d -r1.11.2.8 -r1.11.2.9
*** Deployment.php 20 Aug 2010 11:29:46 -0000 1.11.2.8
--- Deployment.php 7 Sep 2010 13:40:07 -0000 1.11.2.9
***************
*** 61,66 ****
//$xhtml = "<form method='POST' action='?id=".$this->version."'>
$xhtml = "<input type='submit' name='submit' value='add'>
! <input type='text' name='add' value='1' size='3' maxlength='3'/> " . get_string('FE_deployQuestion_newversions', 'stack').
! " <input type='checkbox' name='autoprime' ".(isset($_POST['autoprime'])?'checked="checked"':"")."> ".get_string('FE_deployQuestion_autoprime', 'stack');
/*" <input type='submit' onclick='return confirm(\"" .
get_string('FE_deployQuestion_confirmUndeployAll', 'stack')."\")' name='dropall' value='" .
--- 61,66 ----
//$xhtml = "<form method='POST' action='?id=".$this->version."'>
$xhtml = "<input type='submit' name='submit' value='add'>
! <input type='text' name='add' value='1' size='3' maxlength='3'/> " . get_string('FE_deployQuestion_newversions', 'stack');
! //" <input type='checkbox' name='autoprime' ".(isset($_POST['autoprime'])?'checked="checked"':"")."> ".get_string('FE_deployQuestion_autoprime', 'stack');
/*" <input type='submit' onclick='return confirm(\"" .
get_string('FE_deployQuestion_confirmUndeployAll', 'stack')."\")' name='dropall' value='" .
|