From 1671bc4c2ffba499c086d4298c986074494f6e40 Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Sun, 22 Mar 2015 18:34:40 +0100 Subject: [PATCH 1/2] Added buttons to cancel forms and fixed the styling of some buttons. --- binder/templates/bcommon/add_record_form.htm | 1 + binder/templates/bcommon/delete_record_initial.htm | 3 ++- binder/templates/bcommon/list_zone.htm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/binder/templates/bcommon/add_record_form.htm b/binder/templates/bcommon/add_record_form.htm index fbe7d6b..12c1191 100644 --- a/binder/templates/bcommon/add_record_form.htm +++ b/binder/templates/bcommon/add_record_form.htm @@ -97,6 +97,7 @@ Add record in {{ zone_name }} + Cancel {% endblock body %} diff --git a/binder/templates/bcommon/delete_record_initial.htm b/binder/templates/bcommon/delete_record_initial.htm index 8fc1d78..63ae69a 100644 --- a/binder/templates/bcommon/delete_record_initial.htm +++ b/binder/templates/bcommon/delete_record_initial.htm @@ -40,7 +40,8 @@ Delete record(s) in {{ zone_name }} - + + Cancel diff --git a/binder/templates/bcommon/list_zone.htm b/binder/templates/bcommon/list_zone.htm index 1aa334f..62962fb 100644 --- a/binder/templates/bcommon/list_zone.htm +++ b/binder/templates/bcommon/list_zone.htm @@ -48,7 +48,7 @@ Zone listing for {{ zone_name }} on {{ dns_server }} Add Record - + {% endif %} {% endblock body %} From c3e454e88bb5c76dc361a7f386f0ed17e23b8daf Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Sun, 22 Mar 2015 20:52:46 +0100 Subject: [PATCH 2/2] Added the cancel link on the page for adding CNAME records as well. --- binder/templates/bcommon/add_cname_record_form.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/templates/bcommon/add_cname_record_form.htm b/binder/templates/bcommon/add_cname_record_form.htm index db75ed0..855456b 100644 --- a/binder/templates/bcommon/add_cname_record_form.htm +++ b/binder/templates/bcommon/add_cname_record_form.htm @@ -64,6 +64,7 @@ Add CNAME record for {{ originating_record }} + Cancel {% endblock body %}