phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/templates/default application_form.tpl,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/templates/default application_form.tpl,1.7,1.7.4.1 applications.tpl,1.5.2.1,1.5.2.1.2.1 delete_common.tpl,1.5,1.5.4.1 listservers.tpl,1.2,1.2.4.1 server_form.tpl,1.2,1.2.4.1
Date: Fri, 04 Apr 2003 22:52:12 -0500

Update of /cvsroot/phpgroupware/admin/templates/default
In directory subversions:/tmp/cvs-serv1998/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        application_form.tpl applications.tpl delete_common.tpl 
        listservers.tpl server_form.tpl 
Log Message:
added button instead of links and cancel buttons


Index: application_form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/application_form.tpl,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -C2 -r1.7 -r1.7.4.1
*** application_form.tpl        10 Jan 2002 18:00:50 -0000      1.7
--- application_form.tpl        5 Apr 2003 03:52:10 -0000       1.7.4.1
***************
*** 15,20 ****
  
    <tr>
!    <td colspan="2" align="center">
!     <input type="submit" name="submit" value="{lang_submit_button}">
     </td>
    </tr>
--- 15,26 ----
  
    <tr>
!    <td nowrap>
!     <input type="submit" name="save" value="{lang_save_button}"> &nbsp;
!     <input type="submit" name="cancel" value="{lang_cancel_button}">
!    </td>
!    <td align="right">&nbsp;
! <!-- BEGIN delete_button -->
!     <input type="submit" name="delete" value="{lang_delete_button}">
! <!-- END delete_button -->
     </td>
    </tr>

Index: applications.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/applications.tpl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.1.2.1
diff -C2 -r1.5.2.1 -r1.5.2.1.2.1
*** applications.tpl    9 Mar 2003 15:02:26 -0000       1.5.2.1
--- applications.tpl    5 Apr 2003 03:52:10 -0000       1.5.2.1.2.1
***************
*** 44,48 ****
     <td width="5%">{edit}</td>
     <td width="5%">{delete}</td>
!    <td width="5%">{status}</td>
    </tr>
  <!-- END row -->
--- 44,48 ----
     <td width="5%">{edit}</td>
     <td width="5%">{delete}</td>
!    <td width="5%" align="center">{status}</td>
    </tr>
  <!-- END row -->

Index: delete_common.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/delete_common.tpl,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -r1.5 -r1.5.4.1
*** delete_common.tpl   3 Sep 2001 02:58:25 -0000       1.5
--- delete_common.tpl   5 Apr 2003 03:52:10 -0000       1.5.4.1
***************
*** 1,16 ****
  <!-- BEGIN form -->
!  <center>
    <table align="center" border="0" width="55%" cols="2">
     {messages}
     <tr>
      <td width="50%" align="center">
!      {no}
      </td>
      <td width="50%" align="center">
!      {yes}
      </td>
     </tr>
    </table>
!  </center>
  <!-- END form -->
  
--- 1,20 ----
  <!-- BEGIN form -->
! <p>
! <center>
!  <form action="{form_action}" method="POST">
!   {hidden_vars}
    <table align="center" border="0" width="55%" cols="2">
     {messages}
     <tr>
      <td width="50%" align="center">
!      <input type="submit" name="no" value="{no}">
      </td>
      <td width="50%" align="center">
!      <input type="submit" name="yes" value="{yes}">
      </td>
     </tr>
    </table>
!  </form> 
! </center>
  <!-- END form -->
  

Index: listservers.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/listservers.tpl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** listservers.tpl     5 Sep 2001 02:53:18 -0000       1.2
--- listservers.tpl     5 Apr 2003 03:52:10 -0000       1.2.4.1
***************
*** 44,52 ****
  </form>
     <tr valign="bottom">
!      <form method="POST" action="{add_action}">
!      <td colspan="3"><input type="submit" name="add" 
value="{lang_add}"></form></td>
!      </form>
!      <form method="POST" action="{doneurl}">
!      <td align="right" colspan="3"><input type="submit" name="done" 
value="{lang_done}"></form></td>
     </tr>
  <!-- END add -->
--- 44,53 ----
  </form>
     <tr valign="bottom">
!      <td><form method="POST" action="{add_action}">
!        <input type="submit" name="add" value="{lang_add}"></form></td>
!      </form></td>
!      <td><form method="POST" action="{doneurl}">
!        <input type="submit" name="done" value="{lang_done}">
!      </form></td>
     </tr>
  <!-- END add -->

Index: server_form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/server_form.tpl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** server_form.tpl     5 Sep 2001 02:53:18 -0000       1.2
--- server_form.tpl     5 Apr 2003 03:52:10 -0000       1.2.4.1
***************
*** 1,84 ****
  <!-- BEGIN form -->
!  <center>
!   <table border="0" width="80%" cellspacing="2" cellpadding="2">
!    <tr>
!     <td colspan="1" align="center" 
bgcolor="#c9c9c9"><b>{title_servers}<b/></td>
!    </tr>
!   </table>
!   {message}
    <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
!   <form name="form" action="{actionurl}" method="POST">
!    <tr>
      <td>{lang_name}:</td>
      <td><input name="server_name" size="50" value="{server_name}"></td>
     </tr>
