J
|
Jane 7/9/2007 |
Hi, ##foreach @BUILDER.Tables as @t filter @t.arrMasterTables[strMasterTable==@TABLE.strDataSourceTable].len## if GroupSecurity##{if $allow_##@t.strShortTableName##}##endif##<td align="center"> @t.strCaption h##</a></td> if GroupSecurity##{/if}##endif##endfor
##foreach @BUILDER.Tables as @t filter @t.arrMasterTables[strMasterTable==@TABLE.strDataSourceTable].len## if GroupSecurity##{if $allow_##@t.strShortTableName##}##endif##<td align="center"> @t.strCaption h##</a></td> if GroupSecurity##{/if}##endif##endfor
|
|
jwoker author 7/9/2007 |
That worked great thanks. My problem with the other pages and ajax was that I had customized the list page in version 3 which meant it was not getting updated with the ajax code from version 4. |
|
500403 8/15/2007 |
Hi, thank you for pointing me to this bug. We'll fix it in the next PHPRunner update. To make your pages working please open C:/Program Files/PHPRunner4.0/templates/layouts/Default/list_vertical.htm file, find this code: and replace it with this one: Then rebuild your project.
|
J
|
Jane 8/16/2007 |
Mary, |