merging commerce branch back into head
This commit is contained in:
commit
5fb4807edc
1326 changed files with 55293 additions and 41167 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue