templates/users_vacation.php:

- whitespace changes to match vim: comment (ts=4)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@276 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 17 years ago
parent 40045401d3
commit 7a914cd66a

@ -2,33 +2,33 @@
<div id="edit_form"> <div id="edit_form">
<form name="vacation" method="post"> <form name="vacation" method="post">
<table> <table>
<tr> <tr>
<td colspan="3"><h3><?php print $PALANG['pUsersVacation_welcome']; ?></h3></td> <td colspan="3"><h3><?php print $PALANG['pUsersVacation_welcome']; ?></h3></td>
</tr> </tr>
<tr> <tr>
<td><?php print $PALANG['pUsersVacation_subject'] . ":"; ?></td> <td><?php print $PALANG['pUsersVacation_subject'] . ":"; ?></td>
<td><input type="text" name="fSubject" value="<?php print htmlentities($tSubject, ENT_QUOTES, 'UTF-8'); ?>" /></td> <td><input type="text" name="fSubject" value="<?php print htmlentities($tSubject, ENT_QUOTES, 'UTF-8'); ?>" /></td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td><?php print $PALANG['pUsersVacation_body'] . ":"; ?></td> <td><?php print $PALANG['pUsersVacation_body'] . ":"; ?></td>
<td> <td>
<textarea rows="10" cols="80" name="fBody"> <textarea rows="10" cols="80" name="fBody">
<?php print htmlentities($tBody, ENT_QUOTES, 'UTF-8'); ?> <?php print htmlentities($tBody, ENT_QUOTES, 'UTF-8'); ?>
</textarea> </textarea>
</td> </td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td colspan="3" class="hlp_center"> <td colspan="3" class="hlp_center">
<input class="button" type="submit" name="fAway" value="<?php print $PALANG['pUsersVacation_button_away']; ?>" /> <input class="button" type="submit" name="fAway" value="<?php print $PALANG['pUsersVacation_button_away']; ?>" />
<input class="button" type="submit" name="fBack" value="<?php print $PALANG['pUsersVacation_button_back']; ?>" /> <input class="button" type="submit" name="fBack" value="<?php print $PALANG['pUsersVacation_button_back']; ?>" />
<input class="button" type="submit" name="fCancel" value="<?php print $PALANG['exit']; ?>" /> <input class="button" type="submit" name="fCancel" value="<?php print $PALANG['exit']; ?>" />
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="3" class="standout"><?php print $tMessage; ?></td> <td colspan="3" class="standout"><?php print $tMessage; ?></td>
</tr> </tr>
</table> </table>
</form> </form>
</div> </div>

Loading…
Cancel
Save