[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-passwd.tmpl,1.1.2.1
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-passwd.tmpl,1.1.2.1,1.1.2.2 |
Date: |
Tue, 02 Aug 2005 13:59:57 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18936/koha-tmpl/opac-tmpl/npl/en
Modified Files:
Tag: rel_2_2
opac-passwd.tmpl
Log Message:
Translating and cleaning up opac password update screen
Index: opac-passwd.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-passwd.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-passwd.tmpl 2 Aug 2005 01:39:02 -0000 1.1.2.1
--- opac-passwd.tmpl 2 Aug 2005 20:59:55 -0000 1.1.2.2
***************
*** 1,33 ****
! <!-- TMPL_INCLUDE name="opac-top.inc" -->
! <div id="mainbloc">
! <h1>Cambio de clave de usuarios</h1>
!
! <!-- TMPL_IF NAME= "Error_messages" -->
! <p>Error</p>
! <!-- TMPL_IF NAME= "PassMismatch" -->
! <p>No coinciden las claves</p>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME= "ShortPass" -->
! <p>La clave debe tener mas de 5 caracteres</p>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME= "WrongPass" -->
! <p> Ingrese correctamente su clave de usuario</p>
! <!-- /TMPL_IF -->
! <!-- /TMPL_IF -->
!
! <!-- TMPL_IF NAME= "Ask_data" -->
! <form action="/cgi-bin/koha/opac-passwd.pl" method="get">
! <p><label>Clave Vieja</label><input type="password" size="25"
name="Oldkey" /></p>
! <p><label>Clave Nueva</label><input type="password" size="25"
name="Newkey" /></p>
! <p><label>Repita la Clave</label><input type="password" size="25"
name="Confirm" /></p>
! <p><input type="image" src="/opac-tmpl/css/es/images/boton_enviar.gif"
width="70" height="30" value="submit" align="bottom"/></p>
! <!-- /TMPL_IF -->
!
! <!-- TMPL_IF NAME= "Cambio_clave" -->
! <p>Ha cambiado la clave con exito</p>
! <!-- /TMPL_IF -->
! </form>
! </div>
! </div>
! </body>
! </html>
--- 1,47 ----
! <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR
NAME="LibraryName" --> Catalog -- Change Your Password
! <!-- TMPL_INCLUDE name="doc-head-close.inc" -->
! <!-- TMPL_INCLUDE name="masthead-user.inc" -->
! <!-- TMPL_INCLUDE name="navigation.inc" -->
!
! <!-- CONTENT -->
! <div id="main">
!
!
!
! <!-- TMPL_IF NAME= "Error_messages" -->
! <h3>There was a problem with your submission</h3>
! <p class="error">
! <!-- TMPL_IF NAME= "PassMismatch" -->
! Passwords do not match. Please re-type your new password.
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME= "ShortPass" -->
! Your new password must be at least 6 characters long
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME= "WrongPass" -->
! Your current password was entered incorrectly. If this problem
persists, please ask a librarian to re-set your password for you.
! <!-- /TMPL_IF --></p>
! <!-- /TMPL_IF -->
!
! <!-- TMPL_IF NAME= "Ask_data" -->
! <h1>Change your Password</h1>
! <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform"
method="get">
! <div class="form">
! <table><tr><th><label for="password">Current Password:</label></th><td><input
type="password" id="Oldkey" size="25" name="Oldkey" /></td></tr>
! <tr><th><label for="Newkey">New Password:</label></th><td><input
type="password" id="Newkey" size="25" name="Newkey" /></td></tr>
! <tr> <th><label for="Confirm">Re-Type New Password:</label></th><td><input
type="password" id="Confirm" size="25" name="Confirm" /></td></tr></table>
! <p><input type="submit" value="Submit Changes" class="submit" /></p>
! <!-- /TMPL_IF -->
!
! <!-- TMPL_IF NAME= "password_updated" -->
! <h1>Password Updated</h1>
! Your password has been changed
! <form action="/cgi-bin/koha/opac-user.pl" method="post">
! <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR
NAME="borrowernumber" -->" />
! <p><input type="submit" class="icon back" value="Return to Your
Record" /></p>
! </form>
! <!-- /TMPL_IF -->
! </form>
!
! </div>
! </body>
! </html>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-passwd.tmpl,1.1.2.1,1.1.2.2,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-passwd.tmpl,NONE,1.1.2.1
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-main.tmpl,1.3.2.5,1.3.2.6 opac-user.tmpl,1.1.2.6,1.1.2.7
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-passwd.tmpl,NONE,1.1.2.1
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-main.tmpl,1.3.2.5,1.3.2.6 opac-user.tmpl,1.1.2.6,1.1.2.7
- Index(es):