processPropertiesFromFormPost to processEditForm
This commit is contained in:
parent
ad96c88a36
commit
3c17dafeb4
32 changed files with 154 additions and 169 deletions
|
|
@ -162,6 +162,8 @@ sub toHtml {
|
|||
my ( $style, $url ) = $self->session->quick(qw{ style url });
|
||||
|
||||
$style->setLink( $url->extras('hoverhelp.css'), { rel => "stylesheet", type => "text/css" } );
|
||||
$style->setScript( $url->extras('yui/build/yahoo-dom-event/yahoo-dom-event.js') );
|
||||
$style->setScript( $url->extras('yui/build/container/container-min.js') );
|
||||
$style->setScript( $url->extras('hoverhelp.js') );
|
||||
|
||||
my $html = $self->getHeader;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue