From 1671bc4c2ffba499c086d4298c986074494f6e40 Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Sun, 22 Mar 2015 18:34:40 +0100 Subject: [PATCH] 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 %}