optical changes in Workflow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<td>
|
||||
<td class="workflow-item">
|
||||
<?php if($item->type != "gps"): ?>
|
||||
<label class="form-label" for="wfitem_<?=$item->name?>">
|
||||
<?=$item->label?>
|
||||
<label class="form-label" for="wfitem_<?=$item->name?>_<?=$building->id?>">
|
||||
<?=($item->label) ? $item->label : " "?>
|
||||
<?=($item->required == 1) ? "*" : ""?>
|
||||
</label>
|
||||
<?php endif; ?>
|
||||
@@ -39,6 +39,9 @@
|
||||
case "date":
|
||||
include(realpath(dirname(__FILE__)."/items/")."/date.php");
|
||||
break;
|
||||
case "empty":
|
||||
include(realpath(dirname(__FILE__)."/items/")."/empty.php");
|
||||
break;
|
||||
default:
|
||||
include(realpath(dirname(__FILE__)."/items/")."/string.php");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user