[rt-users] rt 3.2.1, searching on subjects

matthew zeier mrz at intelenet.net
Thu Jul 29 19:31:37 EDT 2004





> On Thu, 2004-07-29 at 13:57, matthew zeier wrote:
> > Haven't seen any responses - which file adds "subject" to the drop-down
> > list?  Or which file populates that to begin with?
> /opt/rt3/share/html/Elements/SelectAttachmentField
>  - Alex


Odd - 

SELECT NAME="<%$Name%>">
<OPTION VALUE="Subject"><&|/l&>Subject</&></OPTION>
<OPTION VALUE="Content"><&|/l&>Content</&></OPTION>
<OPTION VALUE="ContentType"><&|/l&>Content-Type</&></OPTION>
<OPTION VALUE="Filename"><&|/l&>Filename</&></OPTION>
</SELECT>
<%ARGS>
$Name => 'AttachmentField'
</%ARGS>


Yet the HTML is rendering as:

<tr><td align=right>
<SELECT NAME="AttachmentField">
<OPTION VALUE="Content">content</OPTION>
<OPTION VALUE="ContentType">content-type</OPTION>
<OPTION VALUE="Filename">filename</OPTION>
</SELECT>



More information about the rt-users mailing list