merging commerce branch back into head

This commit is contained in:
JT Smith 2008-04-20 18:08:26 +00:00
commit 5fb4807edc
1326 changed files with 55293 additions and 41167 deletions

View file

@ -70,10 +70,9 @@ Renders the form field to HTML as a table row. The row is not displayed because
=cut
sub toHtml {
my $self = shift;
sub toHtmlWithWrapper {
my $self = shift;
my $value = $self->fixMacros($self->fixQuotes($self->fixSpecialCharacters($self->getDefaultValue))) || '';
my $manageButton = " ";
if ($value) {
$manageButton = $self->session->icon->manage("op=editGroup;gid=".$value);