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_blocks.tpl,NONE,


From: Angelo Tony Puglisi <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/templates/default filters_blocks.tpl,NONE,1.1 filters.tpl,1.2,1.3
Date: Fri, 18 Jan 2002 18:15:55 -0500

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

Modified Files:
        filters.tpl 
Added Files:
        filters_blocks.tpl 
Log Message:
working on filters

--- NEW FILE ---
<!-- begin file filters_blocks.tpl -->

&nbsp; <!-- === block seperator == --> &nbsp; 

<!-- BEGIN B_account_and_or_ignore -->
<select name="{andor_select_name}">
        <option value="ignore_me" selected>&lt;{lang_ignore_me1}&gt;</option>
        <option value="or">{lang_or}</option>
        <option value="and">{lang_and}</option>
</select>
<!-- END B_account_and_or_ignore -->

&nbsp; <!-- === block seperator == --> &nbsp; 
        
<!-- BEGIN B_action_no_ignore -->
<select name="{actionbox_name}">
        <option value="keep">{lang_keep}</option>
        <option value="discard">{lang_discard}</option>
        <option value="reject">{lang_reject}</option>
        <option value="redirect">{lang_redirect}</option>
        <option value="fileinto" selected>{lang_fileinto}</option>
</select>

<!-- END B_action_no_ignore -->

&nbsp; <!-- === block seperator == --> &nbsp; 
        
<!-- BEGIN B_action_with_ignore_me -->
<select name="{actionbox_name}">
        <option value="ignore_me" selected>&lt;{lang_ignore_me2}&gt;</option>
        <option value="keep">{lang_keep}</option>
        <option value="discard">{lang_discard}</option>
        <option value="reject">{lang_reject}</option>
        <option value="redirect">{lang_redirect}</option>
        <option value="fileinto">{lang_fileinto}</option>
</select>

<!-- END B_action_with_ignore_me -->

&nbsp; <!-- === block seperator == --> &nbsp; 

<!-- end file filters_blocks.tpl -->

Index: filters.tpl
===================================================================
RCS file: /cvsroot/phpgroupware//email/templates/default/filters.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** filters.tpl 9 Dec 2001 01:47:49 -0000       1.2
--- filters.tpl 18 Jan 2002 23:15:53 -0000      1.3
***************
*** 39,43 ****
                        <ul>
                                <li>only the 1st row of 
"{lang_if_messages_match}" works</li>
!                               <li>when you submit the form, an IMAP search 
will be done</li>
                                <li>Rule Matches are siaplayed as a message 
list, like a search result, up to about 20 hits</li>
                                <li>to navigate athe whole result set, click 
button "submit to mlist class"</li>
--- 39,43 ----
                        <ul>
                                <li>only the 1st row of 
"{lang_if_messages_match}" works</li>
!                               <li>when you submit the form, an IMAP search 
*might* be done</li>
                                <li>Rule Matches are siaplayed as a message 
list, like a search result, up to about 20 hits</li>
                                <li>to navigate athe whole result set, click 
button "submit to mlist class"</li>
***************
*** 51,57 ****
        <p>&nbsp;</p>
  
! <FORM action="{form1_action}" method="post">
                
!       <h2><center>Sieve {filters_txt}<br>Dummy UI</center></h2>
        
        <table width="90%" border="0" align="center">
--- 51,57 ----
        <p>&nbsp;</p>
  
! <FORM action="{form_edit_filter_action}" method="post">
                
!       <h2><center>Sieve {filters_txt}<br>Semi-Dumb UI</center></h2>
        
        <table width="90%" border="0" align="center">
***************
*** 61,65 ****
                                &nbsp;{lang_name}:&nbsp;
                        </font>
!                       <input size="30" name="filter_{f_idx}[filtername]" 
value="{filter_name}">
                </td>
        </tr>
--- 61,65 ----
                                &nbsp;{lang_name}:&nbsp;
                        </font>
!                       <input size="30" name="{filter_name_box_name}" 
value="{filter_name}">
                </td>
        </tr>
