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

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Oct 3 16:01:44 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/03 14:01:44

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-account.tmpl 
	                            opac-userdetails.tmpl 
	                            opac-userupdate.tmpl 

Log message:
	Adding breadcrumb navigation to account-related pages

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-account.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2.2.3&r2=1.1.2.2.2.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-userdetails.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.4&r2=1.1.2.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-userupdate.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.4.3&r2=1.1.4.4

Patches:
Index: opac-account.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-account.tmpl,v
retrieving revision 1.1.2.2.2.3
retrieving revision 1.1.2.2.2.4
diff -u -b -r1.1.2.2.2.3 -r1.1.2.2.2.4
--- opac-account.tmpl	19 Sep 2006 13:13:21 -0000	1.1.2.2.2.3
+++ opac-account.tmpl	3 Oct 2006 14:01:44 -0000	1.1.2.2.2.4
@@ -11,12 +11,12 @@
 <div id="main">
 <div class="content-block">
 
-<h1>Account for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></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" /> Fines and Charges</h3>
+
 <!-- /TMPL_LOOP -->
 
 <!-- TMPL_IF NAME="ACCOUNT_LINES" -->
 <table>
-<caption>Fines and Charges</caption>
 <thead>
 <tr><th>Date</th>
 <th>Description</th>

Index: opac-userdetails.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-userdetails.tmpl,v
retrieving revision 1.1.2.1.2.4
retrieving revision 1.1.2.1.2.5
diff -u -b -r1.1.2.1.2.4 -r1.1.2.1.2.5
--- opac-userdetails.tmpl	19 Sep 2006 13:13:21 -0000	1.1.2.1.2.4
+++ opac-userdetails.tmpl	3 Oct 2006 14:01:44 -0000	1.1.2.1.2.5
@@ -10,8 +10,7 @@
 <div id="main">
 <div class="content-block">
 
-
-<h2>Personal Details: <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h2>
+<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" /> Personal Details</h3>
 
 <div class="form">
 <table>

Index: opac-userupdate.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-userupdate.tmpl,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -b -r1.1.4.3 -r1.1.4.4
--- opac-userupdate.tmpl	19 Sep 2006 13:13:21 -0000	1.1.4.3
+++ opac-userupdate.tmpl	3 Oct 2006 14:01:44 -0000	1.1.4.4
@@ -9,7 +9,9 @@
 <div id="main">
 <div class="content-block">
 <!-- TMPL_LOOP name="BORROWER_INFO" -->
-<h3>Updating Details for <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></h3>
+
+<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" /> Update Your Personal Details</h3>
+
 <p>Please make any necessary changes to your record.  Submitting the form will notify a library staff member, who will make the changes permanent.</p>
 <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
 <input type="hidden" name="title" value="">





More information about the Koha-cvs mailing list