phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/templates/default addressbook.tpl,1.7,1.7.6.1 class_prefs_blocks.tpl,1.2,1.2.2.1 compose.tpl,1.2,1.2.2.1 filters.tpl,1.2,1.2.2.1 index_blocks.tpl,1.3,1.3.2.1 message_main.tpl,1.7,1.7.2.1
Date: Thu, 14 Feb 2002 01:42:47 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        addressbook.tpl class_prefs_blocks.tpl compose.tpl filters.tpl 
        index_blocks.tpl message_main.tpl 
Log Message:
merging in the HEAD code after discussion and vote in irc channel had skeeter, 
milosch and myself in agreement with this action. A strongly worded email will 
be sent explaining that new features wont be accepted again like this

Index: addressbook.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/addressbook.tpl,v
retrieving revision 1.7
retrieving revision 1.7.6.1
diff -C2 -r1.7 -r1.7.6.1
*** addressbook.tpl     3 Apr 2001 13:30:28 -0000       1.7
--- addressbook.tpl     14 Feb 2002 06:42:44 -0000      1.7.6.1
***************
*** 18,104 ****
     -->
  </STYLE>
! <script LANGUAGE="JavaScript">
!    function ExchangeTo(thisform)
!    {
!     if (opener.document.doit.to.value =='') {
!    opener.document.doit.to.value = thisform.elements[0].value;
!    }
!   else {
!    opener.document.doit.to.value +=","+thisform.elements[0].value;
!   }
! }
! function ExchangeCc(thisform)
!    {
!      if (opener.document.doit.cc.value=='') {
!         opener.document.doit.cc.value=thisform.elements[0].value;
!      } else {
!         opener.document.doit.cc.value+=","+thisform.elements[0].value;
!      }
!    }
  </script>
  </head>
  <body bgcolor="{bg_color}">
  <center>
! <p><font face="{font}"><b>{lang_addressbook_action}</b></font><br>
! <hr noshade width="98%" align="center" size="1">
! 
! <table border="0" width="100%">
!     <tr>
!     <td width="33%" align="left">
!     <form action="{cats_action}" name="form" method="POST">
!     <select name="cat_id" onChange="this.form.submit();"><option 
value="">{lang_select_cats}</option>{cats_list}</select>
!     <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
!     <td width="33%" align="center">{lang_showing}</td>
!     <td width="33%" align="right">
!     <form method="POST" action="{search_action}">
!     <input type="text" name="query">&nbsp;<input type="submit" name="search" 
value="{lang_search}">
!     </form></td>
!     </tr>
!     <tr>
!     <td colspan="4">
!     <table border="0" width="100%">
!     <tr>
!     {left}
!     <td>&nbsp;</td>
!     {right}
!     </tr>
!     </table>
!     </td>
!     </tr>
! </table>
! <table border="0" width="100%" cellpadding="2" cellspacing="2">
!     <tr bgcolor="{th_bg}">
!       <td width="15%" bgcolor="{th_bg}" align=center><font 
face="{font}">{sort_firstname}</font></td>
!       <td width="15%" bgcolor="{th_bg}" align=center><font 
face="{font}">{sort_lastname}</font></td>
!       <td width="25%" bgcolor="{th_bg}" align=center><font 
face="{font}">{lang_email}</font></td>
!       <td width="25%" bgcolor="{th_bg}" align=center><font 
face="{font}">{lang_hemail}</font></td>
!     </tr>
    
! <!-- BEGIN addressbook_list -->
!       <tr bgcolor="{tr_color}">
!       <td><font face="{font}">{firstname}</font></td>
!         <td><font face="{font}">{lastname}</font></td>
!         <form>
!         <td align="center"><font face="{font}"><input type="text" size="25" 
name="email" value="{email}">
!         <input type="button" size="25" name="button" value="To" 
onClick="ExchangeTo(this.form);">
!         <input type="button" size="25" name="button" value="Cc" 
onClick="ExchangeCc(this.form);"></font></td>
!         </form>
!         <form>
!         <td align="center"><font face="{font}"><input type="text" size="25" 
name="hemail" value="{hemail}">
!         <input type="button" size="25" name="button" value="To" 
onClick="ExchangeTo(this.form);">
!         <input type="button" size="25" name="button" value="Cc" 
onClick="ExchangeCc(this.form);"></font></td>
!         </form>
!       </tr>
  <!-- END addressbook_list -->
  
