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:
@@ -24,7 +24,7 @@
|
||||
<h:outputText value="#{msg.message}" />
|
||||
<h:panelGrid cellpadding="2" cellspacing="6" border="0" columns="3"
|
||||
columnClasses="alignTop, alignTop, alignTop">
|
||||
<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.message}:" />
|
||||
<h:inputTextarea id="message" value="#{DialogManager.bean.content}" rows="6" cols="70"
|
||||
onkeyup="checkButtonState();" onchange="checkButtonState();" />
|
||||
|
Reference in New Issue
Block a user