phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/templates/default/preferences.tpl, 1.1


From: nomail
Subject: [Phpgroupware-cvs] sync/templates/default/preferences.tpl, 1.1
Date: Sun, 23 May 2004 18:49:02 -0000

Update of /sync/templates/default
Added Files:
        Branch: 
          preferences.tpl

date: 2004/04/29 12:21:36;  author: mleonhardt;  state: Exp;

Log Message:
- hooks for sync preferences and admin
- extended ui with:
  - user can delete their syncdevices
  - user can set the conflicthandling for each source in preferences
=====================================================================
<!-- $Id: preferences.tpl,v 1.1 2004/04/29 12:21:36 mleonhardt Exp $ -->
<!-- BEGIN page_header -->
<h3>{preferences}</h3>
<!-- END page_header -->

<!-- BEGIN status -->
<p>{last_operation_status}</p>
<!-- END status -->
  
<!-- BEGIN conflicthandling -->
<h4>{conflicthandling}</h4>
<!-- END conflicthandling -->
<!-- BEGIN table_header -->
  <form name="conflicthandlingform" method="post" 
action="{conflicthandlingformaction}">
  <table width="60%" border="1" cellpadding="2" cellspacing="2">
    <tr bgcolor="{th_bg}">
      <td width="50%" align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{head_source}</font></td>
      <td width="50%" align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{head_conflicthandling}</font></td>
    </tr>
<!-- END table_header -->
  
<!-- BEGIN conflicthandling_list -->
    <tr bgcolor="{tr_color}">
      <td align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{source}</font></td>
      <td align="left"><font face="Arial, Helvetica, sans-serif" 
size="2"><select name="{sourceidentifier}">
       {conflicthandlingtype}
       </select>
      </font></td>
    </tr>
<!-- END conflicthandling_list -->

<!-- BEGIN table_footer -->
  <tr>
    <td align="left"><input type="submit" name="save" 
value="{save}"></input></td>
    <td align="right"><input type="reset" name="Reset" value="{reset}"></td>
  </tr>
  </table>
  </form>
<!-- END table_footer -->

<!-- BEGIN page_footer -->
<!-- END page_footer -->




reply via email to

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