renamed links

This commit is contained in:
Rudi Grinberg 2012-11-13 15:10:07 -05:00 committed by denise
parent e0b19cc2d1
commit 15741bdfa9
57 changed files with 140 additions and 140 deletions

View file

@ -1,17 +1,17 @@
<table width="60%" cellpadding="0" cellspacing="0" border="0" class="statustable">
<thead>
<tr class="ui-state-default strong">
<td>Service</td>
<td>Status</td>
<td>Uptime</td>
<td>CPU</td>
<td>Memory</td>
<td><? echo _("Service") ?></td>
<td><? echo _("Status") ?></td>
<td><? echo _("Uptime") ?></td>
<td><? echo _("CPU") ?></td>
<td><? echo _("Memory") ?></td>
</tr>
</thead>
<tbody>
<!--
<tr class="odd">
<td>Airtime Version</td>
<td><? echo _("Airtime Version") ?></td>
<td>1.9.3</td>
<td>&nbsp;</td>
</tr>
@ -27,7 +27,7 @@
</tr>
<?php endforeach; ?>
<tr id="partitions" class="even">
<th colspan="5">Disk Space</th>
<th colspan="5"><? echo _("Disk Space") ?></th>
</tr>
</tbody>
</table>