]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 898784 - Clarify on the CreateAccount page that email address is login when param...
authorSunil Joshi <joshi_sunil@in.com>
Tue, 6 Aug 2013 01:47:08 +0000 (11:47 +1000)
committerSimon Green <sgreen@redhat.com>
Tue, 6 Aug 2013 01:47:08 +0000 (11:47 +1000)
r=sgreen, a=sgreen

template/en/default/account/create.html.tmpl

index bf2cf31f03f1433904aba51bdec75f7132970cf6..448520b5d97615dc58c852606876c925f127283b 100644 (file)
   <table>
     <tr>
       <td align="right">
-        <b>Email address:</b>
+        <b>
+          [% IF Param('emailsuffix') %]
+            Login:
+          [% ELSE %]
+            Email address:
+          [% END %]
+        </b>
       </td>
       <td>
         <input size="35" id="login" name="login">