You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by gj...@apache.org on 2012/11/13 15:17:57 UTC

svn commit: r1408740 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

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"