updates and restart camps

This commit is contained in:
Tóth Richárd
2018-05-03 20:27:35 +02:00
parent 392b484666
commit a249c20433
38 changed files with 1153 additions and 235 deletions

View File

@@ -16,6 +16,19 @@
<div><input type="text" name="mox_item" id="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}">
{$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" required></div>
@@ -27,12 +40,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()}'>{$moxc->get_moxc_name()}</option>
<option value='{$moxc->get_moxc_id()}'>{$moxc->get_moxc_name()}</option>
{/foreach}
</select>
</div>
</div>
<div>
<div>
<input class="button black" type="submit" value="Létrehozás">
@@ -40,4 +53,4 @@
</div>
</form>
</div>
</div>