Elastic: Fix calendar folder search

This commit is contained in:
Aleksander Machniak 2018-04-03 12:53:38 +02:00
parent 4dd6eb5893
commit bc9325b467

View file

@ -11,7 +11,7 @@
<div id="calendar-search" class="searchbar toolbar" role="search" aria-labelledby="aria-label-calendarsearchform">
<h2 id="aria-label-calendarsearchform" class="voice"><roundcube:label name="calendar.arialabelcalsearchform" /></h2>
<form name="foldersearchform" onsubmit="return false">
<input id="calendarsearch" type="text" name="q" placeholder="<roundcube:label name="searchplaceholder" />" />
<input id="calendarlistsearch" type="text" name="q" placeholder="<roundcube:label name="searchplaceholder" />" />
<a class="button reset" href="#" onclick="return rcmail.command(\'reset-listsearch\',null,this,event)" title="<roundcube:label name="resetsearch" />" tabindex="0">
<span class="inner"><roundcube:label name="resetsearch" /></span>
</a>