postfixadmin/templates/users_vacation-get.tpl

10 lines
255 B
Smarty
Raw Permalink Normal View History

2022-07-30 18:50:24 +02:00
<div id="edit_form">
<form name="vacation" method="post">
<table>
<tr>
<td class="hlp_center"><input class="button" type="submit" name="fBack" value="<?php print $PALANG['pUsersVacation_button_back']; ?>" /></td>
</tr>
</table>
</form>
</div>