SF.net SVN: postfixadmin:[1110] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2011-07-22 21:08:39
|
Revision: 1110 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=1110&view=rev Author: christian_boltz Date: 2011-07-22 21:08:33 +0000 (Fri, 22 Jul 2011) Log Message: ----------- variables.inc.php, admin_edit-domain.tpl, create-alias-domain.tpl, edit-alias.tpl, edit-vacation.tpl, password.tpl: - remove now unused $tMessage (the change in variables.inc.php was not contained in Dale's patch) This commit is part of the huge cleanup patch by Dale Blount (lnxus@SF), https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3370510&group_id=191583 Modified Paths: -------------- trunk/templates/admin_edit-domain.tpl trunk/templates/create-alias-domain.tpl trunk/templates/edit-alias.tpl trunk/templates/edit-vacation.tpl trunk/templates/password.tpl trunk/variables.inc.php Modified: trunk/templates/admin_edit-domain.tpl =================================================================== --- trunk/templates/admin_edit-domain.tpl 2011-07-22 20:59:41 UTC (rev 1109) +++ trunk/templates/admin_edit-domain.tpl 2011-07-22 21:08:33 UTC (rev 1110) @@ -59,9 +59,6 @@ <td> </td> <td colspan="2"><input type="submit" class="button" name="submit" value="{$PALANG.save}" /></td> </tr> - <tr> - <td colspan="3" class="standout">{$tMessage}</td> - </tr> </table> </form> </div> Modified: trunk/templates/create-alias-domain.tpl =================================================================== --- trunk/templates/create-alias-domain.tpl 2011-07-22 20:59:41 UTC (rev 1109) +++ trunk/templates/create-alias-domain.tpl 2011-07-22 21:08:33 UTC (rev 1110) @@ -21,9 +21,6 @@ <td> </td> </tr> {/if} - <tr> - <td colspan="3" class="standout">{$tMessage}</td> - </tr> {if $alias_domains} <tr> <td> </td> Modified: trunk/templates/edit-alias.tpl =================================================================== --- trunk/templates/edit-alias.tpl 2011-07-22 20:59:41 UTC (rev 1109) +++ trunk/templates/edit-alias.tpl 2011-07-22 21:08:33 UTC (rev 1110) @@ -24,9 +24,6 @@ <td> </td> <td colspan="2"><input class="button" type="submit" name="submit" value="{$PALANG.save}" /></td> </tr> - <tr> - <td colspan="3" class="standout">{$tMessage}</td> - </tr> </table> </form> </div> Modified: trunk/templates/edit-vacation.tpl =================================================================== --- trunk/templates/edit-vacation.tpl 2011-07-22 20:59:41 UTC (rev 1109) +++ trunk/templates/edit-vacation.tpl 2011-07-22 21:08:33 UTC (rev 1110) @@ -63,9 +63,6 @@ <input class="button" type="button" name="fCancel" value="{$PALANG.exit}" onclick="newLocation()" /> </td> </tr> - <tr> - <td colspan="3" class="standout">{$tMessage}</td> - </tr> </table> </form> </div> Modified: trunk/templates/password.tpl =================================================================== --- trunk/templates/password.tpl 2011-07-22 20:59:41 UTC (rev 1109) +++ trunk/templates/password.tpl 2011-07-22 21:08:33 UTC (rev 1110) @@ -29,9 +29,6 @@ <td><input class="button" type="submit" name="submit" value="{$PALANG.pPassword_button}" /></td> <td> </td> </tr> - <tr> - <td colspan="3" class="standout">{$tMessage}</td> - </tr> </table> </form> </div> Modified: trunk/variables.inc.php =================================================================== --- trunk/variables.inc.php 2011-07-22 20:59:41 UTC (rev 1109) +++ trunk/variables.inc.php 2011-07-22 21:08:33 UTC (rev 1110) @@ -70,7 +70,6 @@ $tMailbox = ""; $tMailboxes = ""; $tMaxquota = ""; -$tMessage = " "; $tName = ""; $tQuota = ""; $tSubject = ""; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |