forgot to commti these changes
This commit is contained in:
parent
697d5f9b0c
commit
bb16749b81
2 changed files with 6 additions and 3 deletions
|
@ -55,6 +55,7 @@ Lang {
|
||||||
Protocol = Protokoll anzeigen
|
Protocol = Protokoll anzeigen
|
||||||
Documentation = Hilfe
|
Documentation = Hilfe
|
||||||
Status = Status
|
Status = Status
|
||||||
|
System = System
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,10 @@
|
||||||
<?cs /if ?>
|
<?cs /if ?>
|
||||||
|
|
||||||
<?cs # manual ?>
|
<?cs # manual ?>
|
||||||
<a href="<?cs call:link('action','doc','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Documentation) ?>"><?cs var:html_escape(Lang.Button.Documentation) ?></a>
|
<!-- <a href="<?cs call:link('action','doc','','','','') ?>" title="<?cs var:html_escape(Lang.Button.Documentation) ?>"><?cs var:html_escape(Lang.Button.Documentation) ?></a>-->
|
||||||
|
|
||||||
<?cs # system ?>
|
<a href="/status" title="<?cs var:html_escape(Lang.Button.Status) ?>"><?cs var:html_escape(Lang.Button.Status) ?></a>
|
||||||
<a href="<?cs call:link('action','system_ask','','','','') ?>" title="<?cs var:html_escape(Lang.Button.System) ?>"><?cs var:html_escape(Lang.Button.System) ?></a>
|
<a href="/doc" title="<?cs var:html_escape(Lang.Button.Documentation) ?>"><?cs var:html_escape(Lang.Button.Documentation) ?></a>
|
||||||
|
<a href="/logs" title="<?cs var:html_escape(Lang.Button.Protocol) ?>"><?cs var:html_escape(Lang.Button.Protocol) ?></a>
|
||||||
|
<a href="/system" title="<?cs var:html_escape(Lang.Button.System) ?>"><?cs var:html_escape(Lang.Button.System) ?></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue