Merge pull request #6 from g0wfv/develop
Corrected English, merged, tnx!
This commit is contained in:
commit
38020c74dd
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ $lastHeard = getLastHeard($logLines);
|
||||||
<!-- Standard-Panel-Inhalt -->
|
<!-- Standard-Panel-Inhalt -->
|
||||||
<div class="panel-heading">Last Heard List</div>
|
<div class="panel-heading">Last Heard List</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>In the following table you find the last maximum <?php echo LHLINES; ?> heard callsigns on this repeater of the current day</p>
|
<p>In the following table you will find a maximum of the last <?php echo LHLINES; ?> callsigns heard on this repeater for the current day</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Tabelle -->
|
<!-- Tabelle -->
|
||||||
|
@ -44,4 +44,4 @@ for ($i = 0; ($i < LHLINES) AND ($i < count($lastHeard)); $i++) {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<!-- Standard-Panel-Inhalt -->
|
<!-- Standard-Panel-Inhalt -->
|
||||||
<div class="panel-heading">Repeater Info</div>
|
<div class="panel-heading">Repeater Info</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>Some Infos about link-states</p>
|
<p>Some info about link states</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Tabelle -->
|
<!-- Tabelle -->
|
||||||
|
@ -22,4 +22,4 @@
|
||||||
echo"</tr>\n";
|
echo"</tr>\n";
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
<!-- Standard-Panel-Inhalt -->
|
<!-- Standard-Panel-Inhalt -->
|
||||||
<div class="panel-heading">System Info</div>
|
<div class="panel-heading">System Info</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p>In the following table you find some important system information</p>
|
<p>In the following table you will find some important system information</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Tabelle -->
|
<!-- Tabelle -->
|
||||||
|
@ -135,4 +135,4 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue