[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] mini howto for ui custom table edit plus flex_select.html fix
Some additions to the fix for the column / headings / banner / title to
stick through the flex editor page:
UI_STD_DBEDIT_TABLE
line 15 insert:
<INPUT TYPE=hidden NAME=ui_show_fields VALUE="[cgi ui_show_fields]">
<INPUT TYPE=hidden NAME=ui_description_fields VALUE="[cgi
ui_description_fields]">
<INPUT TYPE=hidden NAME=page_title VALUE="[cgi page_title]">
<INPUT TYPE=hidden NAME=page_banner VALUE="[cgi page_banner]">
flex_select.html
line 320 change:
ui_page_title=[cgi ui_page_title]
ui_page_title=[cgi ui_page_banner]
to
page_title=[cgi page_title]
page_banner=[cgi page_banner]
line 323 insert:
ui_show_fields=[cgi ui_show_fields]
ui_description_fields=[cgi ui_description_fields]
Jonathan
Webmaint.
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users