diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-15 14:53:25 +0000 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-12-15 14:53:25 +0000 |
commit | 049f08e6ad6d79c06d924e609d2af77a47f0c9c1 (patch) | |
tree | 785f1fea22399ef7f48b8818abda3ce7b9ff0e56 /view/tpl/suggest_widget.tpl | |
parent | 5f08bd05c3b1f89543172fdcf6e2471e63be4570 (diff) | |
parent | ce88f0ab6a98bc2e6afffc44699c23d2d9575057 (diff) | |
download | volse-hubzilla-049f08e6ad6d79c06d924e609d2af77a47f0c9c1.tar.gz volse-hubzilla-049f08e6ad6d79c06d924e609d2af77a47f0c9c1.tar.bz2 volse-hubzilla-049f08e6ad6d79c06d924e609d2af77a47f0c9c1.zip |
Merge pull request #744 from pafcu/searchhelp
Add hint on how to use search box
Diffstat (limited to 'view/tpl/suggest_widget.tpl')
-rw-r--r-- | view/tpl/suggest_widget.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/suggest_widget.tpl b/view/tpl/suggest_widget.tpl index eba8b496e..7b9afa668 100644 --- a/view/tpl/suggest_widget.tpl +++ b/view/tpl/suggest_widget.tpl @@ -1,4 +1,4 @@ -<div class="widget"> +<div class="widget suggestions-widget"> <h3>{{$title}}</h3> {{if $entries}} {{foreach $entries as $child}} @@ -7,4 +7,4 @@ {{/if}} <div class="clear"></div> <div class="suggest-widget-more"><a href="suggest">{{$more}}</a></div> -</div>
\ No newline at end of file +</div> |