[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes masthead.inc,1.1,1.1.2.1

Owen Leonard oleonard at users.sourceforge.net
Fri Feb 4 20:07:36 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28869/koha-tmpl/intranet-tmpl/npl/en/includes

Modified Files:
      Tag: rel_2_2
	masthead.inc 
Log Message:
Adding persistent help link

Index: masthead.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/masthead.inc,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** masthead.inc	19 Feb 2004 19:11:04 -0000	1.1
--- masthead.inc	4 Feb 2005 19:07:33 -0000	1.1.2.1
***************
*** 1 ****
! <h1>Koha Intranet<!-- TMPL_IF NAME="branchname" -->: <!-- TMPL_VAR name="branchname" --><!-- /TMPL_IF --></h1>
\ No newline at end of file
--- 1,2 ----
! <h1>Koha Intranet<!-- TMPL_IF NAME="branchname" -->: <!-- TMPL_VAR name="branchname" --><!-- /TMPL_IF --></h1>
! <div id="help"><a href="/cgi-bin/koha/help.pl" onclick="Help(); return false;">[ ? ]</a></div>
\ No newline at end of file





More information about the Koha-cvs mailing list