[Vtigercrm-commits] [vtiger-commits] r10329 - in /vtigercrm/branches/5.0.3: Smarty/templates/HomePage.tpl modules/Users/Login.php themes/alphagrey/style.css themes/bluelagoon/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 2 06:02:31 EST 2007
Author: richie
Date: Fri Mar 2 04:02:14 2007
New Revision: 10329
Log:
watermark added
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl
vtigercrm/branches/5.0.3/modules/Users/Login.php
vtigercrm/branches/5.0.3/themes/alphagrey/style.css
vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
Modified: vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl Fri Mar 2 04:02:14 2007
@@ -132,7 +132,7 @@
<td align="left" class="homePageMatrixHdr" ><b>{$tabledetail.Title.1}</b></td>
<td align="right" class="homePageMatrixHdr" ><img src="{$IMAGE_PATH}uparrow.gif" align="absmiddle" /></td>
</tr>
- <tr align="left">
+ <tr align="left" class="winmarkModulesdef">
<td valign=top colspan=2>
<div style="overflow-y:auto;overflow-x:hidden;height:200px;width:99%">
<table border=0 cellspacing=0 cellpadding=5 width=100%>
@@ -169,13 +169,13 @@
</div>
{/if}
{else}
- <div class="MatrixLayer" style="float:left;width:61%;" id="homepagedb">
+ <div class="MatrixLayer" style="float:left;width:70%;" id="homepagedb">
<table width="100%" border="0" cellpadding="8" cellspacing="0" class="small">
<tr style="cursor:move;">
<td align="left" class="homePageMatrixHdr"><b>{$APP.LBL_HOMEPAGE_DASHBOARD}</b></td>
<td align="right" class="homePageMatrixHdr"><img src="{$IMAGE_PATH}uparrow.gif" align="absmiddle" /></td>
</tr>
- <tr>
+ <tr align="left" class="winmarkModulesdef">
<td colspan="2">
<div style="overflow:hidden;height:255px;width:99%">
<table border=0 cellspacing=0 cellpadding=5 width=100%>
Modified: vtigercrm/branches/5.0.3/modules/Users/Login.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/Login.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/Login.php Fri Mar 2 04:02:14 2007
@@ -146,13 +146,13 @@
</tr>
<tr bgcolor="#f5f5f5">
<td class="small" align="right" width="30%"><?php echo $current_module_strings['LBL_THEME'] ?></td>
- <td class="small" align="left" width="70%"><select class="small" name='login_theme' style="width:100%" tabindex="3">
+ <td class="small" align="left" width="70%"><select class="small" name='login_theme' style="width:70%" tabindex="3">
<?php echo get_select_options_with_id(get_themes(), $display_theme) ?>
</select></td>
</tr>
<tr bgcolor="#f5f5f5">
<td class="small" align="right" width="30%"><?php echo $current_module_strings['LBL_LANGUAGE'] ?></td>
- <td class="small" align="left" width="70%"><select class="small" name='login_language' style="width:100%" tabindex="4">
+ <td class="small" align="left" width="70%"><select class="small" name='login_language' style="width:70%" tabindex="4">
<?php echo get_select_options_with_id(get_languages(), $display_language) ?>
</select></td>
</tr>
@@ -177,7 +177,7 @@
?>
<tr>
<td class="small"> </td>
- <td class="small"><input title="<?php echo $current_module_strings['LBL_LOGIN_BUTTON_TITLE'] ?>" accesskey="<?php echo $current_module_strings['LBL_LOGIN_BUTTON_TITLE'] ?>" src="themes/images/btnSignIn.gif" type="image" name="Login" value=" <?php echo $current_module_strings['LBL_LOGIN_BUTTON_LABEL'] ?> " tabindex="5"></td>
+ <td class="small"><input title="<?php echo $current_module_strings['LBL_LOGIN_BUTTON_TITLE'] ?>" accesskey="<?php echo $current_module_strings['LBL_LOGIN_BUTTON_TITLE'] ?>" src="themes/images/btnSignInNEW.gif" type="image" name="Login" value=" <?php echo $current_module_strings['LBL_LOGIN_BUTTON_LABEL'] ?> " tabindex="5"></td>
</tr>
</table>
<br><br>
Modified: vtigercrm/branches/5.0.3/themes/alphagrey/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/alphagrey/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/alphagrey/style.css Fri Mar 2 04:02:14 2007
@@ -2244,6 +2244,11 @@
.groupname{
width:125px;
}
-
+.winmarkModulesdef{
+ background-image:url(images/windowmarkModule.jpg);
+ background-position:top right;
+ background-repeat:no-repeat;
+
+
/* Recalculate Disable Ends */
Modified: vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/bluelagoon/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/bluelagoon/style.css Fri Mar 2 04:02:14 2007
@@ -27,7 +27,7 @@
.componentName {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
- line-height: 3px;
+ line-height: 18px;
color: #3333ff;
font-weight:bold;
border-left:2px dotted #fff;
@@ -816,7 +816,7 @@
font-size:12px;
background-color:#FFFFFF;
width:100%;
- height:175px;
+ height:200px;
overflow:auto;
border:0px solid #000000;
}
@@ -1122,7 +1122,7 @@
/* END OF REPORT */
/* WEB MAIL */
a.webMnu{
- font-size:5px;
+ font-size:11px;
color:#0070BA;
text-decoration:underline;
}
@@ -1986,7 +1986,7 @@
.mailClientWriteEmailHeader {
font-family:arial, helvetica, sans-serif;
font-size:20px;
- line-height:3px;
+ line-height:24px;
font-weight:bold;
background:#e0dbb0 url(images/mailSubHeaderBg.gif) repeat-x;
padding:10px;
@@ -2245,3 +2245,9 @@
width:125px;
}
+.winmarkModulesdef{
+ background-image:url(images/windowmarkModule.jpg);
+ background-position:top right;
+ background-repeat:no-repeat;
+}
+
More information about the vtigercrm-commits
mailing list