SF.net SVN: postfixadmin: [276] trunk/templates/users_vacation.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-12-28 21:45:28
|
Revision: 276 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=276&view=rev Author: christian_boltz Date: 2007-12-28 13:45:33 -0800 (Fri, 28 Dec 2007) Log Message: ----------- templates/users_vacation.php: - whitespace changes to match vim: comment (ts=4) Modified Paths: -------------- trunk/templates/users_vacation.php Modified: trunk/templates/users_vacation.php =================================================================== --- trunk/templates/users_vacation.php 2007-12-28 21:42:09 UTC (rev 275) +++ trunk/templates/users_vacation.php 2007-12-28 21:45:33 UTC (rev 276) @@ -2,33 +2,33 @@ <div id="edit_form"> <form name="vacation" method="post"> <table> - <tr> - <td colspan="3"><h3><?php print $PALANG['pUsersVacation_welcome']; ?></h3></td> - </tr> - <tr> - <td><?php print $PALANG['pUsersVacation_subject'] . ":"; ?></td> - <td><input type="text" name="fSubject" value="<?php print htmlentities($tSubject, ENT_QUOTES, 'UTF-8'); ?>" /></td> - <td> </td> - </tr> - <tr> - <td><?php print $PALANG['pUsersVacation_body'] . ":"; ?></td> - <td> + <tr> + <td colspan="3"><h3><?php print $PALANG['pUsersVacation_welcome']; ?></h3></td> + </tr> + <tr> + <td><?php print $PALANG['pUsersVacation_subject'] . ":"; ?></td> + <td><input type="text" name="fSubject" value="<?php print htmlentities($tSubject, ENT_QUOTES, 'UTF-8'); ?>" /></td> + <td> </td> + </tr> + <tr> + <td><?php print $PALANG['pUsersVacation_body'] . ":"; ?></td> + <td> <textarea rows="10" cols="80" name="fBody"> <?php print htmlentities($tBody, ENT_QUOTES, 'UTF-8'); ?> </textarea> - </td> - <td> </td> - </tr> - <tr> - <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="fBack" value="<?php print $PALANG['pUsersVacation_button_back']; ?>" /> - <input class="button" type="submit" name="fCancel" value="<?php print $PALANG['exit']; ?>" /> - </td> - </tr> - <tr> - <td colspan="3" class="standout"><?php print $tMessage; ?></td> - </tr> + </td> + <td> </td> + </tr> + <tr> + <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="fBack" value="<?php print $PALANG['pUsersVacation_button_back']; ?>" /> + <input class="button" type="submit" name="fCancel" value="<?php print $PALANG['exit']; ?>" /> + </td> + </tr> + <tr> + <td colspan="3" class="standout"><?php print $tMessage; ?></td> + </tr> </table> </form> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |