Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
* bug, if tag added to hide-tags, don't show up in photo-details box (single-photo).
* bug, if tag added to hide-tags, don't allow adding to selected-tags list.
* bug, if tag added to hide-tags, random-photo needs to take care of it.
+ * bug, auto-completition seemed not to work on all browser's caused by an in
+ a JavaScript URL.
-- Andreas Unterkircher <unki@netshadow.at> Sat, 13 Apr 2008 11:00:00 +0100
} // resetTags()
/**
- * returns the value for the autocomplet tag-search
+ * returns the value for the autocomplete tag-search
* @return string
*/
public function get_xml_tag_list()
<td>Tag:</td>
<td>
{ if $use_autocomplete }
- <input type="text" name="searchfor_tag" id="searchfor_tag" value="{$searchfor_tag}" size="15" acdropdown="true" autocomplete_list="url:rpc.php?action=getxmltaglist&search=[S]&length=10" />
+ <input type="text" name="searchfor_tag" id="searchfor_tag" value="{$searchfor_tag}" size="15" acdropdown="true" autocomplete_list="url:rpc.php?action=getxmltaglist&search=[S]&length=10" />
{ literal }
<script type="text/javascript">
var options = {
- script: "rpc.php?action=getxmltaglist&",
+ script: "rpc.php?action=getxmltaglist&",
varname: "search",
json: false,
maxresults: 15