phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20928] Fix: readonly


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20928] Fix: readonly
Date: Tue, 05 Jan 2010 21:23:34 +0000

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}">





reply via email to

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