no message

This commit is contained in:
Bengt Brodersen 2015-12-17 19:43:59 +01:00
parent e535a3d482
commit 90837429ac

View File

@ -33,21 +33,22 @@
</div>
<div class="ui-element checkbox" style="float: left;">
<input id="description-checkbox" type="checkbox"/>
<label for="single-card-page-checkbox">Description</label>
<label for="description-checkbox"></label>
<label for="description-checkbo">Description</label>
</div>
<div class="ui-element checkbox" style="float: left;">
<input id="assignee-checkbox" type="checkbox"/>
<label for="single-card-page-checkbox"></label>
<label for="assignee-checkbox"></label>
<label for="assignee-checkbox">Assignee</label>
</div>
<div class="ui-element checkbox" style="float: left;">
<input id="due-date-checkbox" type="checkbox"/>
<label for="single-card-page-checkbox"></label>
<label for="due-date-checkbox"></label>
<label for="due-date-checkbox">Due Date</label>
</div>
<div class="ui-element checkbox" style="float: left;">
<input id="qr-code-checkbox" type="checkbox"/>
<label for="single-card-page-checkbox"></label>
<label for="qr-code-checkbox"></label>
<label for="qr-code-checkbox">QR Code</label>
</div>