Update admin-edit.tpl

This commit is contained in:
Ahmad Husein 2024-08-28 21:42:45 +07:00 committed by GitHub
parent 1d08e8d204
commit 5d79cb65ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}