filedepot_searchtag.tpl.php in filedepot 7
tagsearchlink.tpl.php
1 theme call to filedepot_searchtag.tpl.php
File
theme/filedepot_searchtag.tpl.phpView source
<?php
/**
* @file
* tagsearchlink.tpl.php
*/
?>
<span class="searchtag"><?php
print $label;
?></span><span class="removetag"><a href="#" onClick="makeAJAXSearchTags('removetag','<?php
print $searchtag;
?>');return false;" TITLE="<?php
print $LANG_removetag;
?>">x</a></span>