[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes m... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes m... [rel_3_0] |
Date: |
Wed, 22 Nov 2006 17:33:04 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/22 17:33:04
Modified files:
koha-tmpl/intranet-tmpl/prog/en/includes: menus.inc
Log message:
adding branchname on menu
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.6.2.16&r2=1.6.2.17
Patches:
Index: menus.inc
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc,v
retrieving revision 1.6.2.16
retrieving revision 1.6.2.17
diff -u -b -r1.6.2.16 -r1.6.2.17
--- menus.inc 31 Oct 2006 16:42:16 -0000 1.6.2.16
+++ menus.inc 22 Nov 2006 17:33:04 -0000 1.6.2.17
@@ -2,7 +2,8 @@
<a href="#"
onclick="javascript:window.open('/cgi-bin/koha/help.pl','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes');">[?]</a>
</div>
<div id="mainmenu">
-<h3><a href="/cgi-bin/koha/mainpage.pl">Koha intranet</a></h3>
+<h3><a href="/cgi-bin/koha/mainpage.pl">Koha
+intranet</a></h3>
<!-- TMPL_IF NAME="CAN_user_circulate" -->
<li><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
<ul>
@@ -72,6 +73,8 @@
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="loggedinusername" -->
<li>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" -->
+ <br /> From <!-- TMPL_VAR NAME="branchname"-->
+ </li>
<ul><li><a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log
Out</a></li></ul>
</li>
<!-- /TMPL_IF -->