Revert "set the branch at login"
authorJoshua Ferraro <jmf@liblime.com>
Thu, 9 Aug 2007 15:44:52 +0000 (10:44 -0500)
committerChris Cormack <crc@liblime.com>
Thu, 9 Aug 2007 15:46:47 +0000 (10:46 -0500)
This reverts commit bf1fd83d087d13561ddd8ade870413a9912c5329.

Conflicts:

koha-tmpl/intranet-tmpl/prog/en/auth.tmpl

Signed-off-by: Chris Cormack <crc@liblime.com>
C4/Auth.pm
koha-tmpl/intranet-tmpl/prog/en/auth.tmpl
koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc

index 9a349b5..06401fe 100644 (file)
@@ -120,6 +120,7 @@ C4::Auth - Authenticates Koha users
 
 sub get_template_and_user {
     my $in       = shift;
+       warn "GET Template";
     my $template =
       gettemplate( $in->{'template_name'}, $in->{'type'}, $in->{'query'} );
     my ( $user, $cookie, $sessionID, $flags ) = checkauth(
index 0ba6262..bb566f9 100644 (file)
@@ -52,6 +52,7 @@
 <ul>
        <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li>
 </ul>
+<!-- /TMPL_IF -->
 
 <script type="text/javascript">
 // <![CDATA[
index d507c4a..392c4ec 100644 (file)
@@ -80,7 +80,7 @@
             <b> Login information</b>
         </li>
         <li>Logged in as: <b> <!-- TMPL_VAR NAME="loggedinusername" --> </b>
-            at <b><!-- TMPL_VAR NAME="LoginBranchnameShort" --></b></li>
+            at <b><!-- TMPL_VAR NAME="LoginBranchname" --></b></li>
             <!-- TMPL_IF NAME="AutoLocation" -->
                 <li>autolocate activated</li>
         <!-- TMPL_ELSE -->