mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
525 B
15 lines
525 B
<ul class="active">
|
|
<li onclick="Roster_ajaxDisplaySearch()">
|
|
<span class="icon">
|
|
<i class="md md-person-add"></i>
|
|
</span>
|
|
</li>
|
|
</ul>
|
|
<span id="menu" class="on_mobile icon" onclick="MovimTpl.toggleMenu()"><i class="md md-menu"></i></span>
|
|
<span class="on_desktop icon"><i class="md md-search"></i></span>
|
|
|
|
<form>
|
|
<div onclick="Roster.init();">
|
|
<input type="text" name="search" id="rostersearch" autocomplete="off" placeholder="{$c->__('roster.search');}"/>
|
|
</div>
|
|
</form>
|