forked from Archives/Athou_commafeed
tweaking display for search results
This commit is contained in:
@@ -52,6 +52,8 @@ view.error_while_loading_feed=Error while loading this feed
|
||||
view.keep_unread=Keep unread
|
||||
view.no_unread_items=has no unread items.
|
||||
view.mark_up_to_here=Mark as read up to here
|
||||
view.search_for=searching for:
|
||||
view.no_search_results=No match found for the requested keywords
|
||||
|
||||
feedsearch.hint=Type in a subscription...
|
||||
feedsearch.help=Use the return key to select and arrow keys to navigate.
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
<a ng-show="feedLink" href="{{feedLink}}" target="_blank">{{name}}</a>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
<span ng-show="name && selectedType == 'category'"> »</span>
|
||||
<span ng-show="name"> »</span>
|
||||
<span ng-show="keywords">${view.search_for} '{{keywords}}'</span>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
@@ -114,7 +114,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="no-entries" ng-show="name && entries.length == 0 && !busy">"{{name}}" ${view.no_unread_items}</div>
|
||||
<div class="no-entries" ng-show="name && entries.length == 0 && !busy">
|
||||
<span ng-show="keywords">${view.no_search_results}</span>
|
||||
<span ng-hide="keywords">"{{name}}" ${view.no_unread_items}</span>
|
||||
</div>
|
||||
<div modal="shortcutsModal" close="shortcutsModal=false" options="shortcutsOpts">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" ng-click="shortcutsModal=false">×</button>
|
||||
|
||||
Reference in New Issue
Block a user