[Koha-patches] [PATCH] Bug 3572 Change masthead wording for OPAC account link

Chris Nighswonger cnighswonger at foundations.edu
Wed Sep 2 16:11:20 CEST 2009


On Wed, Sep 2, 2009 at 9:50 AM, Jane Wagner <jwagner at ptfs.com> 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
> Koha-patches at lists.koha.org
> http://lists.koha.org/mailman/listinfo/koha-patches
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20090902/f36490fe/attachment-0002.htm>


More information about the Koha-patches mailing list