diff options
author | ivan <ivan> | 2011-12-19 01:32:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-19 01:32:11 +0000 |
commit | 42ea39c6e35c370369fdcccb7c303c1812146355 (patch) | |
tree | 22c62e3a8c1029dc78afca055bafc189d6ff74a7 /httemplate/misc/nms-add_router.html | |
parent | 425b5f85e183064be4cc3e1a8ce444f11fe011df (diff) |
missing commit from nms auto-addition fixdes, RT#15536
Diffstat (limited to 'httemplate/misc/nms-add_router.html')
-rw-r--r-- | httemplate/misc/nms-add_router.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/nms-add_router.html b/httemplate/misc/nms-add_router.html index c41e61977..c32ceb84c 100644 --- a/httemplate/misc/nms-add_router.html +++ b/httemplate/misc/nms-add_router.html @@ -1,4 +1,4 @@ -<% header('Add Router') %> +<& /elements/header-popup.html, 'Add Router' &> <FORM NAME="nms-add_iface" ACTION="<% popurl(1) %>process/nms-add_router.html" METHOD=POST> Router Hostname/IP @@ -16,7 +16,7 @@ SNMP Community String (optional) <BR> <INPUT TYPE="submit" NAME="submit" ID="submit_nms-add_router" VALUE="Add Router"> </FORM> - +</BODY></HTML> <%init> # XXX: access rights, disable/enable submit button, something's wrong with style |