Update admin-edit.tpl
This commit is contained in:
parent
1d08e8d204
commit
5d79cb65ce
@ -56,9 +56,9 @@
|
||||
<div class="col-md-9">
|
||||
<select name="status" id="status" class="form-control">
|
||||
<option value="Active" {if $d['status'] eq 'Active'}selected="selected" {/if}>
|
||||
Active</option>
|
||||
{Lang::T('Active')}</option>
|
||||
<option value="Inactive" {if $d['status'] eq 'Inactive'}selected="selected" {/if}>
|
||||
Inactive</option>
|
||||
{Lang::T('Inactive')}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@ -141,4 +141,4 @@
|
||||
}
|
||||
</script>
|
||||
{/literal}
|
||||
{include file="sections/footer.tpl"}
|
||||
{include file="sections/footer.tpl"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user