[postfixadmin:patches] #134 Optional Version Number in Footer
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <chr...@us...> - 2017-02-12 22:46:56
|
I just accepted https://github.com/postfixadmin/postfixadmin/pull/19 which allows to hide the "check for updates" footer using a line of custom CSS. I know this is not exactly what this patch asked for, but still - is this "good enough" for you? ;-) @Rob: if the Debian packaging is still an issue for you in 3.0.2, please open a new issue on github to make sure it doesn't get lost. --- ** [patches:#134] Optional Version Number in Footer** **Status:** open **Group:** SVN (please specify revision!) **Created:** Fri Sep 30, 2016 10:24 PM UTC by Daniel Laxar **Last Updated:** Sat Nov 05, 2016 12:09 AM UTC **Owner:** nobody **Attachments:** - [optional_version_in_footer.diff](https://sourceforge.net/p/postfixadmin/patches/134/attachment/optional_version_in_footer.diff) (1.5 kB; application/octet-stream) Hi, I felt unsure about displaying the version number of PostfixAdmin on the frontpage (even to unauthorized users). That's why I've created the option to disable displaying of the version & update link. The version and update link will remain in the footer **by default**. However this can now be changed using: ~~~ $CONF['show_version_in_footer'] = 'NO'; ~~~ I've also changed indentation in the template file to use spaces on the codeblocks I've changed. Thanks for considering this patch, dlaxar --- Sent from sourceforge.net because pos...@li... is subscribed to https://sourceforge.net/p/postfixadmin/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/postfixadmin/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |