http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6400

             Bug #: 6400
           Summary: Counter broken on tags review page
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
               URL: /cgi-bin/koha/tags/review.pl
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Tools
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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?

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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