Make NewsletterCollection subscribable.
This commit is contained in:
parent
cfa018e04b
commit
0fa97d2d9d
3 changed files with 157 additions and 7 deletions
|
|
@ -6,6 +6,17 @@ use Class::C3;
|
|||
|
||||
use WebGUI::Macro;
|
||||
|
||||
##----------------------------------------------------------------------------
|
||||
#sub configureMailingForm {
|
||||
# my $self = shift;
|
||||
# my $f = WebGUI::HTMLForm->new( $session, { action => $self->getUrl } );
|
||||
# $f->hidden(
|
||||
# name => 'func'
|
||||
# value => '
|
||||
#
|
||||
# return $f;
|
||||
#}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
sub definition {
|
||||
my $class = shift;
|
||||
|
|
@ -73,6 +84,17 @@ sub processContentAsUser {
|
|||
return $content;
|
||||
}
|
||||
|
||||
##----------------------------------------------------------------------------
|
||||
#sub www_configureMailing {
|
||||
# my $self = shift;
|
||||
#
|
||||
# my $f = $self->configureMailingForm;
|
||||
#
|
||||
# $f->submit( 'Next step' );
|
||||
#
|
||||
# return $self->processStyle( $f->print );
|
||||
#}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
sub www_previewEmail {
|
||||
my $self = shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue