[rt-users] Customizing the GUI

Andy Harrison ah30 at harrisonfamily.com
Thu Feb 12 10:00:01 EST 2004


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Wed, 11 Feb 2004 20:01:44 -0500, Russ Roff wrote
Subject: "[rt-users] Customizing the GUI"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> Can anyone tell me if there is an easy way to customize the 
> appearance of the web GUI in 3.0?  I need to manipulate the
> sizes of some custom fields to accomodate the expected input.  
> Is there a style sheet or a Perl template I can mess with?

You can customize /rt3 base dir/share/html/Ticket/Elements/EditCustomField
(copy it  the /rt3 base dir/local/ tree).

Before the part where it outputs the "input" form element, you could
have something like:

$inputsize = "25" if $CustomField->Name eq "YourCustomFieldName";

Then have size="<%$inputsize%>" for the input element parameter.

-- 
Andy Harrison
(full headers for details)



More information about the rt-users mailing list