aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/tpl/saved_searches_aside.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
committerfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
commit6db8b5bbd213693587de6d696e401d5b936b3b80 (patch)
treeacb3019ae59310c6fe14238cc698ed13e7907f07 /view/theme/quattro/tpl/saved_searches_aside.tpl
parent295b865d065b12c6686592bd34739ac9d9b87978 (diff)
downloadvolse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.gz
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.bz2
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.zip
All the themes except one are horked anway
Diffstat (limited to 'view/theme/quattro/tpl/saved_searches_aside.tpl')
-rw-r--r--view/theme/quattro/tpl/saved_searches_aside.tpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/view/theme/quattro/tpl/saved_searches_aside.tpl b/view/theme/quattro/tpl/saved_searches_aside.tpl
deleted file mode 100644
index 9c10a26de..000000000
--- a/view/theme/quattro/tpl/saved_searches_aside.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-<div id="saved-search-list" class="widget">
- <h3 class="title">$title</h3>
-
- <ul id="saved-search-ul">
- {{ for $saved as $search }}
- <li class="tool {{if $search.selected}}selected{{endif}}">
- <a href="network/?f=&search=$search.encodedterm" class="label" >$search.term</a>
- <a href="network/?f=&remove=1&search=$search.encodedterm" class="action icon s10 delete" title="$search.delete" onclick="return confirmDelete();"></a>
- </li>
- {{ endfor }}
- </ul>
-
- $searchbox
-
-</div>