summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45b784b)
raw | patch | inline | side by side (parent: 45b784b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 15:14:46 +0000 (15:14 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 15:14:46 +0000 (15:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16470 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/modern/style.css | patch | blob | history | |
gosa-core/include/class_management.inc | patch | blob | history |
index 6534dd93a31dc3760001461bf07b515153311b61..fd6311c409ff2cedba28cf2268d877e620e24d66 100644 (file)
border:0;
padding:3px;
margin:0;
+ height:17px;
}
button.search-filter {
index a1d935eb3627aee32bede308f3b10e7ac369f7e9..3bb4aec7aa0f6d3b92077382adf611b7c03bbb3f 100644 (file)
// Display ok, (apply) and cancel buttons
$str.= "<p style=\"text-align:right\">\n";
- $str.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
+ $str.= "<button type=\"submit\" name=\"edit_finish\" style=\"width:80px\">".msgPool::okButton()."</button>\n";
$str.= " \n";
if($this->displayApplyBtn){
- $str.= "<input type=submit name=\"edit_apply\" value=\"".msgPool::applyButton()."\">\n";
+ $str.= "<button type=\"submit\" name=\"edit_apply\">".msgPool::applyButton()."</button>\n";
$str.= " \n";
}
- $str.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
+ $str.= "<button type=\"submit\" name=\"edit_cancel\">".msgPool::cancelButton()."</button>\n";
$str.= "</p>";
}
return($str);