#207: Incorrect bold font weight for label of radio ticket field
------------------------+----------------------------------
Reporter: olemis | Owner: gjm
Type: defect | Status: accepted
Priority: trivial | Milestone: Release 3
Component: ui design | Version:
Resolution: | Keywords: starter ticket field
------------------------+----------------------------------
Changes (by gjm):
* status: assigned => accepted
* owner: andrej => gjm
Comment:
patch from andrej on bloodhound-dev list was:
{{{
#!diff
Index: bloodhound_theme/bhtheme/templates/bh_ticket.html
===================================================================
--- bloodhound_theme/bhtheme/templates/bh_ticket.html (revision 1408646)
+++ bloodhound_theme/bhtheme/templates/bh_ticket.html (working copy)
@@ -369,7 +369,7 @@
py:with="value =
ticket.get_value_or_default(field.name)">
<th class="col${idx + 1}" py:if="idx == 0 or
not fullrow">
<label for="field-${field.name}"
py:if="field"
- py:strip="field.type == 'radio'"
i18n:msg="field">${
+ i18n:msg="field">${
field.edit_label or field.label or
field.name}:</label>
</th>
<td class="col${idx + 1}" py:if="idx == 0 or
not fullrow"
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/207#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker