Fixed account login form.
authorRobin Isard <robin.isard@algomau.ca>
Sun, 5 Aug 2012 01:16:45 +0000 (21:16 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 15:25:11 +0000 (11:25 -0400)
Made a mistake with the login form (thought it was the home page for some reason.  Restored it to it's glory, but removed help texts cause that's the fastest way to get the fix pushed.

Signed-off-by: Robin Isard <robin.isard@algomau.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates_algoma/opac/parts/login/form.tt2

index 6101e36..a14735f 100644 (file)
 
  ^== TODO: MOVE INTO SEPARATE FORGOT-PASSWORD PAGE  -->
 
-<br>
-<br>
-<br>
-<a href="http://experience.algomau.ca/"><img alt="Experience AlgomaU"
-            src="[% ctx.media_prefix %]/opac/images/au_bigsmall.jpg" /></a>
-
-
-<!-- Commenting this out seems to be the only way of getting rid of it
-
 
 [% IF ctx.login_failed_event %]
 <div id='login-failed-message'>
                         </tr>
                         <tr>
                             <td width="42%" class="lbl1">
-                                [% l('Library Card Number or Username') %]
+                                [% l('Username') %]
                                 <br />
-                                <span class="lbl2">
+                             <!--   <span class="lbl2">
                                     [% l('Please include leading zeros and no spaces.') %]
                                     <br/>
                                     [% l('Example: 0026626051') %]
-                                </span>
+                                </span>  -->
                                 <br /><br />
                             </td>
                             <td width="58%" valign="top">
                         </tr>
                         <tr>
                             <td valign="top" class="lbl1">
-                                [% l('PIN Number or Password') %]<br />
-                                [% INCLUDE "opac/parts/login/password_hint.tt2" %]
+                                [% l('Password') %]<br />
+                           <!--     [% INCLUDE "opac/parts/login/password_hint.tt2" %] -->
                             </td>
                             <td valign="top">
                                 <div class="input_bg">
                     <br /><br />
                 </td>
                    <td><div style="width:10px;"></div></td>
-                [% INCLUDE "opac/parts/login/help.tt2" %]
+            <!--    [% INCLUDE "opac/parts/login/help.tt2" %] -->
             </tr>
         </table>
     </form>
     <div class="clear-both"></div>
 </div>
--->
+