Files
bm/public_html/public/cms/templates/ticketgenre.html
2025-09-24 13:26:28 +02:00

11 lines
320 B
HTML

<div class="divContent">
<h2>Genre</h2>
<div class="divLine">&nbsp;</div>
<table cellpadding="0" cellspacing="0">
<tr>
<th>Name</th>
<td><input type="text" name="name" value="{NAME}" class="formText" maxlength="100" onChange="unsave()" /></td>
</tr>
</table>
</div>
<div class="divSeparator">&nbsp;</div>