0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
trackerinput
/
[
Home
]
File: status.tpl
<select name="status" class="form-control"> {foreach $status_types as $st => $stinfo} <option value="{$st}" {if $stinfo.name eq $status} selected="selected"{/if} style="background: url('{$stinfo.image|escape}') no-repeat;padding-left:17px;"> {$stinfo.label|escape} </option> {/foreach} </select>