Author: hansbak
Date: Wed Feb 18 03:18:50 2009
New Revision: 745370
URL:
http://svn.apache.org/viewvc?rev=745370&view=revLog:
corrected spelling error and uiLabelMap not found
Modified:
ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSMeta.ftl
ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
Modified: ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSMeta.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSMeta.ftl?rev=745370&r1=745369&r2=745370&view=diff==============================================================================
--- ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSMeta.ftl (original)
+++ ofbiz/trunk/applications/content/webapp/content/website/WebSiteCMSMeta.ftl Wed Feb 18 03:18:50 2009
@@ -123,7 +123,7 @@
</tr>
<tr><td colspan="2"> </td></tr>
<tr>
- <td colspan="2" align="center"><input id="submit" type="button" onclick="javascript:saveMetaInfo(cmsmetaform);" class="smallSubmit" value="${uiLabeMap.CommonSave}"/></td>
+ <td colspan="2" align="center"><input id="submit" type="button" onclick="javascript:saveMetaInfo(cmsmetaform);" class="smallSubmit" value="${uiLabelMap.CommonSave}"/></td>
</tr>
</table>
</form>
\ No newline at end of file
Modified: ofbiz/trunk/applications/content/widget/WebSiteScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/WebSiteScreens.xml?rev=745370&r1=745369&r2=745370&view=diff==============================================================================
--- ofbiz/trunk/applications/content/widget/WebSiteScreens.xml (original)
+++ ofbiz/trunk/applications/content/widget/WebSiteScreens.xml Wed Feb 18 03:18:50 2009
@@ -359,7 +359,7 @@
<set field="webSiteId" from-field="parameters.webSiteId"/>
<set field="contentId" from-field="parameters.contentId"/>
<entity-one entity-name="Content" value-field="content"/>
-
+ <property-map resource="CommonUiLabels" map-name="uiLabelMap"/>
<script location="component://content/webapp/content/WEB-INF/actions/website/WebSiteCMSMetaInfo.groovy"/>
</actions>
<widgets>