implemented loopback option SRM

This commit is contained in:
2017-09-06 14:44:42 +02:00
parent 6d98d2c6da
commit 5f6566a6fd
8 changed files with 61 additions and 14 deletions
+6
View File
@@ -152,6 +152,12 @@
<input type="hidden" id="show_config_links" name="show_config_links" value="%show_config_links%">
</div>
<div class="Row checkbox" >
<label><?= tr('term.loopback') ?></label><!--
--><span class="box" tabindex=0 role=checkbox></span>
<input type="hidden" id="loopback" name="loopback" value="%loopback%">
</div>
<div class="Row buttons">
<a class="button icn-ok" href="#" onclick="qs('#form-2').submit()"><?= tr('apply') ?></a>
</div>