Author: mbrohl
Date: Tue Mar 13 20:21:55 2018 New Revision: 1826680 URL: http://svn.apache.org/viewvc?rev=1826680&view=rev Log: clipboardPatchFile Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/widget/CommonScreens.xml Modified: ofbiz/ofbiz-framework/trunk/themes/common-theme/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common-theme/widget/CommonScreens.xml?rev=1826680&r1=1826679&r2=1826680&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common-theme/widget/CommonScreens.xml (original) +++ ofbiz/ofbiz-framework/trunk/themes/common-theme/widget/CommonScreens.xml Tue Mar 13 20:21:55 2018 @@ -565,7 +565,7 @@ under the License. <decorator-section name="body"> <section> <actions> - <set field="changePasswordTemplateLocation" from-field="layoutSettings.VT_CHPWD_TMPLT_LOC[0]" default-value="component://common-theme/template/ChangePassword.ftl"/> + <set field="changePasswordTemplateLocation" from-field="layoutSettings.VT_CHPWD_TMPLT_LOC" default-value="component://common-theme/template/ChangePassword.ftl"/> </actions> <widgets /> </section> @@ -585,7 +585,7 @@ under the License. <decorator-section name="body"> <section> <actions> - <set field="forgotPasswordTemplateLocation" from-field="layoutSettings.VT_FGPWD_TMPLT_LOC[0]" default-value="component://common-theme/template/ForgotPassword.ftl"/> + <set field="forgotPasswordTemplateLocation" from-field="layoutSettings.VT_FGPWD_TMPLT_LOC" default-value="component://common-theme/template/ForgotPassword.ftl"/> </actions> <widgets /> </section> @@ -615,7 +615,7 @@ under the License. <decorator-section name="body"> <section> <actions> - <set field="getSecurityQuestionTemplateLocation" from-field="layoutSettings.VT_GSQUE_TMPLT_LOC[0]" default-value="component://common-theme/template/GetSecurityQuestion.ftl"/> + <set field="getSecurityQuestionTemplateLocation" from-field="layoutSettings.VT_GSQUE_TMPLT_LOC" default-value="component://common-theme/template/GetSecurityQuestion.ftl"/> </actions> <widgets /> </section> @@ -635,7 +635,7 @@ under the License. <decorator-section name="body"> <section> <actions> - <set field="forgotPasswordTemplateLocation" from-field="layoutSettings.VT_FGPWD_TMPLT_LOC[0]" default-value="component://common-theme/template/ForgotPassword.ftl"/> + <set field="forgotPasswordTemplateLocation" from-field="layoutSettings.VT_FGPWD_TMPLT_LOC" default-value="component://common-theme/template/ForgotPassword.ftl"/> </actions> <widgets /> </section> |
Free forum by Nabble | Edit this page |