Revision: 20928
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20928
Author:   sigurdne
Date:     2010-01-05 21:23:34 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Fix: readonly

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.yuical.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.yuical.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.yuical.inc.php     
2010-01-05 21:22:37 UTC (rev 20927)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.yuical.inc.php     
2010-01-05 21:23:34 UTC (rev 20928)
@@ -180,7 +180,7 @@
                        $lang_close = lang('close');
                        $lang_clear = lang('clear');
                        $html .= <<<HTML
-                               <input type="text" name="{$name}" id="{$name}" 
size="10" value="$value" />
+                               <input type="text" name="{$name}" id="{$name}" 
size="10" value="$value" readonly="true" />
                        <!--    <img src="$img" alt="$alt" id="{$name}_img" 
title="$name"> -->
                                <input type="hidden" name="{$name}_hidden" 
id="{$name}_hidden" value="{$date2}"/>
                                <div id="calendar{$name}">



_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to