* in fieldset

This commit is contained in:
age 2007-01-30 03:31:34 +00:00
parent 0cdf82b7aa
commit 14188be2ab
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Name = System preferences
Link = Preferences
Title.Preferences = Preferences
Title = Preferences
Title.Prefs = Configure your CryptoBox

View File

@ -1,9 +1,11 @@
<?cs # $Id$ ?>
<h1><?cs var:html_escape(Lang.Plugins.system_preferences.Title.Preferences) ?></h1>
<?cs call:show_plugin_title() ?>
<?cs call:handle_messages() ?>
<fieldset>
<legend><?cs var:html_escape(Lang.Plugins.system_preferences.Title.Prefs) ?></legend>
<?cs # sort the Plugins - using the most stupid way :) ?>
<?cs loop: order = #0, #100, #1
?><?cs # plugins ?><?cs each:x = Settings.PluginList
@ -18,4 +20,5 @@
/each ?><?cs
/loop ?>
</fieldset>