phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/templates/default add.tpl,1.6,1.6.6.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/templates/default add.tpl,1.6,1.6.6.1 csv_import.tpl,1.2,1.2.4.1 delete.tpl,1.1,1.1.10.1 edit.tpl,1.11,1.11.6.1 index.tpl,1.6,1.6.4.1 view.tpl,1.11,1.11.6.1
Date: Tue, 01 Jul 2003 21:39:40 -0400

Update of /cvsroot/phpgroupware/addressbook/templates/default
In directory subversions:/tmp/cvs-serv19934/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        add.tpl csv_import.tpl delete.tpl edit.tpl index.tpl view.tpl 
Log Message:
some fixes to be more .16 like:
- app-headers
- style-guide
- register globals off

Index: add.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/add.tpl,v
retrieving revision 1.6
retrieving revision 1.6.6.1
diff -C2 -r1.6 -r1.6.6.1
*** add.tpl     8 Jul 2001 13:59:26 -0000       1.6
--- add.tpl     2 Jul 2003 01:39:38 -0000       1.6.6.1
***************
*** 1,16 ****
  
  <!-- BEGIN add -->
!    <table border="0" cellPadding="0" cellSpacing="0" width="75%">
      <tr> 
!      <td width="7%">&nbsp;</td>
!      <td width="7%">&nbsp;</td>
!      <td> 
!       <input type="submit" name="submit" value="{lang_ok}">
!       <input type="reset" name="reset" value="{lang_clear}">
       </td>
       </form>
       <form action="{cancel_url}" method="post">
!      <td>
!       <input type="submit" name="Cancel" value="{lang_cancel}">
       </td>
       </form>
--- 1,13 ----
  
  <!-- BEGIN add -->
!    <table border="0" cellPadding="0" cellSpacing="0" width="77%">
      <tr> 
!      <td width="10%"> 
!       <input type="submit" name="submit" value="{lang_save}">&nbsp;
       </td>
       </form>
       <form action="{cancel_url}" method="post">
!      <td width="10%">
!       <input type="submit" name="cancel" value="{lang_cancel}">
       </td>
       </form>

Index: csv_import.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/csv_import.tpl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** csv_import.tpl      9 Aug 2001 00:50:08 -0000       1.2
--- csv_import.tpl      2 Jul 2003 01:39:38 -0000       1.2.4.1
***************
*** 1,5 ****
! <p class=action>{lang_addr_action}<br>
! <hr noshade width="98%" align="center" size="1">
! <center>
  
    <FORM {enctype} action="{action_url}" method="post">
--- 1,4 ----
! 
! <br><center>
  
    <FORM {enctype} action="{action_url}" method="post">
***************
*** 44,48 ****
     </tr>
     <tr>
!     <td><INPUT name="debug" type="checkbox" value="1" checked> 
{lang_debug}</td>
     </TR>
     <tr><td colspan=3>&nbsp;<p>
--- 43,47 ----
     </tr>
     <tr>
!     <td colspan="3"><INPUT name="debug" type="checkbox" value="1" checked> 
{lang_debug}</td>
     </TR>
     <tr><td colspan=3>&nbsp;<p>

Index: delete.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/delete.tpl,v
retrieving revision 1.1
retrieving revision 1.1.10.1
diff -C2 -r1.1 -r1.1.10.1
*** delete.tpl  2 Feb 2001 16:40:42 -0000       1.1
--- delete.tpl  2 Jul 2003 01:39:38 -0000       1.1.10.1
***************
*** 1,6 ****
  <center>{lang_sure}</center>
  <br>
  <center>
!   <a href="{no_link}">{lang_no}</a> &nbsp; &nbsp; &nbsp; &nbsp;
!   <a href="{yes_link}">{lang_yes}</a>
  </center>
--- 1,9 ----
+ <br>
  <center>{lang_sure}</center>
  <br>
  <center>
!  <form action="{yes_link}" method="POST">
!   <input type="submit" name="yes" value="{lang_yes}"> &nbsp; &nbsp; &nbsp; 
&nbsp;
!   <input type="submit" name="no" value="{lang_no}">
!  </form>
  </center>

