Alpha update
This commit is contained in:
parent
3a568602da
commit
a06cdba30e
28 changed files with 615 additions and 589 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<dd class="content_tag_list">
|
||||
{% if loops.tags|length %}
|
||||
{% for TAG in loops.tags %}
|
||||
<label class="content_tag" style="background: {{ TAG.COLOR }}">
|
||||
<label class="content_tag" style="background: #{{ TAG.COLOR }}">
|
||||
<input type="checkbox" id="tag_{{ TAG.ID }}" name="tag_{{ TAG.ID }}" value="{{ TAG.TITLE }}" {% if TAG.SELECTED %} checked="checked"{% endif %}>
|
||||
{{ TAG.TITLE }}
|
||||
</label>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<dd>
|
||||
{% if loops.tags|length %}
|
||||
{% for TAG in loops.tags %}
|
||||
<label class="content_tag" style="background: {{ TAG.COLOR }}">
|
||||
<label class="content_tag" style="background: #{{ TAG.COLOR }}">
|
||||
<input type="checkbox" id="tag_{{ TAG.ID }}" name="tag_{{ TAG.ID }}" value="{{ TAG.TITLE }}">
|
||||
{{ TAG.TITLE }}
|
||||
</label>
|
||||
|
|
|
|||
|
|
@ -6,9 +6,3 @@
|
|||
font-weight: bold;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.content_tag_checkbox {
|
||||
}
|
||||
|
||||
.content_tag_list {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue