Changeset 59 in text-formbuilder for trunk/lib/Text/FormBuilder.pm


Ignore:
Timestamp:
01/31/05 14:58:23 (19 years ago)
Author:
peichman
Message:

added a class="fieldgroup" attr to field group spans
added a brace_block to the parser, to parse [...] with nested [...]'s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Text/FormBuilder.pm

    r57 r59  
    530530                $OUT .= qq[</th>\n]; 
    531531                 
    532                 $OUT .= qq[    <td>]; 
     532                $OUT .= qq[    <td><span class="fieldgroup">]; 
    533533                $OUT .= join(' ', map { qq[<small class="sublabel">$$_{label}</small> $$_{field} $$_{comment}] } @group_fields); 
    534534                $OUT .= " $msg_invalid" if $$_{invalid}; 
    535  
    536                 $OUT .= qq[    </td>\n]; 
     535                 
     536                $OUT .= qq[    </span></td>\n]; 
    537537                $OUT .= qq[  </tr>\n]; 
    538538            }    
Note: See TracChangeset for help on using the changeset viewer.