[Erp5-report] r8215 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 29 11:56:04 CEST 2006


Author: vincent
Date: Thu Jun 29 11:56:03 2006
New Revision: 8215

URL: http://svn.erp5.org?rev=8215&view=rev
Log:
Add tooltip for save button.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=8215&r1=8214&r2=8215&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml Thu Jun 29 11:56:03 2006
@@ -83,7 +83,8 @@
         <div class="actions">\n
           <tal:block tal:condition="editable_mode | python: 1">\n
             <button tal:condition="python: here.portal_membership.checkPermission(\'Modify portal content\', here)"\n
-                    type="submit" name="Base_edit:method" class="save">\n
+                    type="submit" name="Base_edit:method" class="save" title="Save"\n
+                    i18n:attributes="title" i18n:domain="ui">\n
               <span class="image"></span>\n
               <span class="description"\n
                     i18n:translate="" i18n:domain="ui">Save</span>\n




More information about the Erp5-report mailing list