RSS

(root)/bugzilla/3.4 : 5441 (compared to revision 6722) : template/en/default/admin/keywords/rebuild-cache.html.tmpl

To get this branch, use:
bzr branch /bugzilla/3.4

« back to all changes in this revision

Viewing changes to template/en/default/admin/keywords/rebuild-cache.html.tmpl

lpsolit%gmail.com
2008-01-27 21:14:14
Revision ID: cvs-1:lpsolitgmail.com-20080128051414-2yv396bj7ybtinpg
Bug 325487: Admin pages should require less "clicks" (remove useless confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit

Show diffs side-by-side

added added

removed removed

 
1
[%# The contents of this file are subject to the Mozilla Public
 
2
  # License Version 1.1 (the "License"); you may not use this file
 
3
  # except in compliance with the License. You may obtain a copy of
 
4
  # the License at http://www.mozilla.org/MPL/
 
5
  #
 
6
  # Software distributed under the License is distributed on an "AS
 
7
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
8
  # implied. See the License for the specific language governing
 
9
  # rights and limitations under the License.
 
10
  #
 
11
  # The Original Code is the Bugzilla Bug Tracking System.
 
12
  #
 
13
  # The Initial Developer of the Original Code is Netscape Communications
 
14
  # Corporation. Portions created by Netscape are
 
15
  # Copyright (C) 1998 Netscape Communications Corporation. All
 
16
  # Rights Reserved.
 
17
  #
 
18
  # Contributor(s): Terry Weissman <terry@mozilla.org>
 
19
  #                 Vlad Dascalu <jocuri@softhome.net>
 
20
  #                 Max Kanat-Alexander <mkanat@bugzilla.org>
 
21
  #%]
 
22
 
 
23
[%# INTERFACE:
 
24
  # action: string; the current action (either "update" or "delete").
 
25
  # keyword: A Bugzilla::Keyword object
 
26
  #%]
 
27
  
 
28
[% IF action == "update" %]
 
29
  [% title = "Update keyword"%]
 
30
  [% status = "updated" %]
 
31
[% ELSIF action == "delete" %]
 
32
  [% title = "Delete keyword" %]
 
33
  [% status = "deleted" %]
 
34
[% END %]
 
35
 
 
36
[% PROCESS global/header.html.tmpl %]
 
37
 
 
38
Keyword [% keyword.name FILTER html %] [%+ status FILTER html %].
 
39
 
 
40
<p>
 
41
  <b>After you have finished deleting or modifying keywords,
 
42
  you need to rebuild the keyword cache.</b><br>
 
43
  
 
44
  Warning: on a very large installation of [% terms.Bugzilla %],
 
45
  this can take several minutes.
 
46
</p>
 
47
 
 
48
<p>
 
49
  <b><a href="sanitycheck.cgi?rebuildkeywordcache=1">Rebuild
 
50
  keyword cache</a></b>
 
51
</p>
 
52
 
 
53
<p><a href="editkeywords.cgi">Edit more keywords</a>.</p>
 
54
 
 
55
[% PROCESS global/footer.html.tmpl %] 

Loggerhead 1.18.1 is a web-based interface for Bazaar branches