Bug 6400 - Counter broken on tags review page
Summary: Counter broken on tags review page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL: /cgi-bin/koha/tags/review.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 15:34 UTC by Owen Leonard
Modified: 2015-12-03 22:00 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2011-05-24 15:34:20 UTC
The first column in the tags review table is a counter showing the row number. In the new T:T template it looks like this:

[% offset + __counter__ %]

"__counter__" looks like the hold HTML_Template_Pro way of doing things. I assumed the proper construction for T:T would be:

[% offset + tagloo.count %]

...but this doesn't work. Is the count variable not enabled by default or am I missing something?
Comment 1 Jonathan Druart 2015-03-25 12:13:10 UTC
Fixed by bug 6587.