added training note (only admin)
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
<div><input type="checkbox" name="every_week" id="every_week" value="1"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" for="tr_note">Megjegyzés:</label>
|
||||
<div>
|
||||
<textarea rows="4" name="tr_note" id="tr_note"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" id="title1" for="coaches">Edző(k):</label>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
<div><input type="text" name="tr_duration" id="tr_duration" value="{$training_data.tr_duration}" required></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" for="tr_note">Megjegyzés:</label>
|
||||
<div>
|
||||
<textarea rows="4" name="tr_note" id="tr_note">{$training_data.tr_note}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" id="title1" for="coaches">Edző(k):</label>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user