user-level megszuntetese; uj oszlopok a befizeteshez

This commit is contained in:
2024-10-27 16:03:15 +01:00
parent 22b07e7377
commit b66f6393ca
13 changed files with 73 additions and 135 deletions

View File

@@ -50,6 +50,19 @@
<div><input type="text" name="mod_sum" id="mod_sum" required></div>
</div>
<div>
<label for="mod_payment_type">Befizetés módja:</label>
<div>
<select name="mod_payment_type" id="mod_payment_type">
{foreach $pt_assoc_array as $pt_array}
<option value="{$pt_array.pt_id}">
{$pt_array.pt_name}
</option>
{/foreach}
</select>
</div>
</div>
<div>
<label for="mod_sum">Lejár:</label>
<input type="hidden" name="mod_expire_date" id="mod_expire_date">