Commit 4b3a556b authored by Ad Schellevis's avatar Ad Schellevis

(IDS) move multiselect on top, for https://github.com/opnsense/core/issues/1129

parent 342337f3
...@@ -529,6 +529,16 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -529,6 +529,16 @@ POSSIBILITY OF SUCH DAMAGE.
</div> </div>
</td> </td>
<td> <td>
<table class="table table-condensed table-responsive">
<tr>
<td>
<button data-toggle="tooltip" title="{{ lang._('Disable selected') }}" id="disableSelectedRuleSets" type="button" class="btn btn-xs btn-default"><span class="fa fa-square-o command-toggle"></span></button>
<button data-toggle="tooltip" title="{{ lang._('Enable selected') }}" id="enableSelectedRuleSets" type="button" class="btn btn-xs btn-default"><span class="fa fa-check-square-o command-toggle"></span></button>
&nbsp;<small>{{lang._('Use selectboxes on the left for multiselect') }}</small>
</td>
</tr>
</tr>
</table>
<table id="grid-rule-files" class="table table-condensed table-hover table-striped table-responsive" data-editDialog="DialogRuleset"> <table id="grid-rule-files" class="table table-condensed table-hover table-striped table-responsive" data-editDialog="DialogRuleset">
<thead> <thead>
<tr> <tr>
...@@ -541,15 +551,6 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -541,15 +551,6 @@ POSSIBILITY OF SUCH DAMAGE.
</thead> </thead>
<tbody> <tbody>
</tbody> </tbody>
<tfoot>
<tr>
<td></td>
<td>
<button title="{{ lang._('Disable selected') }}" id="disableSelectedRuleSets" type="button" class="btn btn-xs btn-default"><span class="fa fa-square-o command-toggle"></span></button>
<button title="{{ lang._('Enable selected') }}" id="enableSelectedRuleSets" type="button" class="btn btn-xs btn-default"><span class="fa fa-check-square-o command-toggle"></span></button>
</td>
</tr>
</tfoot>
</table> </table>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment