fixed a nasty typo

adapted to new volume name management
This commit is contained in:
lars 2006-11-14 12:32:08 +00:00
parent 7e5980a573
commit 23bb313594
2 changed files with 11 additions and 9 deletions

View file

@ -2,19 +2,19 @@
<style type="text/css"><?cs include:Data.Plugins.partition.StyleSheetFile ?></style>
<?cs # show nothing if the harddisk is not partitionable (e.g. still active) ?>
<?cs if:(Data.Plugins.partition.availSize > 0) || (subcount(Data.Plugins.partition.Parts) > 0) ?>
<h1><?cs var:html_escape(Lang.Plugins.partition.Title.Partition) ?></h1>
<div align="center">
<table class="partition">
<?cs if:(Data.Plugins.partition.availSize > 0) || (subcount(Data.Plugins.partition.Parts) > 0) ?>
<?cs # no table header if the harddisk is not partitionable (e.g. still active) ?>
<tr>
<th><?cs var:html_escape(Lang.Plugins.partition.Text.PartNum) ?></th>
<th><?cs var:html_escape(Lang.Plugins.partition.Text.Size) ?></th>
<th><?cs var:html_escape(Lang.Plugins.partition.Text.PartType) ?></th>
<th></th>
</tr>
<?cs /if ?>
<?cs loop: x = #0, subcount(Data.Plugins.partition.Parts)-1, #1 ?>
<tr>
@ -74,3 +74,5 @@
</ul></p>
<?cs /if ?>
<?cs /if ?>