From 40625ce24d69afc3b06a510c4b96faf4483fad98 Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Fri, 29 Sep 2006 16:17:59 +0000 Subject: added to zone file editing system git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2347 ce84e21b-d406-0410-9b95-82705330c041 --- .../Hostbase/hostbase/webtemplates/zoneedit.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/zoneedit.html') diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/zoneedit.html b/src/lib/Server/Hostbase/hostbase/webtemplates/zoneedit.html index 918f80398..c86268614 100644 --- a/src/lib/Server/Hostbase/hostbase/webtemplates/zoneedit.html +++ b/src/lib/Server/Hostbase/hostbase/webtemplates/zoneedit.html @@ -10,6 +10,10 @@ {% block sidebar %} {% include "navbar" %} + {% endblock %} {% block content %} @@ -61,7 +65,8 @@ div#address{ {% for nameserver in nameservers %} -
+ + remove
{% endfor %} @@ -84,7 +89,8 @@ div#address{ {% for mx in mxs %} -
+ +
remove
{% endfor %} @@ -103,15 +109,16 @@ div#address{ - A records
+ A records {% if addresses %} -
add a new MX record +
add a new MX record {% endif %} {% if addresses %} {% for address in addresses %} -
+ + remove
{% endfor %} @@ -130,7 +137,7 @@ div#address{ {% else %} - + {% endif %} -- cgit v1.2.3-1-g7c22