mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 12:39:41 +01:00
21 lines
388 B
HTML
21 lines
388 B
HTML
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<form method="post" action="{action}" id="opt_form" class="form">
|
||
|
|
<!-- admin configs tr extra begin -->
|
||
|
|
{options}
|
||
|
|
<!-- admin configs tr extra -->
|
||
|
|
|
||
|
|
|
||
|
|
<!-- button -->
|
||
|
|
<div class="form-group">
|
||
|
|
<br>
|
||
|
|
<input type="hidden" name="submit" value="1" />
|
||
|
|
<button type="submit" id="submit" name="_submit_" class="btn btn-primary"><span>{n_submit}</span></button>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
{H_FORM_KEYS}
|
||
|
|
|
||
|
|
</form>
|