[Vtigercrm-commits] [vtiger-commits] r6678 - /vtigercrm/trunk/modules/Calendar/calendar_share.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 08:56:59 EDT 2006
Author: saraj
Date: Mon May 29 06:56:55 2006
New Revision: 6678
Log:
changes made for calendar actions
Modified:
vtigercrm/trunk/modules/Calendar/calendar_share.php
Modified: vtigercrm/trunk/modules/Calendar/calendar_share.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/calendar_share.php (original)
+++ vtigercrm/trunk/modules/Calendar/calendar_share.php Mon May 29 06:56:55 2006
@@ -70,7 +70,7 @@
}
?>
</select><br>
- <input type="checkbox" name="hour_format" value="24"> <?echo $mod_strings['LBL_USE24']?>
+ <input type="checkbox" name="hour_format" <? if($current_user->hour_format == '24'){?> checked <? } ?> value="24"> <?echo $mod_strings['LBL_USE24']?>
</td>
</tr>
<tr><td colspan="2" style="border-bottom:1px dotted #CCCCCC;"></td></tr>
More information about the vtigercrm-commits
mailing list