Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/input/FormRadioGroup.java

Diff revisions: vs.
  @@ -34,9 +34,7 @@
34 34
35 35 String zGroupName = "RadioGroup" + zInstanceNumber;
36 36 String legendId = "lgnd" + zInstanceNumber;
37 - String legendHTML = (pGroupLabel == null) ? "" :
38 - "<legend id=" + legendId + " class='litesoft-FormComponentRadioGroupLegend'" + ApplyFont.toHtmlStyle( pLabelFont ) +
39 - "><img src='common/images/misc/TransparentSpacer_h18.cache.gif'>" + pGroupLabel + "</legend>";
37 + String legendHTML = (pGroupLabel == null) ? "" : "<legend id=" + legendId + " class='litesoft-FormComponentRadioGroupLegend'" + ApplyFont.toHtmlStyle( pLabelFont ) + "><img src='common/images/misc/TransparentSpacer_h18.cache.gif'>" + pGroupLabel + "</legend>";
40 38 String html = legendHTML + "<div id='" + zGroupName + "'></div>";
41 39
42 40 initializeHTML( html );