https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27325

Lucas Gass <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Lucas Gass <[email protected]> ---
This works good and it looks good. I think this is much cleaner looking than
the  with the (s). 
The plural and singular forms all work well for checkouts, overdues, holds
pending, holds waiting, and messages. 


The template is missing some filters though:


 FAIL   koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt
   FAIL   filters
                missing_filter at line 225 (                                   
            [% tn('checkout', 'checkouts', checkouts ) %])
                missing_filter at line 233 (                                   
            [% tn('overdue', 'overdues', overdues ) %])
                missing_filter at line 241 (                                   
            [% tn('hold pending', 'holds pending', holds_pending ) %])
                missing_filter at line 249 (                                   
            [% tn('hold waiting', 'holds waiting', holds_waiting ) %])
                missing_filter at line 266 (                                   
                [% tn('message', 'messages', patron_messages.count + 1 ) %])
                missing_filter at line 273 (                                   
                [% tn('message', 'messages', patron_messages.count ) %])

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to