spelling and some html fixes

This commit is contained in:
age 2007-07-27 11:30:26 +00:00
parent 7df6cb5e85
commit d2d974c18b
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<?cs call:handle_messages() ?> <?cs call:handle_messages() ?>
<?cs if:Data.activeDisksCount >= 1 ?> <?cs if:Data.activeDisksCount >= 1 ?>
<fieldset> <fieldset>
<legend> <legend>
<?cs call:show_plugin_icon() ?> <?cs call:show_plugin_icon() ?>
<?cs var:html_escape(Lang.Plugins.disks.Active) ?> <?cs var:html_escape(Lang.Plugins.disks.Active) ?>
@ -14,8 +14,8 @@
<?cs call:show_volume(Data.Disks[index]) ?> <?cs call:show_volume(Data.Disks[index]) ?>
<?cs /if ?> <?cs /if ?>
<?cs /loop ?> <?cs /loop ?>
</fieldset>
<?cs /if ?> <?cs /if ?>
</fieldset>
<fieldset> <fieldset>
<legend> <legend>

View File

@ -1,7 +1,7 @@
Name = User manager Name = User manager
Link = Users Link = Users
Title = User Manager Title = User manager
Title { Title {
AddUser = Add new user AddUser = Add new user
DelUser = Remove user DelUser = Remove user

View File

@ -71,7 +71,7 @@ if:subcount(Data.StylesheetFiles) > 0
<tr><td colspan="3"><div id="head"> <tr><td colspan="3"><div id="head">
<table> <table>
<tr><td> <tr><td>
<a href=<a href="<?cs call:link("", "", "", "", "") <a href="<?cs call:link("", "", "", "", "")
?>" title="CryptoBox"><img src="cryptobox-misc/cbx_logo_left.png" ?>" title="CryptoBox"><img src="cryptobox-misc/cbx_logo_left.png"
alt="icon: logo" /></a> alt="icon: logo" /></a>
<h2><?cs var:html_escape(Lang.Title.Slogan) ?></h2> <h2><?cs var:html_escape(Lang.Title.Slogan) ?></h2>