Bootstrap 2 changes:
- twipsy() to tooltip() and above to top - .tabs to .nav-tabs
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<input name="q" value="[% params.q %]" type="hidden"/>
|
||||
<div class="clearfix">
|
||||
<a class="field_clear_icon" href="#"
|
||||
rel="twipsy" data-placement="above" data-offset="3" title="Show all Ports">
|
||||
rel="tooltip" data-placement="top" data-offset="3" title="Show all Ports">
|
||||
<img src="[% uri_base %]/images/tango_sweep.png"/></a>
|
||||
<input class="nd_port_query span3" placeholder="Port, Name or VLAN"
|
||||
name="f" value="[% params.f %]" type="text"
|
||||
rel="twipsy" data-placement="left" data-offset="5" title="Filter by Port, Name or VLAN"/>
|
||||
rel="tooltip" data-placement="left" data-offset="5" title="Filter by Port, Name or VLAN"/>
|
||||
</div>
|
||||
<div class="clearfix">
|
||||
<a href="#" id="nd_collapse_legend"><label>Legend</label></a>
|
||||
@@ -62,7 +62,7 @@
|
||||
</li>
|
||||
<p></p>
|
||||
<li>
|
||||
<span rel="twipsy" data-placement="left" data-offset="5" title="Free if Down for this period of time">
|
||||
<span rel="tooltip" data-placement="left" data-offset="5" title="Free if Down for this period of time">
|
||||
<select class="nd_days_select" name="age_num"/>
|
||||
[% SET count = 1 %]
|
||||
[% WHILE count < 32 %]
|
||||
|
||||
Reference in New Issue
Block a user