You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/02/18 04:18:56 UTC

svn commit: r745370 - in /ofbiz/trunk/applications/content: webapp/content/website/WebSiteCMSMeta.ftl widget/WebSiteScreens.xml

Author: hansbak
Date: Wed Feb 18 03:18:50 2009
New Revision: 745370

URL: http://svn.apache.org/viewvc?rev=745370&view=rev
Log:
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">&nbsp;</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>