[Vtigercrm-commits] [vtiger-commits] r7799 - in /vtigercrm/trunk/modules/System/templates/classic: box.tpl classic.css form.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 11:06:01 EDT 2006
Author: saraj
Date: Tue Jul 4 09:05:56 2006
New Revision: 7799
Log:
Updated the sysinfo with new UI
Modified:
vtigercrm/trunk/modules/System/templates/classic/box.tpl
vtigercrm/trunk/modules/System/templates/classic/classic.css
vtigercrm/trunk/modules/System/templates/classic/form.tpl
Modified: vtigercrm/trunk/modules/System/templates/classic/box.tpl
==============================================================================
--- vtigercrm/trunk/modules/System/templates/classic/box.tpl (original)
+++ vtigercrm/trunk/modules/System/templates/classic/box.tpl Tue Jul 4 09:05:56 2006
@@ -1,18 +1,14 @@
-<table width="100%">
+<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td>
- <table class="box">
-
- <tr class="boxheader">
- <td class="boxheader">{title}</td>
- </tr>
-
- <tr class="boxbody">
- <td dir="{text_dir}">{content}</td>
- </tr>
-
- </table>
+ <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
+ <tr><td class="big">{title}</td></tr></table>
+
+ <table border=0 cellspacing=0 cellpadding=0 width=100% >
+ <tr ><td dir="{text_dir}">{content}</td></tr></table>
+
+ <br>
</td>
</tr>
Modified: vtigercrm/trunk/modules/System/templates/classic/classic.css
==============================================================================
--- vtigercrm/trunk/modules/System/templates/classic/classic.css (original)
+++ vtigercrm/trunk/modules/System/templates/classic/classic.css Tue Jul 4 09:05:56 2006
@@ -1,30 +1,36 @@
-A {
+/* A {
text-decoration: none;
- color:#003399;
}
A:link {
- color:#003399;
+ color: #486591;
+ background-color: transparent;
+}
+A:visited {
+ color: #6f6c81;
background-color: transparent;
}
A:active {
color: blue;
background-color: transparent;
-}
+}
+
body {
color: #000000;
background-color: #fefefe;
text-decoration: none;
- font-family: Verdana,Helvetica,sans-serif;
+ font-family: arial,Verdana,Helvetica,sans-serif;
+ font-size: 11px;
+ font-weight: normal;
+} */
+font {
+ color: #000000;
+ text-decoration: none;
+ font-family: arial, Verdana,Helvetica,sans-serif;
font-size: 11px;
font-weight: normal;
}
-font {
- color: #000000;
- text-decoration: none;
- font-family: Verdana,Helvetica,sans-serif;
- font-size: 11px;
- font-weight: normal;
-}
+
+/*
H1 {
color: #000000;
background-color: transparent;
@@ -69,3 +75,5 @@
color: #fefefe;
background-color: #e6e6e6;
}
+
+*/
Modified: vtigercrm/trunk/modules/System/templates/classic/form.tpl
==============================================================================
--- vtigercrm/trunk/modules/System/templates/classic/form.tpl (original)
+++ vtigercrm/trunk/modules/System/templates/classic/form.tpl Tue Jul 4 09:05:56 2006
@@ -1,43 +1,14 @@
{errors}
-<center><h1>{title}</h1></center>
-<table width="100%" align="center">
- <tr>
- <td width="50%" valign="top">
- {vitals}
- <br>
- {network}
- </td>
- <td width="50%" valign="top">
- {hardware}
- </td>
- </tr>
- <tr>
- <td colspan="2">
- {memory}
- </td>
- </tr>
- <tr>
- <td colspan="2">
- {filesystems}
- </td>
- </tr>
+
+<table border=0 cellspacing=0 cellpadding=0 width="100%" align="center">
+ <tr><td valign=top>{vitals}</td></tr>
+ <!-- <tr><td valign=top>{network}</td></tr> -->
+ <tr><td valign=top>{memory}</td></tr>
+ <tr><td valign=top>{filesystems}</td></tr>
+ <tr><td valign=top>{hardware}</td></tr>
</table>
-<table width="100%">
- <tr>
- <td width="55%" valign="top">
- {mbtemp}
- <br>
- {mbfans}
- </td>
-
- <td width="45%" valign="top">
- {mbvoltage}
- </td>
- </tr>
-</table>
-
More information about the vtigercrm-commits
mailing list