Revision 99c08010 ui/templates/networks.html

b/ui/templates/networks.html
56 56
                </a>
57 57
                <div class="firewall-content">
58 58
                    <div class="firewall-contents-start-separator"></div>
59
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Unprotected mode (Firewall off)" %}</span><br />
60
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Fully protected mode (Firewall on)" %}</span><br />
61
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Basically protected mode (Firewall on)" %}</span><br />
62
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Custom protection" %} <a href="#" class="firewall-settings">{% trans "settings" %}</a> {% trans "(Advanced users only)" %}</span>
59
                    <input type="radio" class="checkboxes" name="image-id1" /> <span class="checkbox-legends">{% trans "Unprotected mode (Firewall off)" %}</span><br />
60
                    <input type="radio" class="checkboxes" name="image-id1" /> <span class="checkbox-legends">{% trans "Fully protected mode (Firewall on)" %}</span><br />
61
                    <input type="radio" class="checkboxes" name="image-id1" /> <span class="checkbox-legends">{% trans "Basically protected mode (Firewall on)" %}</span><br />
62
                    <input type="radio" class="checkboxes" name="image-id1" /> <span class="checkbox-legends">{% trans "Custom protection" %} <a href="#" class="firewall-settings">{% trans "settings" %}</a> {% trans "(Advanced users only)" %}</span>
63 63
                    <button type="submit" class="firewall-apply">{% trans "Apply" %}</button>
64 64
                    <div class="firewall-contents-end-separator"></div>
65 65
                </div>
......
91 91
                </a>
92 92
                <div class="firewall-content">
93 93
                    <div class="firewall-contents-start-separator"></div>
94
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Unprotected mode (Firewall off)" %}</span><br />
95
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Fully protected mode (Firewall on)" %}</span><br />
96
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Basically protected mode (Firewall on)" %}</span><br />
97
                    <input type="checkbox" class="checkboxes" /> <span class="checkbox-legends">{% trans "Custom protection" %} <a href="#" class="firewall-settings">{% trans "settings" %}</a> {% trans "(Advanced users only)" %}</span>
94
                    <input type="radio" class="checkboxes" name="image-id2" /> <span class="checkbox-legends">{% trans "Unprotected mode (Firewall off)" %}</span><br />
95
                    <input type="radio" class="checkboxes" name="image-id2" /> <span class="checkbox-legends">{% trans "Fully protected mode (Firewall on)" %}</span><br />
96
                    <input type="radio" class="checkboxes" name="image-id2" /> <span class="checkbox-legends">{% trans "Basically protected mode (Firewall on)" %}</span><br />
97
                    <input type="radio" class="checkboxes" name="image-id2" /> <span class="checkbox-legends">{% trans "Custom protection" %} <a href="#" class="firewall-settings">{% trans "settings" %}</a> {% trans "(Advanced users only)" %}</span>
98 98
                    <button type="submit" class="firewall-apply">{% trans "Apply" %}</button>
99 99
                    <div class="firewall-contents-end-separator"></div>
100 100
                </div>

Also available in: Unified diff