http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12716 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 30728 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30728 Bug 12716: Allow the import patrons form have drop-downs and datepickers Review of attachment 30728: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12716&attachment=30728) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt @@ +3,5 @@
<title>Koha › Tools › Import patrons [% IF ( uploadborrowers ) %]› Results[% END %]</title> [% INCLUDE 'doc-head-close.inc' %] <style type="text/css"> + .yui-u fieldset.rows .widelabel { width: 12em; } + label.description { width: 20em; }
I'd like this a bit better in the staff CSS file, so people could overwrite it with OpacUserCSS - different language might need more or less space there. But not a blocker. @@ +133,5 @@
+ <option value="" selected="selected"></option> + [% FOREACH branch IN branches %] + <option value="[% branch.branchcode %]"> + [% branch.branchname %]</option> + [% END %]
I think you could have used the TT plugin for branches here :) -- You are receiving this mail because: You are watching all bug changes.