From 28df2d81259e7ce2f72e4023d701fdec15271d6b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 11 Feb 2014 16:52:45 +0000 Subject: [PATCH] fixed buttons with just an image from html::submit_button() were shown like a button after changing tag from '.$accesskey[1].'',$label); $label = str_replace('&','',$label); - $options = 'accesskey="'.$accesskey[1].'" '.$options; + $options .= ' accesskey="'.$accesskey[1].'" '.$options; } else { diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index 592a7ba93a..397b930668 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -980,3 +980,8 @@ div.admin-config form > table tr.th td{ div.admin-config form > table td { padding-left: 5px; } + +button.image_button { + background: none; + border: none; +}