Bugzilla – Attachment 53078 Details for
Bug 13901
sort1 and sort2 not on self registration form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add sort1 and sort2 on self registration form
opac-memberentry.patch (text/plain), 2.24 KB, created by
Michal Dudzik
on 2016-07-04 11:45:22 UTC
(
hide
)
Description:
add sort1 and sort2 on self registration form
Filename:
MIME Type:
Creator:
Michal Dudzik
Created:
2016-07-04 11:45:22 UTC
Size:
2.24 KB
patch
obsolete
>--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -750,6 +750,42 @@ > </fieldset> > [% END %] > >+ [% UNLESS >+ hidden.defined('sort1') && hidden.defined('sort2') >+ %] >+ <fieldset class="rows"> >+ <ol> >+ [% UNLESS hidden.defined('sort1') %] >+ <li> >+ [% IF mandatory.defined('sort1') %] >+ <label for="borrower_sort1" class="required"> >+ [% ELSE %] >+ <label for="borrower_sort1"> >+ [% END %] >+ Sort 1:</label> >+ >+ [% PROCESS 'av-build-dropbox.inc' name="borrower_sort1", category="Bsort1", default=borrower.sort1 %] >+ [% IF mandatory.defined('sort1') %]<span class="required">Required</span>[% END %] >+ </li> >+ [% END %] >+ >+ [% UNLESS hidden.defined('sort2') %] >+ <li> >+ [% IF mandatory.defined('sort2') %] >+ <label for="borrower_sort2" class="required"> >+ [% ELSE %] >+ <label for="borrower_sort2"> >+ [% END %] >+ Sort 2:</label> >+ >+ [% PROCESS 'av-build-dropbox.inc' name="borrower_sort2", category="Bsort2", default=borrower.sort2 %] >+ [% IF mandatory.defined('sort2') %]<span class="required">Required</span>[% END %] >+ </li> >+ [% END %] >+ </ol> >+ </fieldset> >+ [% END %] >+ > [% UNLESS action == 'edit' %] > <fieldset class="rows" id="memberentry_captcha"> > <ol>
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 13901
: 53078