From ae1857494e5bc3dc6a4b87c0e0e329c0c76108bc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 6 Mar 2007 00:33:37 +0000 Subject: Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/default/admin/sanitycheck/list.html.tmpl | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 template/en/default/admin/sanitycheck/list.html.tmpl (limited to 'template/en/default/admin/sanitycheck/list.html.tmpl') diff --git a/template/en/default/admin/sanitycheck/list.html.tmpl b/template/en/default/admin/sanitycheck/list.html.tmpl new file mode 100644 index 000000000..2e4a7e0db --- /dev/null +++ b/template/en/default/admin/sanitycheck/list.html.tmpl @@ -0,0 +1,38 @@ +[%# 1.0@bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Frédéric Buclin. + # + # Contributor(s): Frédéric Buclin + #%] + +[% PROCESS global/variables.none.tmpl %] + +[% PROCESS global/header.html.tmpl title = "Sanity Check" + style_urls = ['skins/standard/admin.css'] %] + +
+

+ [% terms.Bugzilla %] is checking the referential integrity of your database. + This may take several minutes to complete. +

+ +

+ Errors, if any, will be emphasized like this. + Depending on the errors found, some links will be displayed allowing you + to easily fix them. Fixing these errors will automatically run this script + again (so be aware that it may take an even longer time than the first run). +

+
+ +
-- cgit v1.2.3-24-g4f1b