Lauout tweaks for Pipe- and Linework
This commit is contained in:
@@ -1 +1,9 @@
|
||||
<input type="text" class="form-control" name="wfitem_<?=$item->name?>" id="wfitem_<?=$item->name?>_<?=$$wftype->id?>" value="<?=$item->value->value_string?>" placeholder="<?=$item->placeholder?>">
|
||||
<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."'" : ""?>
|
||||
>
|
||||
Reference in New Issue
Block a user