Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Where is the HTML for the category list created?

Quote Reply
Where is the HTML for the category list created?
When I go to add a link, the entire category list shows up (which I want). However, there is an initial category listing of:

<option value=''>---

Right after the following select box tag:

<select name="CatLinks.CategoryID">

Where is this set? I would like to change "<option value=''>---" to something else ("<option value=''>******").

Thanks!

Quote Reply
Re: Where is the HTML for the category list created? In reply to
DB_Utils.pm or Build.pm...search them.

Regards,

Eliot Lee
Quote Reply
Re: Where is the HTML for the category list created? In reply to
Thanks, Eliot, but I do not have a DB_Utils.pm file and it does not look like it is in Build.pm. Any other ideas?

Quote Reply
Re: Where is the HTML for the category list created? In reply to
Try:

admin/GT/SQL/Display/HTML.pm

It looks like that is the base class for the select box class.

PUGDOGŪ Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Quote Reply
Re: Where is the HTML for the category list created? In reply to
Thanks, pugdog. That's it... I didn't search files in that dir... it's buried pretty deep!