]> git.sur5r.net Git - contagged/blobdiff - templates/list_filter.tpl
changed multifield character from * to _
[contagged] / templates / list_filter.tpl
index 1b9f714cd3f89993eccc4770673efcb9f3776596..ac0dab4a84a6b92923c164d73a4f97be45dd4bc3 100644 (file)
   <a href="index.php?filter=y">Y</a>
   <a href="index.php?filter=z">Z</a>
   <a href="index.php?filter=other">#</a>
+  <a href="index.php?filter=*">*</a>
 </td>
-{if $conf.extended}
+{if $conf.openxchange}
 <td class="filterrow" align="right">
   <form method="get" action="index.php" style="display:inline">
-    <select name="marker" class="searchfield">
-      <option value="">--- {$lang.marker} ---</option>
-      {html_options values=$markers output=$markers selected=$smarty.request.marker}
+    <select name="categories" class="searchfield">
+      <option value="">--- {$lang.categories} ---</option>
+      {html_options values=$categories output=$categories selected=$smarty.request.categories}
     </select>
     <input type="submit" value="{$lang.search}" class="searchbutton">
   </form>
 </td>
 {/if}
+
+{if $conf.extended}
 <td class="filterrow" align="right">
   <form method="get" action="index.php" style="display:inline">
+    <a href="tags.php">{$lang.marker}</a>:
+    <input name="marker" class="searchfield" type="text" id="taglookup" value="{$smarty.request.marker|escape}"/>
+    <input type="submit" value="{$lang.search}" class="searchbutton">
+  </form>
+</td>
+<div id="tagresult" class="autocomplete"></div>
+
+{/if}
+<td class="filterrow" align="right">
+  <form method="get" action="index.php" style="display:inline" accept-charset="utf-8">
     <input type="text" name="search" class="searchfield" value="{$smarty.request.search}">
     <input type="submit" value="{$lang.search}" class="searchbutton">
   </form>