lars
0a1a7bd383
fixed corrupt language.hdf file for "volume_passwd" (merged from [891]) fixed spelling in "plugin_manager" and "volume_format_fs" (merged from [880]) merged current state of update_po_files.py (removed obsolete revert_unchanged.sh)
19 lines
483 B
Smalltalk
19 lines
483 B
Smalltalk
<?cs # $Id$ ?>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<fieldset>
|
|
<legend>
|
|
<?cs call:show_plugin_icon() ?>
|
|
<?cs var:html_escape(Lang.Plugins.disks.Title) ?>
|
|
</legend>
|
|
<?cs if:subcount(Data.Disks) == 0 ?>
|
|
<?cs call:hint("Plugins.disks.NoDisksAvailable") ?>
|
|
<?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 /loop ?>
|
|
<?cs /if ?>
|
|
</fieldset>
|
|
|