fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7258] rental: enable emty values for DateCellEditor


From: Sigurd Nes
Subject: [Fmsystem-commits] [7258] rental: enable emty values for DateCellEditor
Date: Thu, 05 May 2011 09:23:57 +0000

Revision: 7258
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7258
Author:   sigurdne
Date:     2011-05-05 09:23:56 +0000 (Thu, 05 May 2011)
Log Message:
-----------
rental: enable emty values for DateCellEditor

Modified Paths:
--------------
    trunk/rental/templates/base/common.php

Modified: trunk/rental/templates/base/common.php
===================================================================
--- trunk/rental/templates/base/common.php      2011-05-04 12:01:07 UTC (rev 
7257)
+++ trunk/rental/templates/base/common.php      2011-05-05 09:23:56 UTC (rev 
7258)
@@ -41,7 +41,7 @@
                        var my_date = Math.round(Date.parse(oData) / 1000);
                        elCell.innerHTML = formatDate('<?php echo 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'] ?>', 
my_date);
                } else {
-                       elCell.innerHTML = "";
+                       elCell.innerHTML = '""';
                }
        };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]