diff options
author | Malfurious <m@lfurio.us> | 2021-10-17 20:57:43 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-10-17 20:57:43 -0400 |
commit | 00f0fcc8895df860aaec0421385b6be7c8d8f7db (patch) | |
tree | ea1305d7a43f0c8da770b2a6607d075f4daff998 | |
parent | 108333c7bc34dccc3fbf8bf4e2454a0b1eb2f8eb (diff) | |
download | scrott-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>
-rw-r--r-- | app/view/stdpage.php | 6 |
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"> |