10 lines
243 B
Smarty
10 lines
243 B
Smarty
<div id="edit_form">
|
|
<form name="vacation" method="post">
|
|
<table>
|
|
<tr>
|
|
<td class="hlp_center"><input class="button" type="submit" name="fBack" value="<?php echo $LANG['UsersVacation_button_back']; ?>" /></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|