Add AdSpace help.
Fix bad subroutine exit in label.t Clone label.t to create setHelp.t, which checks that AdminConsole help topics resolve Fix typo in AC help topic for InOutBoard
This commit is contained in:
parent
23f39a65ab
commit
f1d99a0af1
5 changed files with 118 additions and 2 deletions
|
|
@ -211,6 +211,7 @@ sub www_editAd {
|
|||
);
|
||||
$f->fieldSetEnd;
|
||||
$f->submit;
|
||||
$ac->setHelp('edit ad', 'AdSpace');
|
||||
$ac->render($f->print, $i18n->get("edit advertisement"));
|
||||
}
|
||||
|
||||
|
|
@ -332,6 +333,7 @@ sub www_editAdSpace {
|
|||
}
|
||||
$ads .= '<div style="clear: both;"></div>';
|
||||
}
|
||||
$ac->setHelp('edit ad space', 'AdSpace');
|
||||
$ac->render($code.$f->print.$ads, $i18n->get("edit ad space"));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue