[Vtigercrm-commits] [vtiger-commits] r10387 - in /vtigercrm/branches/5.0.3: Smarty/templates/HomePage.tpl modules/Dashboard/HomepageDB.php modules/Home/index.php schema/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 7 10:00:22 EST 2007


Author: saraj
Date: Wed Mar  7 08:00:12 2007
New Revision: 10387

Log:
Homepage Dashboard has been modified. --Minnie

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/HomePage.tpl
    vtigercrm/branches/5.0.3/modules/Dashboard/HomepageDB.php
    vtigercrm/branches/5.0.3/modules/Home/index.php
    vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml

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 Wed Mar  7 08:00:12 2007
@@ -169,7 +169,7 @@
 								</div>
 							{/if}	
 							{else}
-								<div class="MatrixLayer" style="float:left;width:70%;" id="homepagedb">
+								<div class="MatrixLayer" style="float:left;width:93%;" 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>

Modified: vtigercrm/branches/5.0.3/modules/Dashboard/HomepageDB.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Dashboard/HomepageDB.php (original)
+++ vtigercrm/branches/5.0.3/modules/Dashboard/HomepageDB.php Wed Mar  7 08:00:12 2007
@@ -34,7 +34,7 @@
                 $cnt_table=$graph_details[6];
 	       	$test_target_val=$graph_details[7];
 
-                $width=425;
+                $width=560;
                 $height=225;
                 $top=30;
                 $left=140;

Modified: vtigercrm/branches/5.0.3/modules/Home/index.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Home/index.php (original)
+++ vtigercrm/branches/5.0.3/modules/Home/index.php Wed Mar  7 08:00:12 2007
@@ -54,7 +54,7 @@
 }
 if( count($home_section_order) < 1 )
 {
-	$home_section_order = array("ALVT","HDB","PLVT","QLTQ","CVLVT","HLT","OLV","GRT","OLTSO","ILTI","MNL","OLTPO","LTFAQ");
+	$home_section_order = array("HDB","ALVT","PLVT","QLTQ","CVLVT","HLT","OLV","GRT","OLTSO","ILTI","MNL","OLTPO","LTFAQ");
 }
 
 require('user_privileges/user_privileges_'.$current_user->id.'.php');

Modified: vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml
==============================================================================
--- vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml (original)
+++ vtigercrm/branches/5.0.3/schema/DatabaseSchema.xml Wed Mar  7 08:00:12 2007
@@ -66,7 +66,7 @@
 			<default value="23:00" />
 		</field>	
 		<field name="homeorder" type="C" size="255">
-			<default value="ALVT,HDB,PLVT,QLTQ,CVLVT,HLT,OLV,GRT,OLTSO,ILTI,MNL,OLTPO,LTFAQ" />
+			<default value="HDB,ALVT,PLVT,QLTQ,CVLVT,HLT,OLV,GRT,OLTSO,ILTI,MNL,OLTPO,LTFAQ" />
 		</field>
 		<field name="activity_view" type="C" size="25">
 			<default value="Today" />





More information about the vtigercrm-commits mailing list