Style icon in create database

This commit is contained in:
Jakub Vrana 2013-07-10 08:57:08 -07:00
parent b788a9e69b
commit 07db5e0bfb

View file

@ -68,7 +68,7 @@ echo ($_POST["add_x"] || strpos($name, "\n")
if (DB != "") {
echo "<input type='submit' name='drop' value='" . lang('Drop') . "'" . confirm() . ">\n";
} elseif (!$_POST["add_x"] && $_GET["db"] == "") {
echo "<input type='image' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
echo "<input type='image' class='icon' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
}
?>
<input type="hidden" name="token" value="<?php echo $token; ?>">