]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 726953 - Link the bug alias & summary to fields.html in show_bug.cgi. r=gerv...
authorMatt Selsky <selsky@columbia.edu>
Tue, 8 May 2012 10:56:07 +0000 (11:56 +0100)
committerGervase Markham <gerv@mozilla.org>
Tue, 8 May 2012 10:56:07 +0000 (11:56 +0100)
template/en/default/bug/edit.html.tmpl

index d8803e677a8345c2506c72280e5c65397a652138..ba36d0a2f34132b32161f79db454a6c9d3a2f8e0 100644 (file)
       <table id="summary"> 
         <tr>
           [% IF bug.check_can_change_field('alias', 0, 1) %]      
+            [% INCLUDE "bug/field-label.html.tmpl"
+               field = bug_fields.alias
+               editable = 1
+            %]
             <td>
-              <label 
-                for="alias" 
-                title="a name for the 
-                       [% terms.bug %] that can be used in place of its ID number, 
-                       [%%] e.g. when adding it to a list of dependencies"
-                >Alias</label>:</td><td>
           [% ELSIF bug.alias %]
             <td colspan="2">(
           [% ELSE %]
         </tr>
         [%# *** Summary *** %]
         <tr>
-          <td>
-            <label accesskey="s" for="short_desc"><u>S</u>ummary</label>:
-          </td>
+          [% INCLUDE "bug/field-label.html.tmpl"
+            field = bug_fields.short_desc
+            editable = 1
+            accesskey = "s"
+          %]
           <td>
             [% PROCESS input inputname => "short_desc" size => "80" colspan => 2
                              maxlength => 255 spellcheck => "true" no_td => 1 %]