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

Owen Leonard oleonard at athenscounty.lib.oh.us
Sat Oct 7 20:56:01 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/07 18:56:01

Modified files:
	koha-tmpl/opac-tmpl/npl/en/includes: usermenu.inc 

Log message:
	Stray <li> out of place

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/usermenu.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: usermenu.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/Attic/usermenu.inc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- usermenu.inc	19 Sep 2006 13:13:21 -0000	1.1.2.2
+++ usermenu.inc	7 Oct 2006 18:56:01 -0000	1.1.2.3
@@ -1 +1 @@
-<div id="usermenu"><ul><li><a href="/cgi-bin/koha/opac-account.pl">your fines</a></li><li><a href="/cgi-bin/koha/opac-userdetails.pl">your personal details</a></li><!-- TMPL_IF name="OpacPasswordChange" --><li><a href="/cgi-bin/koha/opac-passwd.pl">change your password</a></li><!-- /TMPL_IF --><!-- TMPL_IF NAME="opacreadinghistory" --><li><a href="/cgi-bin/koha/opac-readingrecord.pl">your reading history</a></li><!-- /TMPL_IF --><li><!-- TMPL_IF name="suggestion" --><a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a></li><!-- /TMPL_IF --></ul></div>
\ No newline at end of file
+<div id="usermenu"><ul><li><a href="/cgi-bin/koha/opac-account.pl">your fines</a></li><li><a href="/cgi-bin/koha/opac-userdetails.pl">your personal details</a></li><!-- TMPL_IF name="OpacPasswordChange" --><li><a href="/cgi-bin/koha/opac-passwd.pl">change your password</a></li><!-- /TMPL_IF --><!-- TMPL_IF NAME="opacreadinghistory" --><li><a href="/cgi-bin/koha/opac-readingrecord.pl">your reading history</a></li><!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" --><li><a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a></li><!-- /TMPL_IF --></ul></div>
\ No newline at end of file





More information about the Koha-cvs mailing list