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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 22 15:41:19 CEST 2006


Author: chris
Date: Tue Aug 22 15:41:16 2006
New Revision: 9321

URL: http://svn.erp5.org?rev=9321&view=rev
Log:
- improved dialog buttons look in Konqueror by using input tags instead of button tags

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml?rev=9321&r1=9320&r2=9321&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml Tue Aug 22 15:41:16 2006
@@ -88,24 +88,9 @@
           <tal:block metal:define-slot="main" />\n
           <tal:block metal:define-slot="bottom" />\n
         </div>\n
-        <button type="submit" name="Base_cancel:method">\n
-          <span class="image"></span>\n
-          <span class="description"\n
-                i18n:translate="" i18n:domain="ui">Cancel</span>\n
-        </button>\n
-        <button tal:condition="python: form.update_action!=\'\'"\n
-                type="submit" name="Base_showUpdateDialog:method">\n
-          <span class="image"></span>\n
-          <span class="description"\n
-                i18n:translate="" i18n:domain="ui">Update</span>\n
-        </button>\n
-        <button type="submit"\n
-                tal:attributes="name python: \'%s:method\' % (form_action, )">\n
-          <span class="image"></span>\n
-          <span class="description"\n
-                tal:content="python: here.Base_getFormViewDialogActionButtonTitle(form)"\n
-                i18n:translate="" i18n:domain="ui"></span>\n
-        </button>\n
+        <input value="Cancel" name="Base_cancel:method" type="submit" i18n:translate="" i18n:domain="ui" />\n
+        <input tal:condition="python: form.update_action!=\'\'" value="Update" name="Base_showUpdateDialog:method" type="submit" i18n:translate="" i18n:domain="ui" />\n
+        <input tal:attributes="value python: here.Base_getFormViewDialogActionButtonTitle(form); name python: \'%s:method\' % (form_action, )" type="submit" i18n:translate="" i18n:domain="ui" />\n
       </tal:block>\n
     </tal:block>\n
   </tal:block>\n




More information about the Erp5-report mailing list