Hi,
I am just transfering my phprunner 5.0 project to the latest 5.3 version.
I have used a lot the excellent "list page with search" property in add and edit pages
with some simple modifications.
I used to modify the $list parameter in sources/include/commonfunctions.php file in order to direct the
lookup link to another list page (with original data but a different template) but it
is not working anymore.
I also tried to modify function setLinkAttr in classes/listpage_lookup.php file with no success.Here is an example:
table1_list
$href = $this->shortTableName."_list.php?orderby="....
table22_list
$href = $this->shortTableName."2_list2.php?orderby="....
So my question is how to set lookup link to direct to another listpage (with same original table) ? Or is there another option to modify the template of
lookup table?
The reason for this is that I have modified extensively the original template with divs, styles etc. and
all these shows up also in lookup table.
regards
jouni