mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Add plugins tab, render system/plugins template
This commit is contained in:
parent
66e35c564c
commit
117370efcf
@ -18,6 +18,7 @@
|
|||||||
<li role="presentation" class="nav-item"><a class="nav-link" id="themetab" href="#theme" aria-controls="theme" role="tab" data-bs-toggle="tab"><?php echo _("Theme"); ?></a></li>
|
<li role="presentation" class="nav-item"><a class="nav-link" id="themetab" href="#theme" aria-controls="theme" role="tab" data-bs-toggle="tab"><?php echo _("Theme"); ?></a></li>
|
||||||
<li role="presentation" class="nav-item"><a class="nav-link" id="advancedtab" href="#advanced" aria-controls="advanced" role="tab" data-bs-toggle="tab"><?php echo _("Advanced"); ?></a></li>
|
<li role="presentation" class="nav-item"><a class="nav-link" id="advancedtab" href="#advanced" aria-controls="advanced" role="tab" data-bs-toggle="tab"><?php echo _("Advanced"); ?></a></li>
|
||||||
<li role="presentation" class="nav-item"><a class="nav-link" id="toolstab" href="#tools" aria-controls="tools" role="tab" data-bs-toggle="tab"><?php echo _("Tools"); ?></a></li>
|
<li role="presentation" class="nav-item"><a class="nav-link" id="toolstab" href="#tools" aria-controls="tools" role="tab" data-bs-toggle="tab"><?php echo _("Tools"); ?></a></li>
|
||||||
|
<li role="presentation" class="nav-item"><a class="nav-link" id="pluginstab" href="#plugins" aria-controls="plugins" role="tab" data-bs-toggle="tab"><?php echo _("Plugins"); ?></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<!-- Tab panes -->
|
<!-- Tab panes -->
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
@ -26,6 +27,7 @@
|
|||||||
<?php echo renderTemplate("system/theme", $__template_data) ?>
|
<?php echo renderTemplate("system/theme", $__template_data) ?>
|
||||||
<?php echo renderTemplate("system/advanced", $__template_data) ?>
|
<?php echo renderTemplate("system/advanced", $__template_data) ?>
|
||||||
<?php echo renderTemplate("system/tools", $__template_data) ?>
|
<?php echo renderTemplate("system/tools", $__template_data) ?>
|
||||||
|
<?php echo renderTemplate("system/plugins", $__template_data) ?>
|
||||||
</div><!-- /.tab-content -->
|
</div><!-- /.tab-content -->
|
||||||
</form>
|
</form>
|
||||||
</div><!-- /.card-body -->
|
</div><!-- /.card-body -->
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!-- reset tab -->
|
<!-- tools tab -->
|
||||||
<div role="tabpanel" class="tab-pane" id="tools">
|
<div role="tabpanel" class="tab-pane" id="tools">
|
||||||
<h4 class="mt-3"><?php echo _("System tools") ;?></h4>
|
<h4 class="mt-3"><?php echo _("System tools") ;?></h4>
|
||||||
<?php if (!RASPI_MONITOR_ENABLED) : ?>
|
<?php if (!RASPI_MONITOR_ENABLED) : ?>
|
||||||
@ -36,4 +36,3 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user