Update hotkeys in filter stream and search people option titles.

We swapped the function of these hotkeys, but forgot to update these:

* left_sidebar: Update hotkey to 'q' in filter stream option title.
* right_sidebar: Update hotkey to 'w' in search people option title.
This commit is contained in:
Vishwesh Jainkuniya 2017-10-17 10:57:51 +05:30 committed by Tim Abbott
parent fb17481a7f
commit dab029b817
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
<div id="streams_list" class="zoom-out"> <div id="streams_list" class="zoom-out">
<div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Subscribed streams') }}"><a href="">{{ _('STREAMS') }}</a></h4> <div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Subscribed streams') }}"><a href="">{{ _('STREAMS') }}</a></h4>
<i id="streams_inline_cog" class='icon-vector-cog' data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i> <i id="streams_inline_cog" class='icon-vector-cog' data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i>
<i id="streams_filter_icon" class='icon-vector-search' data-toggle="tooltip" title="{{ _('Filter streams') }} (w)"></i> <i id="streams_filter_icon" class='icon-vector-search' data-toggle="tooltip" title="{{ _('Filter streams') }} (q)"></i>
<i id="join_unsub_stream" class="icon-vector-plus" data-toggle="tooltip" title="{{ _('Join stream')}}" ></i> <i id="join_unsub_stream" class="icon-vector-plus" data-toggle="tooltip" title="{{ _('Join stream')}}" ></i>
</div> </div>
<div id="topics_header"> <div id="topics_header">

View File

@ -12,7 +12,7 @@
<h4 class='sidebar-title' id='userlist-title'>{{ _('USERS') }}</h4> <h4 class='sidebar-title' id='userlist-title'>{{ _('USERS') }}</h4>
</div> </div>
<div class="input-append"> <div class="input-append">
<input class="user-list-filter" type="text" placeholder="{{ _('Search people') }}" aria-label="{{ _('Search people') }}" title="{{ _('Search people') }} (q)"/> <input class="user-list-filter" type="text" placeholder="{{ _('Search people') }}" aria-label="{{ _('Search people') }}" title="{{ _('Search people') }} (w)"/>
<button type="button" class="btn clear_search_button" id="clear_search_people_button" disabled="disabled"> <button type="button" class="btn clear_search_button" id="clear_search_people_button" disabled="disabled">
<i class="icon-vector-remove"></i> <i class="icon-vector-remove"></i>
</button> </button>