]> source.dussan.org Git - archiva.git/commitdiff
[MRM-396] remove true/false from boolean icons
authorBrett Porter <brett@apache.org>
Mon, 22 Oct 2007 13:58:11 +0000 (13:58 +0000)
committerBrett Porter <brett@apache.org>
Mon, 22 Oct 2007 13:58:11 +0000 (13:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@587099 13f79535-47bb-0310-9956-ffa450edef68

archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp

index 0b3e2003b42f24a0d4c255538574f5343565d939..778257c3c50ce0eced0f4e87c5c71effb04fe514 100644 (file)
 </tr>
 <tr>
   <th>Releases Included</th>
-  <td class="${repository.releases ? 'donemark' : 'errormark'} booleanIcon"> ${repository.releases}</td>
+  <td class="${repository.releases ? 'donemark' : 'errormark'} booleanIcon"> </td>
 </tr>
 <tr>
   <th>Snapshots Included</th>
-  <td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.snapshots}</td>
+  <td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> </td>
 </tr>
 <c:if test="${repository.snapshots}">
   <tr>
     <th>Delete Released Snapshots</th>
-    <td class="${repository.deleteReleasedSnapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.deleteReleasedSnapshots}</td>
+    <td class="${repository.deleteReleasedSnapshots ? 'donemark' : 'errormark'} booleanIcon"> </td>
   </tr>
   <tr>
     <th>Repository Purge By Days Older Than</th>
 </c:if>
 <tr>
   <th>Scanned</th>
-  <td class="${repository.scanned ? 'donemark' : 'errormark'} booleanIcon"> ${repository.scanned}</td>
+  <td class="${repository.scanned ? 'donemark' : 'errormark'} booleanIcon"> </td>
 </tr>
 <c:if test="${repository.scanned}">
   <tr>