mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
add formField of type 'plain'
This commit is contained in:
parent
6b0b72a062
commit
ef42392e7f
|
@ -1111,6 +1111,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
(!empty($value['cols']) ? ' rows="'.$value['cols'].'"' : '').
|
||||
(!empty($value['required']) ? ' required' : '').">".(!empty($value['value']) ? $value['value'] : '')."</textarea>";
|
||||
break;
|
||||
case 'plain':
|
||||
echo $value['value'];
|
||||
break;
|
||||
case 'input':
|
||||
default:
|
||||
switch($value['type']) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user