Author: thomas.heute(a)jboss.com
Date: 2009-08-12 11:11:11 -0400 (Wed, 12 Aug 2009)
New Revision: 13746
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
13:44:18 UTC (rev 13745)
+++
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)
@@ -24,6 +24,7 @@
<tr>
<td align="left"
valign="top"><b>#{bundle.DASHBOARD_CREATE_NEW_PAGE}:</b><br/>#{bundle.DASHBOARD_CREATE_PAGE}: 
<h:form style="padding:0;margin:0">
+<!--[if IE]><input type="text" style="display: none;"
disabled="disabled" size="1" /><![endif]-->
<h:inputText id="pageName"
value="#{addDashboardPageAction.pageName}"
styleClass="portlet-form-input-field"/>
<h:commandButton value="#{bundle.SAVE}"
Show replies by date