improved Messages - can't toggle buttons yet
[unfold.git] / plugins / messages / messages.html
index e219a5c..856bf8e 100644 (file)
@@ -1,8 +1,8 @@
 <div class="messages-buttons row-fluid">
-<input type="checkbox" name="fatal" />fatal
-<input type="checkbox" name="error" />error
-<input type="checkbox" name="warning" />warning
-<input type="checkbox" name="info" />info
-<input type="checkbox" name="debug" />debug
+<input type="checkbox" name="fatal" /><span>fatal</span>
+<input type="checkbox" name="error" /><span>error</span>
+<input type="checkbox" name="warning" /><span>warning</span>
+<input type="checkbox" name="info" /><span>info</span>
+<input type="checkbox" name="debug" /><span>debug</span>
 </div>
 <ul class="messages" id={{ domid }}></ul>