[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: setup/templates/default applications.tpl,1.4,1.
From: |
Dave Hall <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: setup/templates/default applications.tpl,1.4,1.4.2.1 head.tpl,1.4.2.1,1.4.2.2 setup_main.tpl,1.2,1.2.4.1 |
Date: |
Thu, 29 May 2003 17:37:05 -0400 |
Update of /cvsroot/phpgroupware/setup/templates/default
In directory subversions:/tmp/cvs-serv7378
Modified Files:
Tag: Version-0_9_16-branch
applications.tpl head.tpl setup_main.tpl
Log Message:
more css - almost done
Index: applications.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/setup/templates/default/applications.tpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** applications.tpl 11 Sep 2002 05:39:46 -0000 1.4
--- applications.tpl 29 May 2003 21:37:03 -0000 1.4.2.1
***************
*** 22,38 ****
<br>
<div align="center">
! <table border="0" width="70%" cellspacing="0" cellpadding="2">
<tr>
<td align="center">{description}</td>
</tr>
</table>
! <table border="0" width="70%">
<!-- END header -->
<!-- BEGIN app_header -->
<form name="apps" method="POST" action="{action_url}">
! <tr>
! <td colspan="5" bgcolor="#486591"><center><font
color="#fefefe">{appdata}</font></center></td>
! <td colspan="4" bgcolor="#486591"><center><font
color="#fefefe">{actions}</font></center></td>
</tr>
<tr bgcolor="#99cccc">
--- 22,38 ----
<br>
<div align="center">
! <table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td align="center">{description}</td>
</tr>
</table>
! <table width="70%" cellspacing="0" cellpadding="2" style="{ border: 1px solid
#000000; }">
<!-- END header -->
<!-- BEGIN app_header -->
<form name="apps" method="POST" action="{action_url}">
! <tr class="th">
! <td colspan="5" align="center">{appdata}</td>
! <td colspan="4" align="center">{actions}</td>
</tr>
<tr bgcolor="#99cccc">
***************
*** 77,81 ****
<!-- BEGIN detail -->
<tr bgcolor="{bg_color}">
! <td>{name} </td><td>{details} </td>
</tr>
<!-- END detail -->
--- 77,82 ----
<!-- BEGIN detail -->
<tr bgcolor="{bg_color}">
! <td>{name} </td>
! <td>{details} </td>
</tr>
<!-- END detail -->
***************
*** 106,110 ****
<!-- BEGIN submit -->
! {goback]
<!-- END submit -->
--- 107,111 ----
<!-- BEGIN submit -->
! {goback}
<!-- END submit -->
***************
*** 136,139 ****
--- 137,147 ----
<!-- BEGIN footer -->
+ </tr>
+ </table>
+ <br>
+ <table width="100%" cellspacing="0">
+ <tr class="banner">
+ <td> </td>
+ </tr>
</table>
</div>
Index: head.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/setup/templates/default/head.tpl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** head.tpl 28 May 2003 02:20:05 -0000 1.4.2.1
--- head.tpl 29 May 2003 21:37:03 -0000 1.4.2.2
***************
*** 12,16 ****
<style type="text/css">
<!--
! body, tr, th, td, input, select { font-family: Arial, Helvetica,
sans-serif; font-size: 12pt; }
.banner { background-color: {banner_bg}; color: {th_text}; font-weight:
bold; }
.msg { color: {msg}; }
--- 12,17 ----
<style type="text/css">
<!--
! a, body, tr, th, td, input, select { font-family: Verdana, Arial,
Helvetica, sans-serif; font-size: 10pt; text-decoration: none; }
! a:hover, a:active { text-decoration: underline; }
.banner { background-color: {banner_bg}; color: {th_text}; font-weight:
bold; }
.msg { color: {msg}; }
Index: setup_main.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/setup/templates/default/setup_main.tpl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** setup_main.tpl 26 Sep 2001 23:56:22 -0000 1.2
--- setup_main.tpl 29 May 2003 21:37:03 -0000 1.2.4.1
***************
*** 1,12 ****
<!-- begin setup_main.tpl -->
<!-- begin the db section -->
! <table border="0" width="100%" cellspacing="0" cellpadding="2">
! <tr>
! <td align="left" bgcolor="#486591">
! <font color="#fefefe">{db_step_text}</font>
! </td>
! <td align="right" bgcolor="#486591">
!
! </td>
</tr>
--- 1,8 ----
<!-- begin setup_main.tpl -->
<!-- begin the db section -->
! <table border="0" width="100%" cellspacing="0" cellpadding="2" style="{
border: 1px solid #000000; }">
! <tr class="th">
! <td align="left">{db_step_text}</td>
! <td align="right"> </td>
</tr>
***************
*** 15,25 ****
<!-- begin the config section -->
! <tr>
! <td align="left" bgcolor="#486591">
! <font color="#fefefe">{config_step_text}</font>
! </td>
! <td align="right" bgcolor="#486591">
!
! </td>
</tr>
<tr>
--- 11,17 ----
<!-- begin the config section -->
! <tr class="th">
! <td align="left">{config_step_text}</td>
! <td align="right"> </td>
</tr>
<tr>
***************
*** 39,49 ****
<!-- end the config section -->
<!-- begin the lang section -->
! <tr>
! <td align="left" bgcolor="#486591">
! <font color="#fefefe">{lang_step_text}</font>
! </td>
! <td align="right" bgcolor="#486591">
!
! </td>
</tr>
<tr>
--- 31,37 ----
<!-- end the config section -->
<!-- begin the lang section -->
! <tr class="th">
! <td align="left">{lang_step_text}</td>
! <td align="right"> </td>
</tr>
<tr>
***************
*** 57,67 ****
<!-- end the lang section -->
<!-- begin the apps section -->
! <tr>
! <td align="left" bgcolor="#486591">
! <font color="#fefefe">{apps_step_text}</font>
! </td>
! <td align="right" bgcolor="#486591">
!
! </td>
</tr>
<tr>
--- 45,51 ----
<!-- end the lang section -->
<!-- begin the apps section -->
! <tr class="th">
! <td align="left">{apps_step_text}</td>
! <td align="right"> </td>
</tr>
<tr>
***************
*** 74,78 ****
</tr>
<!-- end the apps section -->
!
</table>
<!-- end setup_main.tpl -->
--- 58,64 ----
</tr>
<!-- end the apps section -->
! <tr class="banner">
! <td colspan="2"> </td>
! </tr>
</table>
<!-- end setup_main.tpl -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: setup/templates/default applications.tpl,1.4,1.4.2.1 head.tpl,1.4.2.1,1.4.2.2 setup_main.tpl,1.2,1.2.4.1,
Dave Hall <address@hidden> <=