[ic] mini howto for ui custom table edit plus flex_select.html fix

Jonathan Clark jonc@webmaint.com
Wed, 4 Apr 2001 23:48:27 +0100


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.