'shutdown' removed from preferences (still available in the main menu)

minor language changes for 'partition' plugin
minor design change
This commit is contained in:
lars 2006-12-19 17:30:50 +00:00
parent e9c48192ee
commit 449116f648
22 changed files with 141 additions and 188 deletions

View file

@ -27,7 +27,7 @@ REDIRECT_DELAY = 120
class shutdown(cryptobox.plugins.base.CryptoBoxPlugin):
plugin_capabilities = [ "system" ]
plugin_visibility = [ "preferences", "menu" ]
plugin_visibility = [ "menu" ]
request_auth = False
rank = 90