Skip to content

Commit 3dc1b02

Browse files
committed
disable things
1 parent fd28498 commit 3dc1b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wwwroot/include/html/modules/admin/admin-content.modal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<div class="nav flex-column nav-pills col-5 col-sm-3 col-xs-3 col-md-3" id="v-pills-tab" role="tablist" aria-orientation="vertical">
4343
<a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="#v-pills-home" role="tab" aria-controls="v-pills-home" aria-selected="true"><?php echo GET_Lang::nachricht('_OVERVIEW'); ?></a>
4444
<a class="nav-link" id="timesttings-tab" data-toggle="pill" href="#timesttings" role="tab" aria-controls="timesttings" aria-selected="false"><?php echo GET_Lang::nachricht('_U_TIMESETTINGS'); ?></a>
45-
<a class="nav-link" id="netsettings-tab" data-toggle="pill" href="#netsettings" role="tab" aria-controls="netsettings" aria-selected="false"><?php echo GET_Lang::nachricht('_U_NETSETTINGS'); ?></a>
46-
<a class="nav-link disable" id="othersettings-tab" data-toggle="pill" href="#othersettings" role="tab" aria-controls="othersettings" aria-selected="false"><?php echo GET_Lang::nachricht('_U_PLUS'); ?></a>
45+
<a class="nav-link disabled" id="netsettings-tab" data-toggle="pill" href="#netsettings" role="tab" aria-controls="netsettings" aria-selected="false"><?php echo GET_Lang::nachricht('_U_NETSETTINGS'); ?> (disable)</a>
46+
<a class="nav-link disabled" id="othersettings-tab" data-toggle="pill" href="#othersettings" role="tab" aria-controls="othersettings" aria-selected="false"><?php echo GET_Lang::nachricht('_U_PLUS'); ?></a>
4747
</div>
4848

4949
<div class="tab-content col-7 col-sm-9 col-xs-9 col-md-9 modal-user" id="v-pills-tabContent">

0 commit comments

Comments
 (0)