diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-10 12:02:14 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-10 12:02:14 +0000 |
| commit | b744d6428d63e22171a7198b7181f08bb3da1f22 (patch) | |
| tree | b6933236afc12d35a0a886f52bdfabec4f660ef8 /frontends/php/include/forms.inc.php | |
| parent | b0d0818a4c46627e9c9ab566c31108a6a8d15e88 (diff) | |
| download | zabbix-b744d6428d63e22171a7198b7181f08bb3da1f22.tar.gz zabbix-b744d6428d63e22171a7198b7181f08bb3da1f22.tar.xz zabbix-b744d6428d63e22171a7198b7181f08bb3da1f22.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1964 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 2c360605..3ee9f2d7 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1301,6 +1301,11 @@ echo form_input("tag",$tag,64); show_table2_v_delimiter($col++); + echo S_MACADDRESS; + show_table2_h_delimiter(); + echo form_input("macaddress",$macaddress,64); + + show_table2_v_delimiter($col++); echo S_HARDWARE; show_table2_h_delimiter(); echo form_textarea("hardware",$hardware,50,4); @@ -1327,7 +1332,7 @@ show_table2_v_delimiter2($col++); echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"add profile\">"; - if(isset($escalationid)) + if(isset($hostid)) { echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"update profile\">"; echo "<input class=\"button\" type=\"submit\" name=\"register\" value=\"delete profile\" onClick=\"return Confirm('Delete selected profile?');\">"; |
