This commit is contained in:
Andreas Österreicher
2011-06-22 12:34:12 +00:00
parent f416b4be5e
commit 7eed47179e
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
$this->types['string']='<input type="text" name="%s" id="%s" onchange="%s" value="%s"/>';
$this->types['string']='<input type="text" name="%s" id="%s" onchange="%s" size="80" value="%s"/>';
$this->types['date']='<input type="text" name="%s" id="%s" onchange="%s" size="10" value="%s"/>';
$this->types['boolean']='<input type="checkbox" name="%s" id="%s" onchange="%s" checked="$s"/>';
$this->types['file']='<input type="file" name="%s" id="%s" onchange="%s" value="%s"/>';