Files
netdisco/Netdisco/share/views/sidebar/search/port.tt
Oliver Gorwits 80ffbd5963 Partial search on Device Port MAC address
Implement sql_match helper func for wildcard translation.
2014-03-02 19:09:31 +00:00

15 lines
776 B
Plaintext

<p class="nd_sidebar-title"><em>Port Search Options</em></p>
<input name="q" value="[% params.q | html_entity %]" type="hidden"/>
<div class="clearfix input-prepend">
<label class="add-on">
<input type="checkbox" id="port_partial"
name="partial"[% ' checked="checked"' IF params.partial %]/>
</label>
<label class="nd_checkboxlabel" for="port_partial">
<span class="nd_searchcheckbox uneditable-input">Partial Match</span>
</label>
</div>
<button id="[% tab.tag %]_submit" type="submit" class="btn btn-info">
<i class="icon-search icon-large pull-left nd_navbar-icon"></i> Search Ports</button>