]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/templates/mirrors/edit.html
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / templates / mirrors / edit.html
similarity index 88%
rename from src/templates/mirrors-edit.html
rename to src/templates/mirrors/edit.html
index ab6c7f482e9534dbad0bf249ad5f0aad6848c0f9..4be0bac40a7686676b0053eee4be43b298bd729a 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "../base.html" %}
 
 {% block title %}{{ _("Manage mirror %s") % mirror.hostname }}{% end block %}
 
                        </div>
 
                        <div class="control-group">
-                               <label class="control-label" for="enabled">{{ _("Enabled") }}</label>
+                               <label class="control-label">{{ _("Supports HTTPS") }}</label>
                                <div class="controls">
                                        <label class="checkbox">
-                                               <input type="checkbox" id="enabled" name="enabled" {% if mirror.enabled %}checked="checked"{% end %}>
-                                               {{ _("Only enabled mirrors will be pushed out to the clients.") }}
+                                               <input type="checkbox" name="supports_https" {% if mirror.supports_https %}checked{% end %}>
+                                               {{ _("Check if this mirror server supports HTTPS.") }}
                                        </label>
                                </div>
                        </div>