diff options
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 003a68f3..1e1c378b 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -361,11 +361,11 @@ echo "</select>"; show_table2_v_delimiter2(); - echo "<input type=\"submit\" name=\"register\" value=\"add\">"; + echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"add\">"; if(isset($HTTP_GET_VARS["hostid"])) { - echo "<input type=\"submit\" name=\"register\" value=\"update\">"; - echo "<input type=\"submit\" name=\"register\" value=\"delete\" onClick=\"return Confirm('Delete selected host?');\">"; + echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"update\">"; + echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"delete\" onClick=\"return Confirm('Delete selected host?');\">"; } show_table2_header_end(); |
