diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-11-18 17:04:03 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-11-18 17:04:03 -0200 |
commit | fa5eabb9ffff905b72b85360eb43f716d745e9ad (patch) | |
tree | db3f59d755e12da4f7753e7898de3bcf566ef5b0 /config/postfix/postfix_about.php | |
parent | 6476704901962598163273ad5cc09d71756065a5 (diff) | |
parent | 5de63ed7fed8e7e86686da1346fee0590d8316b2 (diff) | |
download | pfsense-packages-fa5eabb9ffff905b72b85360eb43f716d745e9ad.tar.gz pfsense-packages-fa5eabb9ffff905b72b85360eb43f716d745e9ad.tar.bz2 pfsense-packages-fa5eabb9ffff905b72b85360eb43f716d745e9ad.zip |
Merge pull request #732 from marcelloc/master
Diffstat (limited to 'config/postfix/postfix_about.php')
-rwxr-xr-x | config/postfix/postfix_about.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/postfix/postfix_about.php b/config/postfix/postfix_about.php index 87d0cf69..397c8e06 100755 --- a/config/postfix/postfix_about.php +++ b/config/postfix/postfix_about.php @@ -2,7 +2,7 @@ /* postfix_about.php part of pfSense (https://www.pfsense.org/) - Copyright (C) 2011-2013 Marcello Coutinho <marcellocoutinho@gmail.com> + Copyright (C) 2011-2014 Marcello Coutinho <marcellocoutinho@gmail.com> based on varnish_view_config. All rights reserved. @@ -48,7 +48,7 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <!-- <form action="postfix_view_config.php" method="post"> --> - + <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> @@ -68,7 +68,7 @@ include("head.inc"); ?> </td></tr> <tr> - + <td> <div id="mainarea"> <table class="tabcont" width="100%" border="0" cellpadding="8" cellspacing="0"> @@ -86,11 +86,11 @@ include("head.inc"); If you want that your donation goes to this package developer, make a note on donation forwarding it to me.<br><br>");?></td> </tr> </table> - + </div> </td> </tr> - + </table> <br> |