You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2009/05/04 22:19:46 UTC

svn commit: r771424 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp

Author: evenisse
Date: Mon May  4 20:19:45 2009
New Revision: 771424

URL: http://svn.apache.org/viewvc?rev=771424&view=rev
Log:
Revert previous patch
merge -r 771422:771423 fron continuum-1.3.x branch

Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp?rev=771424&r1=771423&r2=771424&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/admin/buildQueueView.jsp Mon May  4 20:19:45 2009
@@ -96,9 +96,7 @@
                   <tr>
                     <td width="1%">
                       <redback:ifAuthorized permission="continuum-manage-queues">
-                        <ec:column alias="selectedBuildTaskHashCodes" title=" " style="width:5px" filterable="false" sortable="false" headerCell="selectAll">
                           <input type="checkbox" name="selectedBuildTaskHashCodes" value="${buildTask.hashCode}" />
-                        </ec:column>
                       </redback:ifAuthorized>
                     </td>
                   	<td width="29%">${element.key}</td>
@@ -211,9 +209,7 @@
                   <tr>
                     <td width="1%">
                       <redback:ifAuthorized permission="continuum-manage-queues">
-                        <ec:column alias="selectedCheckOutTaskHashCodes" title=" " style="width:5px" filterable="false" sortable="false" headerCell="selectAll">
                           <input type="checkbox" name="selectedCheckOutTaskHashCodes" value="${checkoutTask.hashCode}" />
-                        </ec:column>
                       </redback:ifAuthorized>
                     </td>
                   	<td width="29%">${element.key}</td>