!   </table>
!   <table cellpadding="2" cellspacing="2">
!       <tr>
!     <form>
!     <td><font face="{font}"><input type="button" name="done" 
value="{lang_done}" onClick="window.close()"></font>
!       </form>
!       </td>
!     </tr>
!   </table>
  </center>
  </body>
--- 18,155 ----
     -->
  </STYLE>
! <script type="text/javascript">
!       function ExchangeTo(thisform)
!       {
!               if (opener.document.doit.to.value =='')
!               {
!                       opener.document.doit.to.value = 
thisform.elements[0].value;
!               }
!               else
!               {
!                       opener.document.doit.to.value 
+=","+thisform.elements[0].value;
!               }
!       }
!       function ExchangeCc(thisform)
!       {
!               if (opener.document.doit.cc.value=='')
                {
!                       
opener.document.doit.cc.value=thisform.elements[0].value;
!               }
!               else
!               {
!                       
opener.document.doit.cc.value+=","+thisform.elements[0].value;
!               }
!       }
!       function ExchangeBcc(thisform)
!       {
!               if (opener.document.doit.bcc.value=='')
                {
!                       
opener.document.doit.bcc.value=thisform.elements[0].value;
!               }
!               else
!               {
!                       
opener.document.doit.bcc.value+=","+thisform.elements[0].value;
!               }
!       }       
  </script>
  </head>
  <body bgcolor="{bg_color}">
  <center>
!       <p>
!       <font face="{font}"><b>{lang_addressbook_action}</b></font>
!       <br>
!       <hr noshade width="98%" align="center" size="1">
!       
!       <table border="0" width="100%">
!       <tr>
!               <td width="33%" align="left">
! <form action="{cats_action}" name="form" method="POST">
!                       <select name="cat_id" 
onChange="this.form.submit();"><option 
value="">{lang_select_cats}</option>{cats_list}</select>
!                       <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript>
! </form>
!               </td>
!               <td width="33%" align="center">
!                       {lang_showing}
!               </td>
!               <td width="33%" align="right">
! <form method="POST" action="{search_action}">
!                       <input type="text" name="query">&nbsp;
!                       <input type="submit" name="search" 
value="{lang_search}">
! </form>
!               </td>
!       </tr>
!       <tr>
!               <td colspan="4">
!                       <table border="0" width="100%">
!                       <tr>
!                               {left}
!                               <td>
!                                       &nbsp;
!                               </td>
!                               {right}
!                       </tr>
!                       </table>
!               </td>
!       </tr>
!       </table>
!       <table border="0" width="100%" cellpadding="2" cellspacing="2">
!       <tr bgcolor="{th_bg}">
!               <td width="15%" bgcolor="{th_bg}" align="center">
!                       <font face="{font}">{sort_firstname}</font>
!               </td>
!               <td width="15%" bgcolor="{th_bg}" align="center">
!                       <font face="{font}">{sort_lastname}</font>
!               </td>
!               <td width="25%" bgcolor="{th_bg}" align="center">
!                       <font face="{font}">{lang_email}</font>
!               </td>
!               <td width="25%" bgcolor="{th_bg}" align="center">
!                       <font face="{font}">{lang_hemail}</font>
!               </td>
!       </tr>
    
