Bugzilla – Attachment 14596 Details for
Bug 9384
With OPACPatronDetails set to 'don't allow' a form shows
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9384 - With OPACPatronDetails set to 'don't allow' a form shows
Bug-9384---With-OPACPatronDetails-set-to-dont-allo.patch (text/plain), 2.90 KB, created by
Kyle M Hall (khall)
on 2013-01-15 12:53:17 UTC
(
hide
)
Description:
Bug 9384 - With OPACPatronDetails set to 'don't allow' a form shows
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-01-15 12:53:17 UTC
Size:
2.90 KB
patch
obsolete
>From e8f5374aab31d8beab0ce1b5e2341dfac220d505 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 15 Jan 2013 07:52:02 -0500 >Subject: [PATCH] Bug 9384 - With OPACPatronDetails set to 'don't allow' a form shows > >Because of the new feature to allow patrons to register for a card >via the opac when you have OPACPatronDetails set to 'don't allow' >it still shows a from for the patron details, but you can't edit the form. >It would be better if this showed as a text display like it used to so >that it's not confusing to patrons ( even with the note about seeing >the librarian ). >--- > koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc | 9 ++++++++- > koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc | 9 ++++++++- > 2 files changed, 16 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc >index 99e8743..6cacb1a 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc >+++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc >@@ -5,7 +5,14 @@ > [% IF ( OPACFinesTab ) %] > [% IF ( accountview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-account.pl">my fines</a></li> > [% END %] >- [% IF ( userupdateview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-userupdate.pl">my personal details</a></li> >+ [% IF ( userupdateview ) %] >+ <li class="active">[% ELSE %]<li>[% END %] >+ [% IF OPACPatronDetails %] >+ <a href="/cgi-bin/koha/opac-memberentry.pl">my personal details</a> >+ [% ELSE %] >+ <a href="/cgi-bin/koha/opac-userupdate.pl">my personal details</a> >+ [% END %] >+ </li> > [% IF ( TagsEnabled ) %] > [% IF ( tagsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-tags.pl?mine=1">my tags</a></li> > [% END %] >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc >index 5a07d95..51a72ba 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc >@@ -5,7 +5,14 @@ > [% IF ( OPACFinesTab ) %] > [% IF ( accountview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-account.pl">my fines</a></li> > [% END %] >- [% IF ( userupdateview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-memberentry.pl">my personal details</a></li> >+ [% IF ( userupdateview ) %] >+ <li class="active">[% ELSE %]<li>[% END %] >+ [% IF OPACPatronDetails %] >+ <a href="/cgi-bin/koha/opac-memberentry.pl">my personal details</a> >+ [% ELSE %] >+ <a href="/cgi-bin/koha/opac-userupdate.pl">my personal details</a> >+ [% END %] >+ </li> > [% IF ( TagsEnabled ) %] > [% IF ( tagsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-tags.pl?mine=1">my tags</a></li> > [% END %] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9384
:
14596
|
14597
|
14966
|
14971