From d1a6f4575878f8a9eb35f1d22030beda7f326dec Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 9 Jan 2009 23:22:28 -0800 Subject: [PATCH] Adding submit buttons to the settings page * admin/templates/settings.html --- admin/templates/settings.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/admin/templates/settings.html b/admin/templates/settings.html index f7eca0c..48fd2f8 100644 --- a/admin/templates/settings.html +++ b/admin/templates/settings.html @@ -153,6 +153,10 @@ +
+ +
+
<%- T('Bug Reporting Options') %>
@@ -229,6 +233,10 @@
+
+ +
+
<%- T('Bug Listing Display Options') %>
@@ -276,6 +284,10 @@
+
+ +
+
<%- T('Pagination Options') %>
@@ -313,6 +325,10 @@
+
+ +
+ <% if (DEVDEBUG): %>
Untouchables @@ -336,6 +352,10 @@
+
+ +
+ <% endif %> -- 2.22.5