mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-07 15:19:31 +00:00
This commit is contained in:
@@ -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"/>';
|
||||
|
||||
Reference in New Issue
Block a user