What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Fixed xfa_dm_search_form { phrase: xfa_dm_search_only_in_document}

sinbad

Member
Hi,
Template: xfa_dm_search_form
Code:
<xen:if is="{$search.document}">
        <xen:require css="xfa_dm_search_form_document.css" />
        <dl class="ctrlUnit" id="documentConstraint">
            <dt>{xen:phrase xfa_dm_search_only_in_document}:</dt>
            <dd><a href="javascript:" title="{xen:phrase remove_filter}" id="TitleRemove">x</a>
                <a href="{xen:link documents, $search.thread}" class="title">{$search.document.title}</a>
                <input type="hidden" name="document_id" value="{$search.document.document_id}" /></dd>
        </dl>
    </xen:if>

xfa_dm_search_only_in_document - ZERO
regards
 
Top