Index: edit.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/edit.tpl,v
retrieving revision 1.11
retrieving revision 1.11.6.1
diff -C2 -r1.11 -r1.11.6.1
*** edit.tpl    8 Jul 2001 13:59:26 -0000       1.11
--- edit.tpl    2 Jul 2003 01:39:38 -0000       1.11.6.1
***************
*** 4,15 ****
     <input type="hidden" name="entry[tid]" value="{tid}">
     <input type="hidden" name="entry[referer]" value="{referer}">
!    <table border="0" cellPadding="1" cellSpacing="1" width="95%">
       <tr>
!       <td>&nbsp;</td>
!       <td>&nbsp;</td>
!       <td align="left" width="7%">
!        <input type="submit" name="submit" value="{lang_submit}"></form>
        </TD>
!       <td align="left" width="7%">
         {cancel_link}
         <input type="submit" name="cancel" value="{lang_cancel}"></form>
--- 4,13 ----
     <input type="hidden" name="entry[tid]" value="{tid}">
     <input type="hidden" name="entry[referer]" value="{referer}">
!    <table border="0" cellPadding="1" cellSpacing="1" width="77%">
       <tr>
!       <td align="left" width="10%">
!        <input type="submit" name="submit" value="{lang_save}">&nbsp;</form>
        </TD>
!       <td align="left" width="10%">
         {cancel_link}
         <input type="submit" name="cancel" value="{lang_cancel}"></form>
***************
*** 21,25 ****
         </form>
        </td>
-       <td>&nbsp;</td>
       </tr>
     </table>
--- 19,22 ----

Index: index.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/index.tpl,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -r1.6 -r1.6.4.1
*** index.tpl   9 Aug 2001 00:41:41 -0000       1.6
--- index.tpl   2 Jul 2003 01:39:38 -0000       1.6.4.1
***************
*** 1,8 ****
  <!-- BEGIN addressbook_header -->
! <center>{lang_addressbook}
! <br>{lang_showing}
  <br>{searchreturn}
  {search_filter}
! <table width="75%" border="0" cellspacing="1" cellpadding="3">
  <tr bgcolor="{th_bg}">{cols}
    <td width="3%" height="21"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_view}</font></td>
--- 1,8 ----
  <!-- BEGIN addressbook_header -->
! <center>
! {lang_showing}
  <br>{searchreturn}
  {search_filter}
! <table width="95%" border="0" cellspacing="1" cellpadding="3">
  <tr bgcolor="{th_bg}">{cols}
    <td width="3%" height="21"><font face="Arial, Helvetica, sans-serif" 
size="-1">{lang_view}</font></td>
***************
*** 28,32 ****
  <!-- BEGIN addressbook_footer -->
   </table>
!  <table width="75%" border="0" cellspacing="0" cellpadding="4">
     <tr bgcolor="{th_bg}"> 
       <form action="{add_url}"    method="post"><td width="16%"><input 
type="submit" name="Add"      value="{lang_add}"></td></form>
--- 28,32 ----
  <!-- BEGIN addressbook_footer -->
   </table>
!  <table width="95%" border="0" cellspacing="0" cellpadding="4">
     <tr bgcolor="{th_bg}"> 
       <form action="{add_url}"    method="post"><td width="16%"><input 
type="submit" name="Add"      value="{lang_add}"></td></form>
***************
*** 37,40 ****
     </tr>
   </table>
!  </center>
  <!-- END addressbook_footer -->
--- 37,40 ----
     </tr>
   </table>
! </center>
  <!-- END addressbook_footer -->

Index: view.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/view.tpl,v
retrieving revision 1.11
retrieving revision 1.11.6.1
diff -C2 -r1.11 -r1.11.6.1
*** view.tpl    13 Jul 2001 09:03:31 -0000      1.11
--- view.tpl    2 Jul 2003 01:39:38 -0000       1.11.6.1
***************
*** 1,4 ****
  <!-- BEGIN view_header -->
! <p>&nbsp;<b>{lang_viewpref}</b><hr><p>
  <table border="0" cellspacing="2" cellpadding="2" width="70%" align="center">
  <!-- END view_header -->
--- 1,4 ----
  <!-- BEGIN view_header -->
! <br>
  <table border="0" cellspacing="2" cellpadding="2" width="70%" align="center">
  <!-- END view_header -->





reply via email to

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