You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/03/15 15:49:02 UTC

svn commit: r1301014 - /incubator/vcl/trunk/web/.ht-inc/computers.php

Author: jfthomps
Date: Thu Mar 15 14:49:02 2012
New Revision: 1301014

URL: http://svn.apache.org/viewvc?rev=1301014&view=rev
Log:
removed some commented out blocks of code there were left over from a copy/paste

Modified:
    incubator/vcl/trunk/web/.ht-inc/computers.php

Modified: incubator/vcl/trunk/web/.ht-inc/computers.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/computers.php?rev=1301014&r1=1301013&r2=1301014&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/computers.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/computers.php Thu Mar 15 14:49:02 2012
@@ -2912,18 +2912,9 @@ function computerUtilities() {
 	$cont = addContinuationsEntry('AJgenerateUtilData', $cdata, SECINDAY);
 	print "   <input type=\"hidden\" id=\"utilcont\" value=\"$cont\">\n";
 	print "   <div align=\"center\">\n";
-	/*print "   <button id=\"utilsubmit\" dojoType=\"dijit.form.Button\" disabled>\n";
-	print "     Generate Data\n";
-	print "	   <script type=\"dojo/method\" event=\"onClick\">\n";
-	#print "       useSuggestedSlot();\n";
-	print "     </script>\n";
-	print "   </button>\n";*/
 	print "   <button id=\"utilcancel\" dojoType=\"dijit.form.Button\">\n";
 	print "     Close\n";
 	print "	   <script type=\"dojo/method\" event=\"onClick\">\n";
-	/*print "       dijit.byId('suggestDlgBtn').set('disabled', true);\n";
-	print "       showDijitButton('suggestDlgBtn');\n";
-	print "       dijit.byId('suggestDlgCancelBtn').set('label', 'Cancel');\n";*/
 	print "       dijit.byId('utildialog').hide();\n";
 	print "       dojo.byId('utilcontent').innerHTML = '';\n";
 	print "       dojo.addClass('mgmtipdiv', 'hidden');\n";