mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
classes/extravar/Extravar.class.php
date input element readonly property was removed. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9697 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3a0dce5f7
commit
2d74cfb0a5
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
$buff .=
|
$buff .=
|
||||||
'<input type="hidden" name="'.$column_name.'" value="'.$value.'" />'.
|
'<input type="hidden" name="'.$column_name.'" value="'.$value.'" />'.
|
||||||
'<input type="text" id="date_'.$column_name.'" value="'.zdate($value,'Y-m-d').'" readonly="readonly" class="date" />'."\n".
|
'<input type="text" id="date_'.$column_name.'" value="'.zdate($value,'Y-m-d').'" class="date" />'."\n".
|
||||||
'<script type="text/javascript">'."\n".
|
'<script type="text/javascript">'."\n".
|
||||||
'(function($){'."\n".
|
'(function($){'."\n".
|
||||||
' $(function(){'."\n".
|
' $(function(){'."\n".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue