[Erp5-report] r34098 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 25 13:58:11 CET 2010


Author: jerome
Date: Thu Mar 25 13:58:11 2010
New Revision: 34098

URL: http://svn.erp5.org?rev=34098&view=rev
Log:
Don't include a "Default" if we are using proxy listbox id. This have to be configured individually on each field. This way we can control if we want the default to be displayed first.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml?rev=34098&r1=34097&r2=34098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/relation_form.xml [utf8] Thu Mar 25 13:58:11 2010
@@ -63,9 +63,6 @@
                      i18n:translate="" i18n:domain="ui">Select Template</label>\n
               <select name="select_dialog" id="dialog_selector"\n
                       onChange="submitAction(this.form,\'Base_doRelationDialog\')">\n
-                  <option tal:attributes="value python: \'Base_viewRelatedObjectListBase/listbox\'"\n
-                          tal:content="string:Default"\n
-                          i18n:translate="" i18n:domain="ui"></option>\n
                 <tal:block tal:repeat="proxy_listbox_id_item proxy_form_id_list">\n
                   <option tal:attributes="value python: proxy_listbox_id_item[0];\n
                                         selected python: proxy_listbox_id_item[0] == proxy_listbox_id"\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=34098&r1=34097&r2=34098&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Thu Mar 25 13:58:11 2010
@@ -1,1 +1,1 @@
-915
+916




More information about the Erp5-report mailing list