!   <!-- BEGIN addressbook_list -->
!       <tr bgcolor="{tr_color}">
!               <td>
!                       <font face="{font}">{firstname}</font>
!               </td>
!               <td>
!                       <font face="{font}">{lastname}</font>
!               </td>
! <form>
!               <td align="center">
!                       <font face="{font}" size="1">
!                       <input type="text" size="25" name="email" 
value="{email}">
!                       <br>
!                       <input type="button" size="25" name="button" value="To" 
onClick="ExchangeTo(this.form);">
!                       <input type="button" size="25" name="button" value="Cc" 
onClick="ExchangeCc(this.form);">
!                       <input type="button" size="25" name="button" 
value="Bcc" onClick="ExchangeBcc(this.form);">
!                       </font>
!               </td>
! </form>
! <form>
!               <td align="center">
!                       <font face="{font}" size="1">
!                       <input type="text" size="25" name="hemail" 
value="{hemail}">
!                       <br>
!                       <input type="button" size="25" name="button" value="To" 
onClick="ExchangeTo(this.form);">
!                       <input type="button" size="25" name="button" value="Cc" 
onClick="ExchangeCc(this.form);">
!                       <input type="button" size="25" name="button" 
value="Bcc" onClick="ExchangeBcc(this.form);">
!                       </font>
!               </td>
! </form>
!       </tr>
  <!-- END addressbook_list -->
  
!       </table>
!       <table cellpadding="2" cellspacing="2">
!       <tr>
! <form>
!               <td>
!                       <font face="{font}">
!                       <input type="button" name="done" value="{lang_done}" 
onClick="window.close()">
!                       </font>
! </form>
!               </td>
!       </tr>
!       </table>
  </center>
  </body>

Index: class_prefs_blocks.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/class_prefs_blocks.tpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** class_prefs_blocks.tpl      10 Jan 2002 10:04:41 -0000      1.2
--- class_prefs_blocks.tpl      14 Feb 2002 06:42:44 -0000      1.2.2.1
***************
*** 5,9 ****
  <!-- BEGIN B_tr_blank -->
  <tr>
!       <td colspan="2" bgcolor="{back_color}">
                &nbsp;<br>
        </td>
--- 5,9 ----
  <!-- BEGIN B_tr_blank -->
  <tr>
!       <td colspan="2">
                &nbsp;<br>
        </td>
***************
*** 99,112 ****
  &nbsp; <!-- == block sep == --> &nbsp; 
  
! <!-- BEGIN B_submit_and_delete_btns -->
  <tr>
        <td align="center">
                <input type="submit" name="{btn_submit_name}" 
value="{btn_submit_value}">
        </td>
        <td align="center">
!               <input type="submit" name="{btn_delete_name}" 
value="{btn_delete_value}">
        </td>
  </tr>
! <!-- END B_submit_and_delete_btns -->
  
  &nbsp; <!-- == block sep == --> &nbsp; 
--- 99,113 ----
  &nbsp; <!-- == block sep == --> &nbsp; 
  
! <!-- BEGIN B_submit_and_cancel_btns -->
  <tr>
        <td align="center">
+               <input type="hidden" name="{ex_acctnum_varname}" 
value="{ex_acctnum_value}">
                <input type="submit" name="{btn_submit_name}" 
value="{btn_submit_value}">
        </td>
        <td align="center">
!               <input type="button" name="{btn_cancel_name}" 
value="{btn_cancel_value}" onClick="parent.location='{btn_cancel_url}'">
        </td>
  </tr>
! <!-- END B_submit_and_cancel_btns -->
  
  &nbsp; <!-- == block sep == --> &nbsp; 

Index: compose.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/compose.tpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** compose.tpl 8 Jan 2002 15:06:03 -0000       1.2
--- compose.tpl 14 Feb 2002 06:42:44 -0000      1.2.2.1
***************
*** 48,51 ****
--- 48,59 ----
  <tr>
        <td bgcolor="{to_boxs_bgcolor}">
+               <font size="2" 
face="{to_boxs_font}"><strong>&nbsp;{bcc_box_desc}</strong></font>
+       </td>
+       <td bgcolor="{to_boxs_bgcolor}" width="570">
+               <input type="text" name="{bcc_box_name}" size="80" 
value="{bcc_box_value}">
+       </td>
+ </tr>
+ <tr>
+       <td bgcolor="{to_boxs_bgcolor}">
                <font size="2" face="{to_boxs_font}">
                <strong>&nbsp;{subj_box_desc}</strong></font>
***************
*** 82,86 ****
  </form>
  
! <script>
    document.doit.body.focus();
    if(document.doit.subject.value == "") document.doit.subject.focus();
--- 90,94 ----
  </form>
  
! <script type="text/javascript">
    document.doit.body.focus();
    if(document.doit.subject.value == "") document.doit.subject.focus();

Index: filters.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/filters.tpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** filters.tpl 9 Dec 2001 01:47:49 -0000       1.2
--- filters.tpl 14 Feb 2002 06:42:44 -0000      1.2.2.1
***************
*** 1,70 ****
  <!-- BEGIN Sieve Mail Filters -->
  
!       <br>
!       <table width="90%" border="1" cellpadding="0" cellspacing="0" 
align="center">
!       <tr> 
!               <td width="100%" align="left">
!                       The data you submitted (if any) should be above this 
table:
!               </td>
!       </tr>
!       <tr>
!               <td width="100%" align="left">
!                       {data_dump_info}
!               </td>
!       </tr>
!       <tr>
!               <td width="100%" align="left">
!                       What part of the message you can examine:<br>
!                       <font size="-1">
!                       <ul>
!                               <li>{lang_from}: Matches the From address in 
the message header</li>
!                               <li>{lang_to}: Matches the To address in the 
message header</li>
!                               <li>{lang_cc}: Matches the CC address in the 
message header</li>
!                               <li>{lang_bcc}: Matches the Bcc address in the 
message header</li>
!                               <li>{lang_recipient}: Matches either the To, CC 
or Bcc addresses in the message header</li>
!                               <li>{lang_sender}: Matches the Sender address 
in the message header</li>
!                               <li>{lang_subject}: Matches the Subject text in 
the message header</li>
!                               <li>{lang_header}: Matches text in a chosen 
message header</li>
!                               <li>{lang_size_larger}: Matches the size of the 
message larger than X</li>
!                               <li>{lang_size_smaller}: Matches the size of 
the message smaller than X</li>
!                               <li>{lang_allmessages}: Always matches</li>
!                       </ul>
!                       </font>
!               </td>
!       </tr>
!       <tr>
!               <td width="100%" align="left">
!                       What works:<br>
!                       <font size="-1">
!                       <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>
!                               <li>besides viewing results, NO actions 
"{lang_take_actions}" are enabled yet</li>
!                       </ul>
!                       </font>
!               </td>
!       </tr>
!       </table>
! 
!       <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">
        <tr bgcolor="{row_off}">
                <td colspan="4" align="left">
!                       <font size="-1">
!                               &nbsp;{lang_name}:&nbsp;
                        </font>
-                       <input size="30" name="filter_{f_idx}[filtername]" 
value="{filter_name}">
                </td>
        </tr>
        <tr bgcolor="{row_on}">
                <td colspan="4">
!                       <font color="000000" 
face="">{lang_if_messages_match}:</font>
                </td>
        </tr>
--- 1,26 ----
  <!-- BEGIN Sieve Mail Filters -->
  
! <form action="{form_edit_filter_action}" method="post">
!       <input type="hidden" name="filter_num" value="{filter_num}">
        
!       <h3><center>{lang_email_filters} - <em>Semi-Dumb UI</em></center></h3>
!       
!       <table width="90%" border="0" cellpadding="3" cellspacing="2" 
align="center">
        <tr bgcolor="{row_off}">
                <td colspan="4" align="left">
!                       <font 
size="-1">{lang_filter_number}:&nbsp;<strong>[{filter_num}]</strong>
!                       &nbsp;&nbsp;
!                       {lang_filter_name}:&nbsp;<input size="30" 
name="{filter_name_box_name}" value="{filter_name_box_value}">
                        </font>
                </td>
        </tr>
+       
+       <tr>
+               <td colspan="4"><font size="-1">&nbsp;</font></td>
+       </tr>
+       
        <tr bgcolor="{row_on}">
                <td colspan="4">
!                       <strong>{lang_if_messages_match}</strong>
                </td>
        </tr>
***************
*** 73,144 ****
        <tr bgcolor="{row_off}">
                <td align="center">
!                       <font size="-1">
!                               {source_folder_or_andor}
!                       </font>
                </td>
                <td align="center">
                        <font size="-1">
!                               <select 
name="filter_{f_idx}[match_{match_rownum}_examine]">
!                                       <option 
value="from">{lang_from}</option>
!                                       <option value="to">{lang_to}</option>
!                                       <option value="cc">{lang_cc}</option>
!                                       <option value="bcc">{lang_bcc}</option>
!                                       <option 
value="recipient">{lang_recipient}</option>
!                                       <option 
value="sender">{lang_sender}</option>
!                                       <option 
value="subject">{lang_subject}</option>
!                                       <option 
value="header">{lang_header}</option>
!                                       <option 
value="size_larger">{lang_size_larger}</option>
!                                       <option 
value="size_smaller">{lang_size_smaller}</option>
!                                       <option 
value="allmessages">{lang_allmessages}</option>
!                                       <option 
value="body">{lang_body}</option>
!                               </select>
                        </font>
                </td>
                <td align="center">
                        <font size="-1">
!                               <select 
name="filter_{f_idx}[match_{match_rownum}_comparator]">
!                                       <option value="contains" 
selected>{lang_contains}</option>
!                                       <option 
value="notcontains">{lang_notcontains}</option>
!                               </select>
                        </font>
                </td>
                <td align="center">
                        <font size="-1">
!                               <input size="20" 
name="filter_{f_idx}[match_{match_rownum}_matchthis]" 
value="{match_textbox_txt}">
                        </font>
                </td>
        </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>
        
!       <p>&nbsp;</p>
!       
!       <table width="90%" border="0" align="center">
        <tr bgcolor="{row_on}">
                <td colspan="4">
!                       <font color="000000">{lang_take_actions}:</font>
                </td>
        </tr>
--- 29,76 ----
        <tr bgcolor="{row_off}">
                <td align="center">
!                       <font size="-1">{V_match_left_td}</font>
                </td>
                <td align="center">
                        <font size="-1">
!                       <select name="{examine_selectbox_name}">
!                               <option value="from" 
{from_selected}>{lang_from}</option>
!                               <option value="to" 
{to_selected}>{lang_to}</option>
!                               <option value="cc" 
{cc_selected}>{lang_cc}</option>
!                               <!-- <option value="bcc" 
{bcc_selected}>{lang_bcc}</option>  -->
!                               <option value="recipient" 
{recipient_selected}>{lang_recipient}</option>
!                               <option value="sender" 
{sender_selected}>{lang_sender}</option>
!                               <option value="subject" 
{subject_selected}>{lang_subject}</option>
!                               <option value="received" 
{received_selected}>{lang_received_headers}</option> 
!                               <!-- <option 
value="header">{lang_header}</option> -->
!                               <!-- <option 
value="size_larger">{lang_size_larger}</option> -->
!                               <!-- <option 
value="size_smaller">{lang_size_smaller}</option> -->
!                               <!-- <option 
value="allmessages">{lang_allmessages}</option> -->
!                               <!-- <option value="body">{lang_body}</option> 
-->
!                       </select>
                        </font>
                </td>
                <td align="center">
                        <font size="-1">
!                       <select name="{comparator_selectbox_name}">
!                               <option value="contains" 
{contains_selected}>{lang_contains}</option>
!                               <option value="notcontains" 
{notcontains_selected}>{lang_notcontains}</option>
!                       </select>
                        </font>
                </td>
                <td align="center">
                        <font size="-1">
!                       <input size="20" name="{matchthis_textbox_name}" 
value="{match_textbox_txt}">
                        </font>
                </td>
        </tr>
        <!-- END B_matches_row -->
        </table>
+ 
+       <br>
        
!       <table width="90%" border="0" cellpadding="3" cellspacing="2" 
align="center">
        <tr bgcolor="{row_on}">
                <td colspan="4">
!                       <strong>{lang_take_actions}</strong>
                </td>
        </tr>
***************
*** 147,231 ****
                <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>
                <td width="30%" align="center">
                        <font size="-1">
!                               {folder_listbox}
                        </font>
                </td>
                <td width="30%" align="center">
                        <font size="-1">
!                               {lang_or_enter_text}&nbsp;
!                               <input size="20" 
name="filter_{f_idx}[action_{action_rownum}_actiontext]" 
value="{action_textbox_txt}">
                        </font>
                </td>
                <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>
        
!       <p>&nbsp;</p>
        
!       <table width="75%" border="0" cellPadding="0" cellSpacing="0">
        <tr> 
!               <td width="50%">
!                       &nbsp;
                </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}">
                </td>
-       
  </form>
!       
! <form action="{form2_action}" method="post">
!       
!               <td width="25%">
!                       <input type="submit" name="{form2_submit_btn_name}" 
value="{lang_cancel}">
                </td>
-       
  </form>
        
        </tr>
        </table>
        
        <p>&nbsp;</p>
- 
-       {V_mlist_html}
-       
  
  <!-- END Sieve Mail Filters -->
--- 79,148 ----
                <td width="20%" align="center">
                        <font size="-1">
!                       {V_action_widget}
                        </font>
                </td>
                <td width="30%" align="center">
                        <font size="-1">
!                       {folder_listbox}
                        </font>
                </td>
                <td width="30%" align="center">
                        <font size="-1">
!                       {lang_or_enter_text}&nbsp;
!                       <input size="20" name="{action_textbox_name}" 
value="{action_textbox_txt}">
                        </font>
                </td>
                <td width="20%" align="center">
                        <font size="-1">
!                       <input type="checkbox" 
name="{stop_filtering_checkbox_name}" value="True" 
{stop_filtering_checkbox_checked}>
!                       &nbsp;{lang_stop_if_matched}
                        </font>
                </td>
        </tr>
        <!-- END B_actions_row -->
        </table>
        
!       <br>
        
!       <table width="50%" border="0" cellPadding="0" cellSpacing="0" 
align="center">
        <tr> 
!               <td width="33%" align="center">
!                       <input type="submit" name="submit" 
value="{lang_submit}">
                </td>
!               <td width="34%" align="center">
                        <input type="reset" name="reset" value="{lang_clear}">
                </td>
  </form>
! <form action="{form_cancel_action}" method="post">
!               <td width="33%" align="center">
!                       <input type="submit" name="cancel" 
value="{lang_cancel}">
                </td>
  </form>
+       </tr>
+       </table>
+       
+       <br>
+       <hr>
+       <br>
        
+       <table width="90%" border="0" cellPadding="4" cellSpacing="4" 
align="center">
+       <tr> 
+               <td colspan="2" align="center">
+                       <em>Under Development</em>
+                       <br>Submit the filter data to the database by clicking 
submit,
+                       <br>then you may test or apply the filter.
+               </td>
+       </tr>
+       <tr> 
+               <td width="50%" align="center">
+                       {test_this_filter_href}
+               </td>
+               <td width="50%" align="center">
+                       {apply_this_filter_href}
+               </td>
        </tr>
        </table>
        
        <p>&nbsp;</p>
  
  <!-- END Sieve Mail Filters -->

Index: index_blocks.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/index_blocks.tpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** index_blocks.tpl    3 Jan 2002 10:03:28 -0000       1.3
--- index_blocks.tpl    14 Feb 2002 06:42:44 -0000      1.3.2.1
***************
*** 13,35 ****
  
  <!-- BEGIN B_arrows_form_table -->
- <script type="text/javascript">
- function do_navigate(act)
- {
-       document.{arrows_form_name}.start.value = act;
-       document.{arrows_form_name}.submit();
- }
- 
- </script>
  <table border="0" cellpadding="0" cellspacing="1" width="95%" align="center">
  <tr bgcolor="{arrows_backcolor}">
        <td width="2%" align="left" valign="top">
