updates and restart camps
This commit is contained in:
17
template/templates/money_income_category_create.tpl
Normal file
17
template/templates/money_income_category_create.tpl
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="form_wrapper">
|
||||
<form method="post">
|
||||
<input type="hidden" name="action" value="mic_create">
|
||||
|
||||
<div>
|
||||
<label class="desc" id="title1" for="mic_name">Bevétel kategória neve:</label>
|
||||
<div><input type="text" name="mic_name" id="mic_name" required></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<input class="button black" type="submit" value="Létrehozás">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user