phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] sync/templates/probusiness/preferences.tpl, 1.1
Date: Wed, 26 May 2004 15:03:52 +0200

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

date: 2004/05/26 13:03:52;  author: mleonhardt;  state: Exp;

Log Message:
- probusiness templates for sync-UI
=====================================================================
<!-- $Id: preferences.tpl,v 1.1 2004/05/26 13:03:52 mleonhardt Exp $ -->
<!-- BEGIN page_header -->
<h3>{preferences}</h3>
<!-- END page_header -->

<!-- BEGIN status -->
<p>{last_operation_status}</p>
<!-- END status -->
  
<!-- BEGIN table_header -->
<span class="header">{conflicthandling}</span><br /><br />
  <form name="conflicthandlingform" method="post" 
action="{conflicthandlingformaction}">
  <table class="basic">
    <tr class="header">
      <td width="50%" align="left">{head_source}</td>
      <td width="50%" align="left">{head_conflicthandling}</td>
    </tr>
<!-- END table_header -->
  
<!-- BEGIN conflicthandling_device -->
    <tr class="bg_color1">
      <td align="left" 
colspan="3">{conflicthandling_devicelabel}:{conflicthandling_devicename}</td>
    </tr>
<!-- END conflicthandling_device -->

<!-- BEGIN conflicthandling_list -->
    <tr class="bg_color1">
      <td align="left">{source_title}</td>
      <td align="left"><select name="{sourceidentifier}">
       {conflicthandlingtype}
       </select>
      </td>
    </tr>
<!-- END conflicthandling_list -->

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

<!-- BEGIN page_footer -->
<a href="{syncmoduleLink}">{link_syncmodule}</a><br>
<!-- END page_footer -->




reply via email to

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