How would I add variables to pass through the link between the pages of a list.
As a sample I looked at the template list on bug-tracker package. But i still couldn't figure out how it adds all the variables such as format, project_id and fstate to the page links: ( < 1 2 3 4 5 6 > >> )
as in:
http://openacs.org/bugtracker/openacs/?format=table&page=9&project%5fid=56106&f%5fstate=7&orderby=bug%5fnumber%2cdesc
I wonder if it is this chunk bellow within bug-procs.tcl.
at ad_proc bug_tracker::bug::get_multirow
{} {
foreach var [bug_tracker::get_export_variables] {
#JOEL put this back later
upvar \#[template::adp_level] $var $var
}
...
}
Request notifications