mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Output path pattern help added to Create Website wizard (Configure Form Templates and Web Form Details pages)
- help cursor mouse over added to help icon - incorrect alt text removed - renamed output path pattern help jsp page to standard naming convention . Found that all "Required Field" images in our JSPs with ALT text were not I18N - find-and-replaced all occurances with an I18Ned message . Some more WCM UI improvements/fixes . Fix up of 3rd Party Eclipse project after xalan library changes git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4780 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -193,7 +193,7 @@ if (dialog != null && dialog.getFileName() != null)
|
||||
<tr><td class="paddingRow"></td></tr>
|
||||
<tr>
|
||||
<td align="middle">
|
||||
<h:graphicImage value="/images/icons/required_field.gif" alt="Required Field" />
|
||||
<h:graphicImage value="/images/icons/required_field.gif" alt="#{msg.required_field}" />
|
||||
</td>
|
||||
<td>
|
||||
<h:outputText id="text5" value="#{msg.name}:" />
|
||||
|
@@ -72,7 +72,7 @@
|
||||
</h:panelGrid>
|
||||
|
||||
<h:panelGrid columns="3" cellpadding="3" cellspacing="3" border="0">
|
||||
<h:graphicImage value="/images/icons/required_field.gif" alt="Required Field" />
|
||||
<h:graphicImage value="/images/icons/required_field.gif" alt="#{msg.required_field}" />
|
||||
<h:outputText value="#{msg.name}:"/>
|
||||
<h:inputText id="file-name" value="#{WizardManager.bean.fileName}"
|
||||
maxlength="1024" size="35"
|
||||
|
Reference in New Issue
Block a user