Gossamer Forum
Quote Reply
Browser.pm
Hello,

in Links/HTML/Links.pm you can customize de layout of a column.
this is standard already done for the ExpiryDate column.

I have a column called Country in my links table.
I have customized it to make it a drop down box with country names.
The countries comes from a seperate table containing country names & geographic info

Now i want to make this drop down box visible for the Editor panel.

In Browser.pm in sub link_add_form & link_modify_form, the table with fields are loaded from GT::SQL::Display::HTML::Table
the Country column will be loaded as a standard textfield.

my question:
How can I get my selectbox loaded in link_add_form & link_modify_form?

Cheers,

Eric