Removed soem comments. Made the field so it won't post to the form
This commit is contained in:
parent
09b1ab2e1e
commit
bf62f2fec2
1 changed files with 1 additions and 5 deletions
|
|
@ -375,11 +375,6 @@ sub definition {
|
||||||
|
|
||||||
my $richEditorOptions = $session->db->buildHashRef("select distinct(assetData.assetId), assetData.title from asset, assetData where asset.className='WebGUI::Asset::RichEdit' and asset.assetId=assetData.assetId order by assetData.title");
|
my $richEditorOptions = $session->db->buildHashRef("select distinct(assetData.assetId), assetData.title from asset, assetData where asset.className='WebGUI::Asset::RichEdit' and asset.assetId=assetData.assetId order by assetData.title");
|
||||||
|
|
||||||
#my $subManageButton = " ";
|
|
||||||
#if($self->get("subscriptionGroupId")) {
|
|
||||||
# $subManageButton = $session->icon->manage("op=editGroup;gid=".$self->get("subscriptionGroupId"));
|
|
||||||
#}
|
|
||||||
|
|
||||||
my %properties;
|
my %properties;
|
||||||
tie %properties, 'Tie::IxHash';
|
tie %properties, 'Tie::IxHash';
|
||||||
%properties = (
|
%properties = (
|
||||||
|
|
@ -727,6 +722,7 @@ sub definition {
|
||||||
tab=>'security',
|
tab=>'security',
|
||||||
label=>$i18n->get("subscription group label"),
|
label=>$i18n->get("subscription group label"),
|
||||||
hoverHelp=>$i18n->get("subscription group hoverHelp"),
|
hoverHelp=>$i18n->get("subscription group hoverHelp"),
|
||||||
|
noFormPost=>1,
|
||||||
defaultValue=>undef,
|
defaultValue=>undef,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue