Added Wifi conf link to the bottom navbar, auto-expand Station config box
This commit is contained in:
@@ -16,6 +16,11 @@ return [
|
|||||||
|
|
||||||
'title.term' => 'Terminal',
|
'title.term' => 'Terminal',
|
||||||
|
|
||||||
|
'term_nav.config' => 'Config',
|
||||||
|
'term_nav.wifi' => 'WiFi',
|
||||||
|
'term_nav.help' => 'Help',
|
||||||
|
'term_nav.about' => 'About',
|
||||||
|
|
||||||
'net.ap' => 'DHCP Server (AP)',
|
'net.ap' => 'DHCP Server (AP)',
|
||||||
'net.sta' => 'DHCP Client (Station)',
|
'net.sta' => 'DHCP Client (Station)',
|
||||||
'net.sta_mac' => 'Station MAC',
|
'net.sta_mac' => 'Station MAC',
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form class="Box str mobcol" action="<?= e(url('wifi_set')) ?>" method="GET" id="form-2">
|
<form class="Box str mobcol expanded" action="<?= e(url('wifi_set')) ?>" method="GET" id="form-2">
|
||||||
<h2 tabindex=0><?= tr('wifi.sta') ?></h2>
|
<h2 tabindex=0><?= tr('wifi.sta') ?></h2>
|
||||||
|
|
||||||
<div class="Row checkbox x-sta-toggle">
|
<div class="Row checkbox x-sta-toggle">
|
||||||
|
|||||||
@@ -26,9 +26,10 @@
|
|||||||
|
|
||||||
<nav id="botnav">
|
<nav id="botnav">
|
||||||
<a href="#" onclick="toggleSoftKb(true); return false" class="icn-keyboard mq-tablet-max"></a><!--
|
<a href="#" onclick="toggleSoftKb(true); return false" class="icn-keyboard mq-tablet-max"></a><!--
|
||||||
--><a href="<?= url('cfg_term') ?>"><?= tr('menu.settings') ?></a><!--
|
--><a href="<?= url('cfg_term') ?>"><?= tr('term_nav.config') ?></a><!--
|
||||||
--><a href="<?= url('help') ?>">Help</a><!--
|
--><a href="<?= url('cfg_wifi') ?>"><?= tr('term_nav.wifi') ?></a><!--
|
||||||
--><a href="<?= url('about') ?>">About</a>
|
--><a href="<?= url('help') ?>"><?= tr('term_nav.help') ?></a><!--
|
||||||
|
--><a href="<?= url('about') ?>"><?= tr('term_nav.about') ?></a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user