[Vtigercrm-commits] [vtiger-commits] r10785 - in /vtigercrm/branches/5.0.3: modules/Calendar/addEventUI.php themes/alphagrey/style.css themes/bluelagoon/style.css themes/woodspice/style.css
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 25 10:52:35 EDT 2007
Author: richie
Date: Wed Apr 25 08:52:15 2007
New Revision: 10785
Log:
fix for Event/Todo create popup broken in IE. Fixes #3403 -minnie
Modified:
vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php
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/modules/Calendar/addEventUI.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php Wed Apr 25 08:52:15 2007
@@ -206,7 +206,7 @@
<input type="hidden" name="dateformat" value="<?php echo $date_format ?>">
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerHeadingULine">
<tr style="cursor:move;">
- <td class="layerPopupHeading" id="moveEvent"><?php echo $mod_strings['LBL_ADD_EVENT']?></b></td>
+ <td class="layerPopupHeading" align = "left" id="moveEvent"><?php echo $mod_strings['LBL_ADD_EVENT']?></b></td>
<td align=right><a href="javascript:ghide('addEvent');"><img src="<?php echo $image_path ?>close.gif" border="0" align="absmiddle" /></a></td>
</tr>
</table>
@@ -702,7 +702,7 @@
<input type="hidden" name="maintab" value="Calendar">
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerHeadingULine">
<tr style="cursor:move;">
- <td class="lvtHeaderText" id="moveTodo"><?php echo $mod_strings['LBL_ADD_TODO'] ?></b></td>
+ <td class="lvtHeaderText" id="moveTodo" align="left"><?php echo $mod_strings['LBL_ADD_TODO'] ?></b></td>
<td align=right><a href="javascript:ghide('createTodo');"><img src="<?php echo $image_path ?>close.gif" border="0" align="absmiddle" /></a></td>
</tr>
</table>
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 Wed Apr 25 08:52:15 2007
@@ -1392,7 +1392,7 @@
background-color:#ddd;
border:1px solid #999999;
text-align:left;
- width:100%;
+ width:95%;
position:relative;
left:0px;
top:0px;
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 Wed Apr 25 08:52:15 2007
@@ -1357,7 +1357,7 @@
background-color:#D3EAF0;
border:1px solid #999999;
text-align:left;
- width:100%;
+ width:95%;
position:relative;
left:0px;
top:0px;
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 Wed Apr 25 08:52:15 2007
@@ -1428,7 +1428,7 @@
background-color:#D3EAF0;
border:1px solid #999999;
text-align:left;
- width:100%;
+ width:95%;
position:relative;
left:0px;
top:0px;
More information about the vtigercrm-commits
mailing list