Page MenuHomeIn-Portal Phabricator

nothing_found.elm.tpl
No OneTemporary

File Metadata

Created
Sun, Mar 9, 7:24 PM

nothing_found.elm.tpl

<inp2:m_RenderElement design="content_box">
<inp2:m_Capture to_var="header">
<inp2:m_Phrase name="lu_title_SearchResults"/>
</inp2:m_Capture>
<table class="warning-message fullwidth">
<tr>
<td width="30">
<img src="<inp2:m_TemplatesBase module="In-Portal"/>img/warning_icon.gif" width="21" height="18" alt=""/>
</td>
<td>
<inp2:m_phrase name="lu_Warning"/><br />
</td>
</tr>
</table>
<br />
<inp2:m_if check="m_Get" var="keywords_too_short">
<inp2:m_Phrase label="lu_text_KeywordsTooShort"/>!
<inp2:m_else/>
<inp2:m_Phrase label="lu_text_NothingFound"/>!
</inp2:m_if>
</inp2:m_RenderElement>
<inp2:m_ModuleInclude template="elements/content_boxes/pick_items.elm"/>

Event Timeline