Author: thomas.heute(a)jboss.com
Date: 2009-08-12 11:13:05 -0400 (Wed, 12 Aug 2009)
New Revision: 13747
Modified:
branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml
Log:
Dummy input field for IE
Modified:
branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml 2009-08-12
15:11:11 UTC (rev 13746)
+++
branches/Enterprise_Portal_Platform_4_3/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml 2009-08-12
15:13:05 UTC (rev 13747)
@@ -37,6 +37,7 @@
<tr>
<td align="left"
valign="top"><b>#{bundle.DASHBOARD_RENAME_THIS_PAGE}:</b><br/>#{bundle.DASHBOARD_NEW_PAGE_NAME}: 
<h:form id="renameForm"
style="padding:0;margin:0">
+<!--[if IE]><input type="text" style="display: none;"
disabled="disabled" size="1" /><![endif]-->
<h:message for="newName"/>
<h:inputText id="newName"
value="#{renameDashboardPageAction.newName}"
styleClass="portlet-form-input-field"/>
Show replies by date