***************
*** 74,78 ****
                <td align="center">
                        <font size="-1">
!                               {source_folder_or_andor}
                        </font>
                </td>
--- 74,78 ----
                <td align="center">
                        <font size="-1">
!                               {V_account_and_or_ignore}
                        </font>
                </td>
***************
*** 110,136 ****
        </tr>
        <!-- END B_matches_row -->
-       
-       <tr bgcolor="{row_on}">
-               <td align="center">
-                       <font size="-1">
-                               <b>[{lang_more_choices}]</b>
-                       </font>
-               </td>
-               <td align="center">
-                       <font size="-1">
-                               <b>[{lang_fewer_choices}]</b>
-                       </font>
-               </td>
-               <td align="center">
-                       <font size="-1">
-                               &nbsp;
-                       </font>
-               </td>
-               <td align="center">
-                       <font size="-1">
-                               <b>[{lang_reset}]</b>
-                       </font>
-               </td>
-       </tr>
        </table>
        
--- 110,113 ----
***************
*** 147,157 ****
                <td width="20%" align="center">
                        <font size="-1">
!                               <select 
name="filter_{f_idx}[action_{action_rownum}_judgement]">
!                                       <option 
value="keep">{lang_keep}</option>
!                                       <option 
value="discard">{lang_discard}</option>
!                                       <option 
value="reject">{lang_reject}</option>
!                                       <option 
value="redirect">{lang_redirect}</option>
!                                       <option value="fileinto" 
selected>{lang_fileinto}</option>
!                               </select>
                        </font>
                </td>
--- 124,128 ----
                <td width="20%" align="center">
                        <font size="-1">
!                               {V_action_widget}
                        </font>
                </td>
***************
*** 169,199 ****
                <td width="20%" align="center">
                        <font size="-1">
!                               <input type="checkbox" 
name="filter_{f_idx}[action_{action_rownum}_stop]">&nbsp;{lang_stop_if_matched}
                        </font>
                </td>
        </tr>
        <!-- END B_actions_row -->
-       <tr bgcolor="{row_on}">
-               <td align="center">
-                       <font size="-1">
-                               <b>[{lang_more_actions}]</b>
-                       </font>
-               </td>
-               <td align="center">
-                       <font size="-1">
-                               <b>[{lang_fewer_actions}]</b>
-                       </font>
-               </td>
-               <td align="center">
-                       <font size="-1">
-                               &nbsp;
-                       </font>
-               </td>
-               <td colspan="2" align="center">
-                       <font size="-1">
-                               <b>[{lang_reset}]</b>
-                       </font>
-               </td>
-       </tr>
        </table>
        
--- 140,148 ----
                <td width="20%" align="center">
                        <font size="-1">
!                               <input type="checkbox" 
name="filter_{f_idx}[action_{action_rownum}_stop_filtering]" 
value="True">&nbsp;{lang_stop_if_matched}
                        </font>
                </td>
        </tr>
        <!-- END B_actions_row -->
        </table>
        
***************
*** 206,210 ****
                </td>
                <td width="25%">
!                       <input type="submit" name="{form1_submit_btn_name}" 
value="{lang_submit}">
                        &nbsp; &nbsp;
                        <input type="reset" name="reset" value="{lang_clear}">
--- 155,159 ----
                </td>
                <td width="25%">
!                       <input type="submit" name="{form_edit_filter_btn_name}" 
value="{lang_submit}">
                        &nbsp; &nbsp;
                        <input type="reset" name="reset" value="{lang_clear}">
***************
*** 213,220 ****
  </form>
        
! <form action="{form2_action}" method="post">
        
                <td width="25%">
!                       <input type="submit" name="{form2_submit_btn_name}" 
value="{lang_cancel}">
                </td>
        
--- 162,169 ----
  </form>
        
! <form action="{form_cancel_action}" method="post">
        
                <td width="25%">
!                       <input type="submit" name="{form_cancel_btn_name}" 
value="{lang_cancel}">
                </td>
        




reply via email to

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