Files
thetool/Layout/default/Workflow/items/string.php
2025-04-15 18:52:32 +02:00

9 lines
307 B
PHP

<input
type="text"
class="form-control"
name="wfitem_<?=$item->name?>"
id="wfitem_<?=$item->name?>_<?=$$wftype->id?>"
value="<?=$item->value->value_string?>"
placeholder="<?=$item->placeholder?>"
<?=($item->style) ? "style='".$item->style."'" : ""?>
>