diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-07 22:35:02 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-07 22:35:02 -0700 |
commit | 737a3362d50900a5f26aada14f515c5c857a762f (patch) | |
tree | ae8337e97dd3ae5356daefa0c0da2812511341a0 /view/tpl/saved_searches_aside.tpl | |
parent | f84453497bd5ef4eba8bca84917b8e82d784937a (diff) | |
parent | ee6c53c2e54619a39e16ac2176835adea3b73778 (diff) | |
download | volse-hubzilla-737a3362d50900a5f26aada14f515c5c857a762f.tar.gz volse-hubzilla-737a3362d50900a5f26aada14f515c5c857a762f.tar.bz2 volse-hubzilla-737a3362d50900a5f26aada14f515c5c857a762f.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/saved_searches_aside.tpl')
-rwxr-xr-x | view/tpl/saved_searches_aside.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index 0258a7632..e0983f0dd 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -2,10 +2,10 @@ <h3 id="search">{{$title}}</h3> {{$searchbox}} - <ul id="saved-search-ul"> + <ul id="saved-search-ul" class="nav nav-pills nav-stacked" > {{foreach $saved as $search}} <li id="search-term-{{$search.id}}" class="saved-search-li clear"> - <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="network/?f=&remove=1&search={{$search.encodedterm}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop saved-search-icon" ></i></a> + <a title="{{$search.delete}}" class="pull-right" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="network/?f=&remove=1&search={{$search.encodedterm}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop saved-search-icon" ></i></a> <a id="saved-search-term-{{$search.id}}" class="savedsearchterm{{if $search.selected}} search-selected{{/if}}" href="network/?f=&search={{$search.encodedterm}}">{{$search.displayterm}}</a> </li> {{/foreach}} |