+1. See also this https://issues.apache.org/jira/browse/OFBIZ-2302
Vikas On Apr 20, 2009, at 2:59 AM, Jacques Le Roux wrote:
I think I remember a time when, when you changed the visual theme you were going directly back to the page you were on before. But I'm maybe wrong. Anyway, even if I'm wrong I think we should do that. This feature is used for changing language (locale actually) and is just great!Jacques From: <[email protected]>Author: jonesde Date: Sun Apr 19 21:11:18 2009 New Revision: 766520 URL: http://svn.apache.org/viewvc?rev=766520&view=rev Log:Changed theme selection page label for link going back to main from Cancel to Done; as discussed a bit ago on the mailing list this is confusingModified: ofbiz/trunk/framework/common/config/CommonUiLabels.xmlofbiz/trunk/framework/common/webcommon/includes/ listVisualThemes.ftlModified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=766520&r1=766519&r2=766520&view=diff= = = = = = = = = =====================================================================--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Sun Apr 19 21:11:18 2009@@ -1854,6 +1854,18 @@ <value xml:lang="th">ระยะหà¹à¸²à¸</value> <value xml:lang="zh">è·ç¦»</value> </property> + <property key="CommonDone"> + <value xml:lang="de">Erledigt</value> + <value xml:lang="en">Done</value> + <value xml:lang="es">Terminar</value> + <value xml:lang="fr">Terminer</value> + <value xml:lang="nl">Klaar</value> + <value xml:lang="pt">Feito</value> + <value xml:lang="ro">Executa</value> + <value xml:lang="ru">ÐÑполниÑÑ</value> + <value xml:lang="zh">宿</value> + <value xml:lang="zh_CN">宿</value> + </property> <property key="CommonDuplicate"> <value xml:lang="ar">ÙØ¶Ø§Ø¹ÙØ©</value><value xml:lang="de">Verdoppeln</value>Modified: ofbiz/trunk/framework/common/webcommon/includes/ listVisualThemes.ftlURL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/listVisualThemes.ftl?rev=766520&r1=766519&r2=766520&view=diff= = = = = = = = = ===================================================================== --- ofbiz/trunk/framework/common/webcommon/includes/ listVisualThemes.ftl (original) +++ ofbiz/trunk/framework/common/webcommon/includes/ listVisualThemes.ftl Sun Apr 19 21:11:18 2009@@ -27,7 +27,7 @@ <div class="screenlet-title-bar"> <ul> <li class="h3">${uiLabelMap.CommonVisualThemes}</li>- <li><a href="<@ofbizUrl>main</@ofbizUrl>">$ {uiLabelMap.CommonCancel}</a></li> + <li><a href="<@ofbizUrl>main</@ofbizUrl>">$ {uiLabelMap.CommonDone}</a></li></ul> <br class="clear"/> </div>
smime.p7s
Description: S/MIME cryptographic signature