!    <tr>
      <td>{lang_url}:</td>
      <td><input name="server_url" size="50" value="{server_url}"></td>
     </tr>
!    <tr>
      <td>{lang_mode}:</td>
      <td>{server_mode}</td>
     </tr>
!    <tr>
      <td>{lang_security}:</td>
      <td>{server_security}&nbsp;{ssl_note}</td>
     </tr>
!    <tr>
      <td>{lang_trust}:</td>
      <td>{trust_level}</td>
     </tr>
!    <tr>
      <td>{lang_relationship}:</td>
      <td>{trust_relationship}</td>
     </tr>
!    <tr>
      <td>{lang_username}:</td>
      <td><input name="server_username" size="30" 
value="{server_username}"></td>
     </tr>
!    <tr>
      <td>{lang_password}:</td>
      <td><input type="password" name="server_password" size="30" 
value="">&nbsp;{pass_note}</td>
     </tr>
!    <tr>
      <td>{lang_admin_name}:</td>
      <td><input name="admin_name" size="50" value="{admin_name}"></td>
     </tr>
!    <tr>
      <td>{lang_admin_email}:</td>
      <td><input name="admin_email" size="50" value="{admin_email}"></td>
     </tr>
-   </table>
  
  <!-- BEGIN add -->
!   <table width="50%" border="0" cellspacing="2" cellpadding="2">
!    <tr valign="bottom">
!     <td height="50" align="center">
!      <input type="submit" name="submit" value="{lang_add}"></td>
!     <td height="50" align="center">
!      <input type="reset" name="reset" value="{lang_reset}"></form></td>
!     <td height="50" align="center">
!      <form method="POST" action="{doneurl}">
!      <input type="submit" name="done" value="{lang_done}"></form></td>
     </tr>
-   </table>
-  </center>
  <!-- END add -->
  
  <!-- BEGIN edit -->
!   <table width="50%" border="0" cellspacing="2" cellpadding="2">
!    <tr valign="bottom">
!     <td height="50" align="center">
!      <input type="submit" name="submit" value="{lang_edit}"></form></td>
!     <td height="50" align="center">
!      <form method="POST" action="{deleteurl}">
!      <input type="submit" name="delete" value="{lang_delete}"></form></td>
!     <td height="50" align="center">
!      <form method="POST" action="{doneurl}">
!      <input type="submit" name="done" value="{lang_done}"></form></td>
     </tr>
-   </table>
-  </center>
  <!-- END edit -->
! 
  <!-- END form -->
--- 1,78 ----
  <!-- BEGIN form -->
! <center>
!  {message}
!  <form name="form" action="{actionurl}" method="POST">
!   <input type="hidden" name="server_id" value="{server_id}">
    <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
!    <tr bgcolor="{th}">
!     <td colspan="2" align="center"><b>{title_servers}<b/></td>
!    </tr>
!    <tr bgcolor="{row_on}">
      <td>{lang_name}:</td>
      <td><input name="server_name" size="50" value="{server_name}"></td>
     </tr>
!    <tr bgcolor="{row_off}">
      <td>{lang_url}:</td>
      <td><input name="server_url" size="50" value="{server_url}"></td>
     </tr>
!    <tr bgcolor="{row_on}">
      <td>{lang_mode}:</td>
      <td>{server_mode}</td>
     </tr>
!    <tr bgcolor="{row_off}">
      <td>{lang_security}:</td>
      <td>{server_security}&nbsp;{ssl_note}</td>
     </tr>
!    <tr bgcolor="{row_on}">
      <td>{lang_trust}:</td>
      <td>{trust_level}</td>
     </tr>
!    <tr bgcolor="{row_off}">
      <td>{lang_relationship}:</td>
      <td>{trust_relationship}</td>
     </tr>
!    <tr bgcolor="{row_on}">
      <td>{lang_username}:</td>
      <td><input name="server_username" size="30" 
value="{server_username}"></td>
     </tr>
!    <tr bgcolor="{row_off}">
      <td>{lang_password}:</td>
      <td><input type="password" name="server_password" size="30" 
value="">&nbsp;{pass_note}</td>
     </tr>
!    <tr bgcolor="{row_on}">
      <td>{lang_admin_name}:</td>
      <td><input name="admin_name" size="50" value="{admin_name}"></td>
     </tr>
!    <tr bgcolor="{row_off}">
      <td>{lang_admin_email}:</td>
      <td><input name="admin_email" size="50" value="{admin_email}"></td>
     </tr>
  
  <!-- BEGIN add -->
!    <tr>
!     <td nowrap>
!      <input type="submit" name="save" value="{lang_add}"> &nbsp;
!      <input type="submit" name="done" value="{lang_done}">
!     </td>
!     <td align="right">
!      <input type="reset" name="reset" value="{lang_reset}">
!     </td>
     </tr>
  <!-- END add -->
  
  <!-- BEGIN edit -->
!    <tr>
!     <td nowrap>
!      <input type="submit" name="save" value="{lang_save}"> &nbsp;
!      <input type="submit" name="done" value="{lang_done}">
!     </td>
!     <td align="right">
!      <input type="submit" name="delete" value="{lang_delete}">
!     </td>
     </tr>
  <!-- END edit -->
!   
!   </table>
!  </form>
! </center>
  <!-- END form -->





reply via email to

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