. 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:
Kevin Roast
2007-01-10 11:25:32 +00:00
parent f5e16dfcd0
commit cc14e27cd6
23 changed files with 176 additions and 134 deletions

View File

@@ -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}:" />

View File

@@ -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"