Author: chris.laprun(a)jboss.com
Date: 2010-10-25 10:12:45 -0400 (Mon, 25 Oct 2010)
New Revision: 4819
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml
Log:
- GTNWSRP-110: Removed display of expiration time as it's not currently used.
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml
===================================================================
---
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml 2010-10-25
13:52:20 UTC (rev 4818)
+++
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml 2010-10-25
14:12:45 UTC (rev 4819)
@@ -33,11 +33,13 @@
<th>#{i18n.export_detail_export_time}</th>
<td>#{consumer.currentExport.exportTime}</td>
</tr>
+ <ui:remove>
+ <tr>
+ <th>#{i18n.export_detail_expiration_time}</th>
+ <td>#{consumer.currentExport.expirationTime}</td>
+ </tr>
+ </ui:remove>
<tr>
- <th>#{i18n.export_detail_expiration_time}</th>
- <td>#{consumer.currentExport.expirationTime}</td>
- </tr>
- <tr>
<th>#{i18n.export_detail_portlets}</th>
<td>
<h:dataTable id="exported-portlets"
value="#{consumer.currentExport.exportedPortlets}" var="portlet"
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml
===================================================================
---
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml 2010-10-25
13:52:20 UTC (rev 4818)
+++
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml 2010-10-25
14:12:45 UTC (rev 4819)
@@ -36,10 +36,12 @@
#{export.exportTime}
</h:column>
- <h:column>
- <f:facet
name="header">#{i18n.export_detail_expiration_time}</f:facet>
- #{export.expirationTime}
- </h:column>
+ <ui:remove>
+ <h:column>
+ <f:facet
name="header">#{i18n.export_detail_expiration_time}</f:facet>
+ #{export.expirationTime}
+ </h:column>
+ </ui:remove>
<h:column>
<f:facet
name="header">#{i18n.export_detail_has_failed}</f:facet>
Show replies by date