[Koha-bugs] [Bug 6864] add a syspref to allow custom text for OPAC user/pass information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 7 17:40:39 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6864

--- Comment #6 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 25938
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25938
New version of the patch. Rebase on current master and fixed.

Review of attachment 25938:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6864&attachment=25938)
-----------------------------------------------------------------

::: koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt
@@ +64,5 @@
>  	</form>
> +    <br style="clear:both" />
> +    <div id="opacbelowloginbox">
> +        [% opacbelowloginbox %]
> +    </div>

I like the id, but I'm not sure I see a need for this functionality.

::: opac/opac-main.pl
@@ +56,4 @@
>  $template->param(
>      koha_news           => $all_koha_news,
>      koha_news_count     => $koha_news_count,
> +    opacbelowloginbox => C4::Context->preference("OpacBelowLoginBox"),

So you really want something under the login area in the right side of the OPAC
screen? I think it is ugly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list