some exceptions were renamed

help-plugin and "Get help" now use different icons
master
lars 17 years ago
parent 99bdefa7da
commit 516a3c7d8e

@ -14,14 +14,14 @@ import logging
from CryptoBoxExceptions import *
"""exceptions:
VolumeIsActive
NameActivelyUsed
InvalidName
InvalidPassword
InvalidType
CreateError
MountError
ChangePasswordError
CBVolumeIsActive
CBNameActivelyUsed
CBInvalidName
CBInvalidPassword
CBInvalidType
CBCreateError
CBMountError
CBChangePasswordError
"""
class CryptoBoxContainer:

@ -157,7 +157,7 @@ def:help_link(pagename) ?><?cs
<div class="help_link">
<a href="<?cs call:link('help','page',pagename,'','') ?>" title="<?cs var:html_escape(Lang.Button.HelpForForm) ?>">
<?cs var:html_escape(Lang.Button.HelpForForm) ?>
<img class="message_symbol" src="/icons/help" alt="icon: help" />
<img class="message_symbol" src="cryptobox-misc/icon_get_help.png" alt="icon: help" />
</a></div><?cs
/def ?><?cs

Loading…
Cancel
Save