Allow superlibrarian to change branch via header.inc
authorRyan Higgins <rch@liblime.com>
Sat, 8 Dec 2007 20:52:32 +0000 (14:52 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 12 Dec 2007 14:01:48 +0000 (08:01 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

koha-tmpl/intranet-tmpl/prog/en/includes/header.inc

index e23dfab..ad25b39 100644 (file)
        <li><a href="/cgi-bin/koha/about.pl">About Koha</a></li></ul></li>
 </ul>
 </div>
-       
-<div id="login"><!-- TMPL_IF NAME="AutoLocation" --><strong><!-- TMPL_VAR NAME="LoginBranchname" --></strong><!-- TMPL_ELSE --><!-- TMPL_IF NAME="IndependantBranches" --><strong><!-- TMPL_VAR NAME="LoginBranchname" --></strong><!-- TMPL_ELSE --><strong><!-- TMPL_VAR NAME="LoginBranchname" --></strong> (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)<!-- /TMPL_IF --><!-- /TMPL_IF --> | <!-- TMPL_IF NAME="loggedinusername" --><span class="loggedinusername"><!-- TMPL_VAR NAME="loggedinusername" --></span> (<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>) | <!-- TMPL_ELSE -->You are not logged in | <!-- /TMPL_IF --><a href="/cgi-bin/koha/help.pl" id="helper" onclick="window.open('/cgi-bin/koha/help.pl','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); return false;">[ ? ]</a></div></div>
\ No newline at end of file
+<div id="login">
+  <!-- TMPL_IF NAME="AutoLocation" --><strong><!-- TMPL_VAR NAME="LoginBranchname" --></strong>
+  <!-- TMPL_ELSE -->
+       <strong><!-- TMPL_VAR NAME="LoginBranchname" --></strong>
+       <!-- TMPL_IF NAME="IndependantBranches" -->
+          <!-- TMPL_IF NAME="CAN_user_management" --> (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)<!-- /TMPL_IF -->
+           <!-- TMPL_ELSE -->
+             (<a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set</a>)
+           <!-- /TMPL_IF -->
+         | <!-- /TMPL_IF -->
+  <!-- TMPL_IF NAME="loggedinusername" --><span class="loggedinusername"><!-- TMPL_VAR NAME="loggedinusername" --></span> (<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>) |
+  <!-- TMPL_ELSE -->You are not logged in |
+  <!-- /TMPL_IF -->
+  <a href="/cgi-bin/koha/help.pl" id="helper" onclick="window.open('/cgi-bin/koha/help.pl','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); return false;">[ ? ]</a></div></div>