mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 02:47:38 +02:00
body.phtml: Add search bar and user-menu placeholders
This commit is contained in:
parent
5183428ddd
commit
b8a34414f5
@ -46,9 +46,9 @@ if ($this->layout()->inlineLayout) {
|
||||
)
|
||||
); ?>
|
||||
</div>
|
||||
<div id="mobile-searchbar">
|
||||
<input type="search">
|
||||
</div>
|
||||
<form id="mobile-searchbar" class="search-control">
|
||||
<input type="search" placeholder="Search everyhing …">
|
||||
</form>
|
||||
<div id="mobile-user-menu">
|
||||
<i class="user-ball">i</i>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user