| 1 |
{# |
| 2 |
Responsive Menu Jinja template file. |
| 3 |
Safe to Copy |
| 4 |
#} |
| 5 |
|
| 6 |
<tr> |
| 7 |
<td class="col-left col-md-3"> |
| 8 |
<label class="control-label">Reset Options</label> |
| 9 |
<div class="sub-text">This will reset your plugin options back to their defaults.</div> |
| 10 |
<div class="sub_sub_title">Warning: This is a destructive process and can't be undone.</div> |
| 11 |
</td> |
| 12 |
<td class="col-right text-right" style="padding-right: 90px;"> |
| 13 |
<button name='responsive-menu-reset' type='submit' class='btn btn-danger btn-lg btn-rm'>Reset Options</button> |
| 14 |
</td> |
| 15 |
</tr> |
| 16 |
<tr> |
| 17 |
<td class="col-left col-md-3"> |
| 18 |
<label class="control-label">Rebuild Database</label> |
| 19 |
<div class="sub-text">This will rebuild the database table if you are having issues.</div> |
| 20 |
<div class="sub_sub_title">Warning: This is a destructive process and can't be undone.</div> |
| 21 |
</td> |
| 22 |
<td class="col-right text-right" style="padding-right: 90px;"> |
| 23 |
<button name='responsive-menu-rebuild-db' type='submit' class='btn btn-danger btn-lg btn-rm'>Rebuild Database</button> |
| 24 |
</td> |
| 25 |
</tr> |
| 26 |
|