[Vtigercrm-commits] [vtiger-commits] r10170 - in /vtigercrm/branches/5.0.3: Smarty/templates/DetailViewUI.tpl themes/alphagrey/style.css themes/bluelagoon/style.css themes/woodspice/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Feb 12 04:06:20 EST 2007


Author: saraj
Date: Mon Feb 12 02:06:12 2007
New Revision: 10170

Log:
Group name is more length is not displayed properly. Fixes #2847

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl
    vtigercrm/branches/5.0.3/themes/alphagrey/style.css
    vtigercrm/branches/5.0.3/themes/bluelagoon/style.css
    vtigercrm/branches/5.0.3/themes/woodspice/style.css

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DetailViewUI.tpl Mon Feb 12 02:06:12 2007
@@ -225,7 +225,7 @@
 					{else}
 						<span id="assign_team" style="display: none;">
 					{/if}
-                   	<select id="txtbox_G{$label}" onchange="setSelectValue('{$label}')" name="{$keyfldname}">
+                   	<select id="txtbox_G{$label}" onchange="setSelectValue('{$label}')" name="{$keyfldname}" class="groupname">
                     {foreach item=arr key=id from=$keyoptions.2}
                     	{foreach key=sel_value item=value from=$arr}
                        		 <option value="{$id}" {$value}>{$sel_value}</option>

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 Mon Feb 12 02:06:12 2007
@@ -2241,6 +2241,9 @@
 	margin: 0;
 	font-weight: normal;
 }
-
+.groupname{
+		width:125px;
+	  }
+	
 /* 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 Mon Feb 12 02:06:12 2007
@@ -2240,3 +2240,8 @@
 	padding-bottom:2px;
 	
 }
+
+.groupname{
+                width:125px;
+          }
+

Modified: vtigercrm/branches/5.0.3/themes/woodspice/style.css
==============================================================================
--- vtigercrm/branches/5.0.3/themes/woodspice/style.css (original)
+++ vtigercrm/branches/5.0.3/themes/woodspice/style.css Mon Feb 12 02:06:12 2007
@@ -2281,5 +2281,8 @@
 	margin: 0;
 	font-weight: normal;
 }
+.groupname{
+                width:125px;
+          }
 
 /* Recalculate Disable Ends */





More information about the vtigercrm-commits mailing list