summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-10-17 20:57:43 -0400
committerMalfurious <m@lfurio.us>2021-10-17 20:57:43 -0400
commit00f0fcc8895df860aaec0421385b6be7c8d8f7db (patch)
treeea1305d7a43f0c8da770b2a6607d075f4daff998 /app
parent108333c7bc34dccc3fbf8bf4e2454a0b1eb2f8eb (diff)
downloadscrott-00f0fcc8895df860aaec0421385b6be7c8d8f7db.tar.gz
scrott-00f0fcc8895df860aaec0421385b6be7c8d8f7db.zip
Remove unfinished pad selection dropdown
The label itself is kept, to describe what page is currently in-view. However, the dropdown functionality is removed for now, since the only options were placeholders. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'app')
-rw-r--r--app/view/stdpage.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php
index 46f89ec..d950140 100644
--- a/app/view/stdpage.php
+++ b/app/view/stdpage.php
@@ -181,7 +181,9 @@ require_once "view/settings.php";
<li><a href="<?=ar()?>/groups" title="My Groups"><span class="glyphicon glyphicon-th"></span></a></li>
<li><a href="<?=ar()?>/pads" title="My Pads"><span class="glyphicon glyphicon-edit"></span></a></li>
- <li class="dropdown">
+ <p class="navbar-text"><?=getPageName()?></p>
+
+ <!--<li class="dropdown">
<a href="#" class="dropdown-toggle" title="Quickjump" data-toggle="dropdown" aria-expanded="false">
<?=getPageName()?> <span class="caret"></span>
</a>
@@ -191,7 +193,7 @@ require_once "view/settings.php";
<li><a href="#">TODO</a></li>
<li><a href="#">TODO</a></li>
</ul>
- </li>
+ </li>-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" title="Create Something" data-toggle="dropdown" aria-expanded="false">