Max length of Value textboxes in posmaster filter screen

Hi, I noticed that the max size of a value textbox in the posmaster filter screen is 100 <input type="text" name="MatchValue2" value="" size="40" maxlength="100"/> Is there a way to change that, as I would like to add headers that are longer than 100 characters. Thanks, Ugo

Hi,
-----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org] On Behalf Of Ugo Bellavance
I noticed that the max size of a value textbox in the posmaster filter screen is 100
<input type="text" name="MatchValue2" value="" size="40" maxlength="100"/>
Is there a way to change that, as I would like to add headers that are longer than 100 characters.
You could change it in: /opt/otrs/Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl , I'm not sure however that it will not brake somewhere else if you do that, give it a try :-) Also, if you're not testing then don't change it in place, but create your own theme, so that you don't run into a mess when upgrading: http://doc.otrs.org/3.0/en/html/themes.html Cheers, tamas
participants (2)
-
Tamás Becz
-
Ugo Bellavance