]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 899679 - Bug History page, "back to" should not be striked of only Bug # should...
authorSunil Joshi <joshi_sunil@in.com>
Tue, 6 Aug 2013 01:50:16 +0000 (11:50 +1000)
committerSimon Green <sgreen@redhat.com>
Tue, 6 Aug 2013 01:50:16 +0000 (11:50 +1000)
r=sgreen, a=sgreen

template/en/default/account/auth/login.html.tmpl

index 33440b82f61f601e608e83bfd88f2d5d8de38125..14415f1a6f3f600d49b2edb32fa45017a374296d 100644 (file)
 [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]>
   <table>
     <tr>
-      <th><label for="Bugzilla_login">Login:</label></th>
+      <th>
+        <label for="Bugzilla_login">
+          [% IF Param('emailsuffix') %]
+            Login:
+          [% ELSE %]
+            Your Email Address:
+          [% END %]
+        </label>
+      </th>
       <td>
         <input size="35" id="Bugzilla_login" name="Bugzilla_login">
         [% Param('emailsuffix') FILTER html %]