* added some "tabindex" tags

* activated volumes are now shown in a separated box
This commit is contained in:
age 2007-03-02 00:40:18 +00:00
parent 19ffc14157
commit fe70b7bbbc
4 changed files with 23 additions and 3 deletions

View file

@ -2,6 +2,21 @@
<?cs call:handle_messages() ?>
<?cs if:Data.activeDisksCount >= 1 ?>
<fieldset>
<legend>
<?cs call:show_plugin_icon() ?>
<?cs var:html_escape(Lang.Plugins.disks.Active) ?>
</legend>
<?cs call:show_help(Lang.Plugins.disks.Help.Active) ?>
<?cs loop: index = #0, subcount(Data.Disks[index])-1, #1 ?>
<?cs if Data.Disks[index].active == 1 ?>
<?cs call:show_volume(Data.Disks[index]) ?>
<?cs /if ?>
<?cs /loop ?>
<?cs /if ?>
</fieldset>
<fieldset>
<legend>
<?cs call:show_plugin_icon() ?>
@ -13,7 +28,9 @@
<?cs else ?>
<?cs # we use "loop" instead of "each" to keep the order of the disks ?>
<?cs loop: index = #0, subcount(Data.Disks)-1, #1 ?>
<?cs call:show_volume(Data.Disks[index]) ?>
<?cs if Data.Disks[index].active == 0 ?>
<?cs call:show_volume(Data.Disks[index]) ?>
<?cs /if ?>
<?cs /loop ?>
<?cs /if ?>
</fieldset>

View file

@ -10,5 +10,8 @@ AdviceMessage {
}
}
Active = Active disks
Help.Active = The volumes shown here are currently activated.
Legend = Icon legend
Help.Legend = Here you see all used disk icons and next to each its correlating meaning. Just to make sure: "unencrypted" means that anyone who get's this disk in his/her fingers will be able to read all data stored on it! The options "activated" and "deactivated" are describing the status of the disk inside the CryptoBox and so in your network. If a disk is "activated" its content is available in your network. So if you "activated" an "encrypted" disk, you can access its data in your network. This is symbolized by an opened lock icon.

View file

@ -13,7 +13,7 @@
<table class="user_manager">
<tr><td class="left_column">
<label for="new_user"><?cs var:html_escape(Lang.Plugins.user_manager.Text.NewUser) ?>:</label></td>
<td><input id="new_user" type="text" name="user" size="12" /></td>
<td><input id="new_user" tabindex="1" type="text" name="user" size="12" /></td>
<td></td></tr>
<tr><td class="left_column">
<label for="new_pw"><?cs var:html_escape(Lang.Text.EnterNewPassword) ?>:</label></td>

View file

@ -25,7 +25,7 @@
<td>
<label for="pw"><?cs var:html_escape(Lang.Plugins.volume_mount.Text.EnterCurrentPassword) ?>: </label>
</td><td>
<input type="password" id="pw" name="pw" size="20" maxlength="60" />
<input tabindex="1" type="password" id="pw" name="pw" size="20" maxlength="60" />
</td>
<?cs /if ?>
<td>