A
|
ann 7/8/2010 |
Leo, $href = $this->shortTableName."_list.php?page_parent_id=1&orderby=".($sort != "" ?($sort == "a" ? "d" : "a"): |
L
|
Leo086 author 7/8/2010 |
Leo, you can change it in the setLinksAttr() function in the generated output\classes\listpage.php file Here is a sample: $href = $this->shortTableName."_list.php?page_parent_id=1&orderby=".($sort != "" ?($sort == "a" ? "d" : "a"):
|
A
|
ann 7/8/2010 |
Leo, |
L
|
Leo086 author 7/8/2010 |
Leo, you can also edit \source\classes\listpage.php file (files in the \source folder aren't changes when you rebuild the project).
|