Author: gjm
Date: Tue Nov 13 14:17:56 2012
New Revision: 1408740

URL: http://svn.apache.org/viewvc?rev=1408740&view=rev
Log:
fix radio field labels by stopping the stripping of the label element - towards 
#207 (from andrej)

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

Modified: 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL: 
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1408740&r1=1408739&r2=1408740&view=diff
==============================================================================
--- 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
(original)
+++ 
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html 
Tue Nov 13 14:17:56 2012
@@ -369,7 +369,7 @@ ${ticket.description}</textarea>
                                 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"


Reply via email to