[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en modbibitem.tmpl,1.1,1.2 moditem.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Mar 18 12:16:06 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv26369/koha-tmpl/intranet-tmpl/default/en

Modified Files:
	modbibitem.tmpl moditem.tmpl 
Log Message:
fixing  image links bug

Index: modbibitem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/modbibitem.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** modbibitem.tmpl	15 Dec 2002 17:38:20 -0000	1.1
--- modbibitem.tmpl	18 Mar 2003 11:16:01 -0000	1.2
***************
*** 1,4 ****
--- 1,10 ----
  <TMPL_INCLUDE Name="cat-top.inc">
  
+ <TMPL_IF NAME="loggedinuser">
+     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
+ <TMPL_ELSE>
+     <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
+ </TMPL_IF>
+ 
  <BLOCKQUOTE><FONT SIZE=6>
  <em><a href=/cgi-bin/koha/detail.pl?bib="<TMPL_VAR Name="biblionumber">"&type=intra><TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a><br>

Index: moditem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/moditem.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** moditem.tmpl	18 Mar 2003 09:52:30 -0000	1.2
--- moditem.tmpl	18 Mar 2003 11:16:01 -0000	1.3
***************
*** 1,4 ****
--- 1,10 ----
  <TMPL_INCLUDE Name="cat-top.inc">
  
+ <TMPL_IF NAME="loggedinuser">
+     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
+ <TMPL_ELSE>
+     <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
+ </TMPL_IF>
+ 
  <FONT SIZE=6><em><TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</em></FONT><br>
  <table border=0 cellspacing=0 cellpadding=5>





More information about the Koha-cvs mailing list