summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_comments.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-08 18:07:45 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-08 18:07:45 +0000
commitad0c32a572cb261ef7e75d7a96c71e9fcdfc6219 (patch)
treeb26b7797d77a3fe8c5405feddd2222e570ad171e /frontends/php/tr_comments.php
parent85ee8483279f6aab4434922f5b59c1c3e4c38da0 (diff)
downloadzabbix-ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219.tar.gz
zabbix-ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219.tar.xz
zabbix-ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1015 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_comments.php')
-rw-r--r--frontends/php/tr_comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php
index 242a2fe8..a28534b2 100644
--- a/frontends/php/tr_comments.php
+++ b/frontends/php/tr_comments.php
@@ -64,7 +64,7 @@
echo "<textarea name=\"comments\" cols=100 ROWS=\"25\" wrap=\"soft\">$comments</TEXTAREA>";
show_table2_v_delimiter2();
- echo "<input type=\"submit\" name=\"register\" value=\"update\">";
+ echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"update\">";
show_table2_header_end();
?>