[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-passwd.tmpl [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 20 15:14:34 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/20 13:14:34

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-passwd.tmpl 

Log message:
	Adding borrower name for use in breadcrumb navigation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-passwd.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.4&r2=1.1.2.3.2.5

Patches:
Index: opac-passwd.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-passwd.tmpl,v
retrieving revision 1.1.2.3.2.4
retrieving revision 1.1.2.3.2.5
diff -u -b -r1.1.2.3.2.4 -r1.1.2.3.2.5
--- opac-passwd.tmpl	19 Sep 2006 13:13:21 -0000	1.1.2.3.2.4
+++ opac-passwd.tmpl	20 Sep 2006 13:14:34 -0000	1.1.2.3.2.5
@@ -23,7 +23,7 @@
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME= "Ask_data" -->
-<h1>Change your Password</h1>
+<h3><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->'s account</a> <img src="<!-- TMPL_VAR NAME="themelang" -->/images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Change your Password </h3>
 <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="get">
 <div class="form">
 <table><tr><th><label for="Oldkey">Current Password:</label></th><td><input type="password" id="Oldkey" size="25"  name="Oldkey" /></td></tr>





More information about the Koha-cvs mailing list