updates and restart camps
This commit is contained in:
@@ -21,6 +21,19 @@
|
||||
<div><input type="text" name="mox_item" id="mox_item" value="{$mox->get_mox_item()}" required></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" for="mox_payment_type">Fizetés típusa:</label>
|
||||
<div>
|
||||
<select name="mox_payment_type" id="mox_payment_type">
|
||||
{foreach $pt_assoc_array as $pt_array}
|
||||
<option value="{$pt_array.pt_id}"{if $pt_array.pt_id == $mox->get_mox_payment_type_pt_id()} selected{/if}>
|
||||
{$pt_array.pt_name}
|
||||
</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="mox_összeg">Összeg:</label>
|
||||
<div><input type="text" name="mox_sum" id="mox_sum" value="{$mox->get_mox_sum()}" required></div>
|
||||
@@ -32,12 +45,12 @@
|
||||
<select name="mox_moxc_id">
|
||||
<option value='null'>- nincs beállítva -</option>
|
||||
{foreach $moxc_array as $moxc}
|
||||
<option value='{$moxc->get_moxc_id()}'{if $moxc->get_moxc_id() == $mox->get_mox_money_expense_category_moxc_id()} selected{/if}>{$moxc->get_moxc_name()}</option>
|
||||
<option value='{$moxc->get_moxc_id()}'{if $moxc->get_moxc_id() == $mox->get_mox_money_expense_category_moxc_id()} selected{/if}>{$moxc->get_moxc_name()}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<input class="button black" type="submit" value="Mentés">
|
||||
@@ -45,4 +58,4 @@
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user