[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes opac-b... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Feb 7 23:50:11 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/02/07 22:50:11

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

Log message:
	Removing extra markup and adding IF around opaccredits variable

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-bottom.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-bottom.inc
diff -u koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-bottom.inc:1.1.2.1 koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-bottom.inc:1.1.2.2
--- koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-bottom.inc:1.1.2.1	Sat Feb  4 16:52:01 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-bottom.inc	Tue Feb  7 22:50:11 2006
@@ -1,15 +1,3 @@
-<div id="bottombloc">
-<!-- TMPL_IF NAME="loggedinusername" -->
-	<p>
-		Logged in as <b><!-- TMPL_VAR NAME="loggedinusername" --></b> <a href="/cgi-bin/koha/opac-user.pl">Members Home</a>
-		|| <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a>
-	</p>
-<!-- TMPL_ELSE -->
-	<p>
-		<a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha
-	</p>
-<!-- /TMPL_IF -->
-</div>
-<div id="footer"><!-- TMPL_VAR NAME="opaccredits" --></div>
+<!-- TMPL_IF NAME="opaccredits" --><div id="footer"><!-- TMPL_VAR NAME="opaccredits" --></div><!-- /TMPL_IF -->
 </body>
 </html>





More information about the Koha-cvs mailing list