forked from science-ation/science-ation
- Print a textarea for tinytext fields, instead of a textbox
This commit is contained in:
parent
418322f8fb
commit
358bc4e177
@ -406,6 +406,7 @@ class TableEditor
|
|||||||
switch($regs[1])
|
switch($regs[1])
|
||||||
{
|
{
|
||||||
case "text":
|
case "text":
|
||||||
|
case "tinytext":
|
||||||
$inputtype="textarea";
|
$inputtype="textarea";
|
||||||
break;
|
break;
|
||||||
case "date":
|
case "date":
|
||||||
|
Loading…
Reference in New Issue
Block a user