No, sorry, I meant “Your Name” to reference the user’s name, like Welcome, Jane 
Wagner.  Not that the screen was actually saying “Your Name.”

 

Jane Wagner

Library Systems Analyst

PTFS Inc.

Content Management and Library Solutions

6400 Goldsboro Road, Suite 200

Bethesda, MD  20817

(301) 654-8088 x 151

[email protected] <mailto:[email protected]> 

 

From: Chris Nighswonger [mailto:[email protected]] 
Sent: Wednesday, September 02, 2009 10:11 AM
To: Wagner, Jane
Cc: [email protected]
Subject: Re: [Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC 
account link

 

On Wed, Sep 2, 2009 at 9:50 AM, Jane Wagner <[email protected]> wrote:

        When a user is logged into the OPAC, the screen says "Welcome, Your 
Name" at
        the top.  If you've logged in and then done some searches, it's not 
obvious to
        the user that clicking Your Name gets you back to your account screen.  
I've
        done a wording change so that the screen says "Click here for account 
details,
        Your Name" instead.


"Your Name" is displayed because the given and surname fields are not populated 
in the user's account information. If that information is present and "Your 
Name" is still being displayed then there is another problem which should be 
discovered and addressed rather than changing the welcome line IMHO.

Kind Regards,
Chris



 

        ---
         koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc |    2 +-
         1 files changed, 1 insertions(+), 1 deletions(-)
        
        diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc 
b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
        index afe34d3..9ece839 100644
        --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
        +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc
        @@ -1,6 +1,6 @@
         <div id="header-wrapper"><div id="members">
          <!-- TMPL_IF NAME="opacuserlogin" -->
        -       <ul><!-- TMPL_IF NAME="loggedinusername" --><li><span 
class="members">Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span 
class="loggedinusername"><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR 
NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR 
NAME="surname" --><!-- /TMPL_LOOP --></span></a></span></li><li><a 
class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log 
Out</a></li><!-- TMPL_ELSE --><li><a href="/cgi-bin/koha/opac-user.pl">Log in 
to Your Account</a></li><!-- /TMPL_IF -->
        +       <ul><!-- TMPL_IF NAME="loggedinusername" --><li><span 
class="members">Click here for account details,<a 
href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername"><!-- TMPL_LOOP 
NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR 
NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP 
--></span></a></span></li><li><a class="logout" id="logout" 
href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a></li><!-- TMPL_ELSE 
--><li><a href="/cgi-bin/koha/opac-user.pl">Log in to Your Account</a></li><!-- 
/TMPL_IF -->
               </ul>
          <!-- /TMPL_IF -->
         </div>
        --
        1.5.6.5
        
        _______________________________________________
        Koha-patches mailing list
        [email protected]
        http://lists.koha.org/mailman/listinfo/koha-patches

 

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to