some exceptions were renamed

help-plugin and "Get help" now use different icons
This commit is contained in:
lars 2006-11-07 13:53:15 +00:00
parent 99bdefa7da
commit 516a3c7d8e
2 changed files with 9 additions and 9 deletions

View File

@ -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:

View File

@ -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