phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/templates/default filters.tpl,1.6,1.7


From: Angelo Tony Puglisi <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/templates/default filters.tpl,1.6,1.7
Date: Fri, 25 Jan 2002 08:28:27 -0500

Update of /cvsroot/phpgroupware//email/templates/default
In directory subversions:/tmp/cvs-serv9172/email/templates/default

Modified Files:
        filters.tpl 
Log Message:
does not contain, and, or, now coded by hand since IMAP servers can not be 
relied upon to implement IMAP4rev1 searching

Index: filters.tpl
===================================================================
RCS file: /cvsroot/phpgroupware//email/templates/default/filters.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** filters.tpl 23 Jan 2002 13:22:23 -0000      1.6
--- filters.tpl 25 Jan 2002 13:28:25 -0000      1.7
***************
*** 39,43 ****
                                <!-- <option value="bcc">{lang_bcc}</option> -->
                                <!-- <option 
value="recipient">{lang_recipient}</option> -->
!                               <!-- <option 
value="sender">{lang_sender}</option> -->
                                <option value="subject" 
{subject_selected}>{lang_subject}</option>
                                <!-- <option 
value="header">{lang_header}</option> -->
--- 39,43 ----
                                <!-- <option value="bcc">{lang_bcc}</option> -->
                                <!-- <option 
value="recipient">{lang_recipient}</option> -->
!                               <!-- <option value="sender" 
{sender_selected}>{lang_sender}</option> -->
                                <option value="subject" 
{subject_selected}>{lang_subject}</option>
                                <!-- <option 
value="header">{lang_header}</option> -->
***************
*** 53,57 ****
                        <select name="{comparator_selectbox_name}">
                                <option value="contains" 
{contains_selected}>{lang_contains}</option>
!                               <!-- <option value="notcontains" 
{notcontains_selected}>{lang_notcontains}</option> -->
                        </select>
                        </font>
--- 53,57 ----
                        <select name="{comparator_selectbox_name}">
                                <option value="contains" 
{contains_selected}>{lang_contains}</option>
!                               <option value="notcontains" 
{notcontains_selected}>{lang_notcontains}</option>
                        </select>
                        </font>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]