Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Alex] Plugin User set options:: Edit Log

Here is the list of edits for this post
Re: [Alex] Plugin User set options:
There is a missing feature in /admin/GT/Plugins/Manager.pm in sub load_options:
Code:
my $form_element=$HTML->$type({name => "user-$name", value => $val, values => $options});
The TEXT input fields always have size 20.

When TEXT input type is used, will call GT::SQL::Display::HTML::text. It awaits the 'form_size' => 'x' hashref (additionally to the name, and other options), otherwise will return SIZE=20 into TEXT input form...

Please correct it by adding an exception, or if you accept my modification, let me know: I will do it, and send a diff file for you.
Or if you want, contact me through email, and we will discuss it.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...

Last edited by:

webmaster33: Jan 3, 2003, 3:18 AM

Edit Log: