phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/templates/default class_prefs_ex_accounts.


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/templates/default class_prefs_ex_accounts.tpl,NONE,1.2.2.1 filters_blocks.tpl,NONE,1.5.2.1 filters_list.tpl,NONE,1.3.2.1
Date: Fri, 15 Feb 2002 03:00:29 -0500

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

Added Files:
      Tag: Version-0_9_14-branch
        class_prefs_ex_accounts.tpl filters_blocks.tpl 
        filters_list.tpl 
Log Message:
forgot to add during my merge

--- NEW FILE ---
<!-- begin class_prefs_ex_accounts.tpl -->
{pref_errors}
<p>
  <b>{page_title}</b>
  <hr>
</p>
<table border="0" cellspacing="2" cellpadding="2" width="95%" align="center">
<tr bgcolor="{tr_titles_color}">
        <td width="60%" align="left">
                <font face="{font}">{account_name_header}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_status}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_go_there}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_edit}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_delete}</font>
        </td>
</tr>
<!-- BEGIN B_accts_list -->
<tr bgcolor="{tr_color}">
        <td width="60%" align="left">
                <font face="{font}">{indentity}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{status}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{go_there_href}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{edit_href}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{delete_href}</font>
        </td>
</tr>
<!-- END B_accts_list -->
<tr>
        <td colspan="4" align="center">
                &nbsp;
        </td>
</tr>
<tr>
        <td colspan="4" align="center">
                {add_new_acct_href}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{done_href}
        </td>
</tr>
</table>
<p>
        &nbsp;
</p>
<!-- end class_prefs_ex_accounts.tpl -->

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

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

<!-- BEGIN B_match_account_box -->
{lang_inbox_for_account}<br>
{account_multi_box}
<!-- END B_match_account_box -->

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

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

&nbsp; <!-- === block seperator == --> &nbsp; 
        
<!-- BEGIN B_action_no_ignore -->
<select name="{actionbox_judgement_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>
        <!-- <option value="flag">{lang_flag}</option> -->
</select>

<!-- END B_action_no_ignore -->

&nbsp; <!-- === block seperator == --> &nbsp; 
        
<!-- BEGIN B_action_with_ignore_me -->
<select name="{actionbox_judgement_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>
        <!-- <option value="flag">{lang_flag}</option> -->
</select>

<!-- END B_action_with_ignore_me -->

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

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

--- NEW FILE ---
<!-- begin filter_list.tpl -->
{pref_errors}
<p>
  <b>{page_title}</b>
  <hr>
</p>
<table border="0" cellspacing="2" cellpadding="2" width="95%" align="center">
<tr bgcolor="{tr_titles_color}">
        <td width="60%" align="left">
                <font face="{font}">{filter_name_header}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_move_up}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_move_down}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_edit}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{lang_delete}</font>
        </td>
</tr>
<!-- BEGIN B_filter_list_row -->
<tr bgcolor="{tr_color}">
        <td width="60%" align="left">
                <font face="{font}">{filter_identity}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{move_up_href}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{move_down_href}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{edit_href}</font>
        </td>
        <td width="10%" align="center">
                <font face="{font}">{delete_href}</font>
        </td>
</tr>
<!-- END B_filter_list_row -->
<tr>
        <td colspan="4" align="center">
                &nbsp;
        </td>
</tr>
<tr>
        <td colspan="4" align="center">
                {add_new_filter_href}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{done_href}
        </td>
</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>test or apply ALL filters.
        </td>
</tr>
<tr> 
        <td width="50%" align="center">
                {test_all_filters_href}
        </td>
        <td width="50%" align="center">
                {run_all_filters_href}
        </td>
</tr>
</table>

<p>&nbsp;</p>
<!-- end filter_list.tpl -->




reply via email to

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