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 * from CryptoBoxExceptions import *
"""exceptions: """exceptions:
VolumeIsActive CBVolumeIsActive
NameActivelyUsed CBNameActivelyUsed
InvalidName CBInvalidName
InvalidPassword CBInvalidPassword
InvalidType CBInvalidType
CreateError CBCreateError
MountError CBMountError
ChangePasswordError CBChangePasswordError
""" """
class CryptoBoxContainer: class CryptoBoxContainer:

View File

@ -157,7 +157,7 @@ def:help_link(pagename) ?><?cs
<div class="help_link"> <div class="help_link">
<a href="<?cs call:link('help','page',pagename,'','') ?>" title="<?cs var:html_escape(Lang.Button.HelpForForm) ?>"> <a href="<?cs call:link('help','page',pagename,'','') ?>" title="<?cs var:html_escape(Lang.Button.HelpForForm) ?>">
<?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 </a></div><?cs
/def ?><?cs /def ?><?cs