summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/templates/page-serverlist.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-10-13 15:13:38 +0200
committerSimon Rettberg2017-10-13 15:13:38 +0200
commitda6ecc50178f51d4fefe9730d88d4aa88f90dba4 (patch)
tree8d6dfa82d8d2926645b34aa3e5bc2be5265c1255 /modules-available/dnbd3/templates/page-serverlist.html
parent[dnbd3] Show free space, fix styling, add help texts and strings (de) (diff)
downloadslx-admin-da6ecc50178f51d4fefe9730d88d4aa88f90dba4.tar.gz
slx-admin-da6ecc50178f51d4fefe9730d88d4aa88f90dba4.tar.xz
slx-admin-da6ecc50178f51d4fefe9730d88d4aa88f90dba4.zip
[dnbd3] Implement settings dialog for automatic proxies
Diffstat (limited to 'modules-available/dnbd3/templates/page-serverlist.html')
-rw-r--r--modules-available/dnbd3/templates/page-serverlist.html29
1 files changed, 17 insertions, 12 deletions
diff --git a/modules-available/dnbd3/templates/page-serverlist.html b/modules-available/dnbd3/templates/page-serverlist.html
index 84c587a2..2280511b 100644
--- a/modules-available/dnbd3/templates/page-serverlist.html
+++ b/modules-available/dnbd3/templates/page-serverlist.html
@@ -203,18 +203,23 @@
<div id="server-edit-modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal">&times;</button>
- <h4 class="modal-title"><b>{{lang_editProxyHeading}}</b></h4>
- </div>
- <div class="modal-body" id="server-edit-body">
- .
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-primary pull-right" data-dismiss="modal">
- {{lang_close}}
- </button>
- </div>
+ <form method="post" action="?do=dnbd3">
+ <input type="hidden" name="token" value="{{token}}">
+ <input type="hidden" name="action" value="editserver">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal">&times;</button>
+ <h4 class="modal-title"><b>{{lang_editProxyHeading}}</b></h4>
+ </div>
+ <div class="modal-body" id="server-edit-body">
+ .
+ </div>
+ <div class="modal-footer">
+ <button type="submit" class="btn btn-primary pull-right">
+ <span class="glyphicon glyphicon-floppy-disk"></span>
+ {{lang_save}}
+ </button>
+ </div>
+ </form>
</div>
</div>
</div>