Use new based theme on bootstrap

This commit is contained in:
ssamson-tis
2015-07-03 16:18:48 +02:00
parent 464c9dd9b1
commit ba022d64d3
16 changed files with 442 additions and 667 deletions
+6
View File
@@ -42,6 +42,12 @@
<p> Select backups to save : <br/> <br/>
Select all <input type="checkbox" id="selectall" checked="true"><br /><br/>
{% for entry in sections|sort %}
<div class="col-xs-6 col-md-4">
<div class="form-group">
<div class="checkbox"><label><input type="checkbox" class="checkbox1" value="{{entry}}" checked>{{entry}}</label></div>
</div>
</div>
<input type="checkbox" name="sections" class="checkbox1" value="{{entry}}" checked="true">{{entry}} <br />
{% endfor %}
<p>