-               <form method="POST" action="{arrows_form_action}" 
name="{arrows_form_name}">
-               <input type="hidden" name="fldball_fake_uri" 
value="{current_fldball_fake_uri}">
-               <input type="hidden" name="sort" value="{current_sort}">
-               <input type="hidden" name="order" value="{current_order}">
-               <!-- bogus initial start value, will be changed by on click 
call -->
-               <input type="hidden" name="start" value="0">
-               <!-- preserve search results here -->
-               {mlist_hidden_vars}
                <table border="0" bgcolor="{arrows_td_backcolor}" 
cellspacing="0" cellpadding="0">
                <tr>
--- 13,19 ----
***************
*** 67,71 ****
                </table>
        </td>
-   </form>
  </tr>
  </table>
--- 51,54 ----

Index: message_main.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/email/templates/default/message_main.tpl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** message_main.tpl    23 Nov 2001 05:45:12 -0000      1.7
--- message_main.tpl    14 Feb 2002 06:42:44 -0000      1.7.2.1
***************
*** 1,4 ****
  <!-- begin message_main.tpl -->
! 
  <!-- BEGIN B_x-phpgw-type -->
  <center>
--- 1,10 ----
  <!-- begin message_main.tpl -->
! <script type="text/javascript">
! function do_action(act)
! {
!       document.delmov.what.value = act;
!       document.delmov.submit();
! }
! </script>
  <!-- BEGIN B_x-phpgw-type -->
  <center>
***************
*** 7,10 ****
--- 13,38 ----
  </center>
  <!-- END B_x-phpgw-type -->
+ <table border="0" cellpadding="2" cellspacing="1" width="95%" align="center">
+ <tr>
+       <form name="{acctbox_frm_name}" action="{acctbox_action}" method="post">
+       <td bgcolor="{ctrl_bar_back1}" width="50%" align="left">
+                       &nbsp;&nbsp;&nbsp;{acctbox_listbox}
+                       <font face="{ctrl_bar_font}" 
size="{ctrl_bar_font_size}">&nbsp;&nbsp;{accounts_label}</font>
+       </td>
+       </form>
+       <form name="{frm_delmov_name}" action="{frm_delmov_action}" 
method="post">
+       <input type="hidden" name="what" value="delete">
+       <input type="hidden" name="sort" value="{move_current_sort}">
+       <input type="hidden" name="order" value="{move_current_order}">
+       <input type="hidden" name="start" value="{move_current_start}">
+       <input type="hidden" name="{move_postmove_goto_name}" 
value="{move_postmove_goto_value}">
+       <input type="hidden" name="{mlist_checkbox_name}" 
value="{mlist_embedded_uri}">
+       <td bgcolor="{ctrl_bar_back1}" width="50%" align="right">
+               <font face="{ctrl_bar_font}" 
size="{ctrl_bar_font_size}">{delmov_listbox}&nbsp;</font>
+       </td>
+       </form>
+ </tr>
+ </table>
+ 
  <table cellpadding="1" cellspacing="1" width="95%" align="center">
  <tr>
***************
*** 109,117 ****
                <table border="0" cellpadding="1" cellspacing="1" width="100%" 
align="center">
                <tr>
!                       <td bgcolor="{theme_row_on}" align="center" width="50%">
                                <font size="2" 
face="{theme_font}">{view_option}</font>
                        </td>
!                       <td bgcolor="{theme_row_on}" align="center" width="50%">
                                <font size="2" 
face="{theme_font}">{view_headers_href}</font>
                        </td>
                </tr>
--- 137,148 ----
                <table border="0" cellpadding="1" cellspacing="1" width="100%" 
align="center">
                <tr>
!                       <td bgcolor="{theme_row_on}" align="center" width="33%">
                                <font size="2" 
face="{theme_font}">{view_option}</font>
                        </td>
!                       <td bgcolor="{theme_row_on}" align="center" width="34%">
                                <font size="2" 
face="{theme_font}">{view_headers_href}</font>
+                       </td>
+                       <td bgcolor="{theme_row_on}" align="center" width="33%">
+                               <font size="2" 
face="{theme_font}">{view_raw_message_href}</font>
                        </td>
                </tr>




reply via email to

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