Re: [Koha-devel] Request for feedback: Bug 20779 - Style refresh for patron detail page

2018-05-29 Thread Barton Chittenden
I like screenshot #2; It manages to be more compact *and* it feels less cluttered, which is all win as far as I'm concerned. ​ ___ Koha-devel mailing list Koha-devel@lists.koha-community.org

[Koha-devel] Request for feedback: Bug 20779 - Style refresh for patron detail page

2018-05-29 Thread Owen Leonard
I've submitted a patch on Bug 20779 to refresh the style of the patron detail page, and I'd like to get some feedback on my proposal. Compare this "before" image: https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75434 ...with this screenshot after the patch has been applied:

Re: [Koha-devel] adding serial numbers to the list of items in CHECKIN email

2018-05-29 Thread Jonathan Druart
Try [% loop.count %] http://www.template-toolkit.org/docs/manual/Variables.html#section_loop On Tue, 29 May 2018 at 05:29 Indranil Das Gupta wrote: > Hi, > > I'm trying to add a serial number (1,2,3 ... n) to each row of items > listed in the CHECKIN digest email on the latest oldstable. > >

Re: [Koha-devel] Explanations in systempreferences options?

2018-05-29 Thread Tomas Cohen Arazi
That explanation is kept for historical reasons but not used anymore. We handle that in the translatable *.pref files. And options only applies to some type of sysprefs. El mar., 29 de may. de 2018 5:44 a. m., Jon Knight escribió: > Hi, > > In the midst of working on a new patch on my

[Koha-devel] Explanations in systempreferences options?

2018-05-29 Thread Jon Knight
Hi, In the midst of working on a new patch on my kohadevbox, I wanted to add a new system preference. In doing so (and debugging as a result!) I noticed some existing system preferences appear to have what I would assume should be the explanation in the option field: mysql> select * from

[Koha-devel] adding serial numbers to the list of items in CHECKIN email

2018-05-29 Thread Indranil Das Gupta
Hi, I'm trying to add a serial number (1,2,3 ... n) to each row of items listed in the CHECKIN digest email on the latest oldstable. First I tried to be cocky and attempted to do something like this : .circdata tr:not(.circheader) { counter-increment: row-num; } .circdata