removed help links that are referring to help that has been moved to the wiki
This commit is contained in:
parent
bde1a7a941
commit
f6cab15bd0
32 changed files with 30 additions and 155 deletions
|
|
@ -211,7 +211,6 @@ sub www_editAd {
|
|||
);
|
||||
$f->fieldSetEnd;
|
||||
$f->submit;
|
||||
$ac->setHelp('edit ad', 'AdSpace');
|
||||
$ac->render($f->print, $i18n->get("edit advertisement"));
|
||||
}
|
||||
|
||||
|
|
@ -333,7 +332,6 @@ 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"));
|
||||
}
|
||||
|
||||
|
|
@ -390,7 +388,6 @@ sub www_manageAdSpaces {
|
|||
}
|
||||
$output .= '<div style="clear: both;"></div>';
|
||||
$ac->addSubmenuItem($session->url->page("op=editAdSpace"), $i18n->get("add ad space"));
|
||||
$ac->setHelp('manage ad spaces', 'AdSpace');
|
||||
return $ac->render($output);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@ A scalar of HTML that defines the current workarea.
|
|||
|
||||
The i18n key of the title of this workarea.
|
||||
|
||||
=head3 help
|
||||
|
||||
The i18n key of the help link for this workarea.
|
||||
|
||||
=cut
|
||||
|
||||
sub _submenu {
|
||||
|
|
@ -52,11 +48,7 @@ sub _submenu {
|
|||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"commerce");
|
||||
if ($help) {
|
||||
$ac->setHelp($help, 'Commerce');
|
||||
}
|
||||
$ac->addSubmenuItem($session->url->page('op=editCommerceSettings'), $i18n->get('manage commerce settings'));
|
||||
$ac->addSubmenuItem($session->url->page('op=listTransactions'), $i18n->get('list transactions'));
|
||||
$ac->addSubmenuItem($session->url->page('op=listPendingTransactions'), $i18n->get('list pending transactions'));
|
||||
|
|
@ -795,7 +787,7 @@ sub www_editCommerceSettings {
|
|||
|
||||
$session->style->setScript($session->url->extras('swapLayers.js'),{type=>"text/javascript"});
|
||||
|
||||
return _submenu($session,$tabform->print, 'edit commerce settings title', 'commerce manage');
|
||||
return _submenu($session,$tabform->print, 'edit commerce settings title');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -883,7 +875,7 @@ sub www_listPendingTransactions {
|
|||
$output .= '</table>';
|
||||
$output .= $p->getBarTraditional($session->form->process("pn"));
|
||||
|
||||
_submenu($session,$output, 'list pending transactions', 'list pending transactions');
|
||||
_submenu($session,$output, 'list pending transactions');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -15,11 +15,7 @@ sub _submenu {
|
|||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"graphics");
|
||||
if ($help) {
|
||||
$ac->setHelp($help, 'Commerce');
|
||||
}
|
||||
$ac->addSubmenuItem($session->url->page('op=listPalettes'), $i18n->get('manage palettes'));
|
||||
$ac->addSubmenuItem($session->url->page('op=listFonts'), $i18n->get('manage fonts'));
|
||||
$ac->addSubmenuItem($session->url->page('op=editPalette;pid=new'), $i18n->get('add palette'));
|
||||
|
|
|
|||
|
|
@ -39,11 +39,7 @@ sub _submenu {
|
|||
my $title = shift;
|
||||
my $i18n = WebGUI::International->new($session);
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"groups");
|
||||
if ($help) {
|
||||
$ac->setHelp($help);
|
||||
}
|
||||
if ($session->user->isInGroup(3)) {
|
||||
$ac->addSubmenuItem($session->url->page('op=editGroup;gid=new'), $i18n->get(90));
|
||||
}
|
||||
|
|
@ -412,7 +408,7 @@ sub www_editGroup {
|
|||
);
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
return _submenu($session,$output,'87',"group add/edit");
|
||||
return _submenu($session,$output,'87');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -488,7 +484,7 @@ sub www_editGrouping {
|
|||
-value=>$group->userIsAdmin($session->form->process("uid"))
|
||||
);
|
||||
$f->submit;
|
||||
return _submenu($session,$f->print,'370','grouping edit');
|
||||
return _submenu($session,$f->print,'370');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -574,7 +570,7 @@ sub www_listGroups {
|
|||
}
|
||||
$output .= '</table>';
|
||||
$output .= $p->getBarTraditional;
|
||||
return _submenu($session,$output,'',"groups manage");
|
||||
return _submenu($session,$output);
|
||||
} elsif ($session->user->isInGroup(11)) {
|
||||
my ($output, $p, $sth, @data, @row, $i, $userCount);
|
||||
my @editableGroups = $session->db->buildArray("select groupId from groupings where userId=".$session->db->quote($session->user->userId)." and groupAdmin=1");
|
||||
|
|
@ -638,7 +634,7 @@ sub www_manageGroupsInGroup {
|
|||
my $output = $f->print;
|
||||
$output .= '<p />';
|
||||
$output .= walkGroups($session, $session->form->process("gid"));
|
||||
return _submenu($session,$output,'813', 'manage groups in group');
|
||||
return _submenu($session,$output,'813');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ in group Admin (3) are allowed to execute subroutines in this package.
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 _submenu ( $session, $workarea, $title, $help )
|
||||
=head2 _submenu ( $session, $workarea, $title )
|
||||
|
||||
Utility routine for creating the AdminConsole for LDAPLink functions.
|
||||
|
||||
|
|
@ -49,11 +49,6 @@ The content to display to the user.
|
|||
The title of the Admin Console. This should be an entry in the i18n
|
||||
table in the WebGUI namespace.
|
||||
|
||||
=head3 $help
|
||||
|
||||
An entry in the Help system in the WebGUI namespace. This will be shown
|
||||
as a link to the user.
|
||||
|
||||
=cut
|
||||
|
||||
sub _submenu {
|
||||
|
|
@ -62,11 +57,7 @@ sub _submenu {
|
|||
my $title = shift;
|
||||
my $i18n = WebGUI::International->new($session,"AuthLDAP");
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"ldapconnections");
|
||||
if ($help) {
|
||||
$ac->setHelp($help,"AuthLDAP");
|
||||
}
|
||||
my $returnUrl = "";
|
||||
if($session->form->process("returnUrl")) {
|
||||
$returnUrl = ";returnUrl=".$session->url->escape($session->form->process("returnUrl"));
|
||||
|
|
@ -293,7 +284,7 @@ sub www_editLDAPLink {
|
|||
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
return _submenu($session,$output,"LDAPLink_990","ldap connection add/edit");
|
||||
return _submenu($session,$output,"LDAPLink_990");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@ A scalar of HTML that defines the current workarea.
|
|||
|
||||
The i18n key of the title of this workarea.
|
||||
|
||||
=head3 help
|
||||
|
||||
The i18n key of the help link for this workarea.
|
||||
|
||||
=cut
|
||||
|
||||
sub _submenu {
|
||||
|
|
@ -41,11 +37,7 @@ sub _submenu {
|
|||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"productManager");
|
||||
if ($help) {
|
||||
$ac->setHelp($help, 'ProductManager');
|
||||
}
|
||||
|
||||
my $productId = $session->form->process("productId") || $session->scratch->get('managingProduct');
|
||||
undef $productId if ($productId eq 'new');
|
||||
|
|
@ -249,7 +241,7 @@ sub www_editProduct {
|
|||
|
||||
|
||||
|
||||
return _submenu($session,$f->print, 'edit product', 'edit product', 'ProductManager');
|
||||
return _submenu($session,$f->print, 'edit product');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -355,7 +347,7 @@ sub www_editProductParameter {
|
|||
);
|
||||
$f->submit;
|
||||
|
||||
return _submenu($session,$f->print, 'edit parameter', 'edit parameter', 'ProductManager');
|
||||
return _submenu($session,$f->print, 'edit parameter');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -481,7 +473,7 @@ sub www_editProductParameterOption {
|
|||
);
|
||||
$f->submit;
|
||||
|
||||
return _submenu($session,$f->print, 'edit option', 'edit option', 'ProductManager');
|
||||
return _submenu($session,$f->print, 'edit option');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -585,7 +577,7 @@ sub www_editProductVariant {
|
|||
);
|
||||
$f->submit;
|
||||
|
||||
return _submenu($session,$f->print, 'edit variant', 'edit variant', 'ProductManager');
|
||||
return _submenu($session,$f->print, 'edit variant');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -660,7 +652,7 @@ sub www_editSkuTemplate {
|
|||
$f->submit;
|
||||
$output .= $f->print;
|
||||
|
||||
return _submenu($session,$output, 'edit sku composition label', 'edit sku template', 'ProductManager');
|
||||
return _submenu($session,$output, 'edit sku composition label');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -724,7 +716,7 @@ sub www_listProducts {
|
|||
}
|
||||
$output .= '</table>';
|
||||
|
||||
return _submenu($session,$output, 'list products', 'list products', 'ProductManager');
|
||||
return _submenu($session,$output, 'list products');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -798,7 +790,7 @@ sub www_listProductVariants {
|
|||
$output .= WebGUI::Form::submit($session,);
|
||||
$output .= WebGUI::Form::formFooter($session,);
|
||||
|
||||
return _submenu($session,$output, 'list variants label', 'list variants', 'ProductManager');
|
||||
return _submenu($session,$output, 'list variants label');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -891,7 +883,7 @@ sub www_manageProduct {
|
|||
$output .= '<br />';
|
||||
}
|
||||
|
||||
return _submenu($session,$output, 'manage product', 'manage product', 'ProductManager');
|
||||
return _submenu($session,$output, 'manage product');
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ profile and managing them.
|
|||
|
||||
Only users in group Admin (3) are allowed to call subroutines in this package.
|
||||
|
||||
=head2 _submenu ( $session, $workarea, $title, $help )
|
||||
=head2 _submenu ( $session, $workarea, $title )
|
||||
|
||||
Utility routine for creating the AdminConsole for ProfileSetting functions.
|
||||
|
||||
|
|
@ -49,11 +49,6 @@ The content to display to the user.
|
|||
The title of the Admin Console. This should be an entry in the i18n
|
||||
table in the WebGUI namespace.
|
||||
|
||||
=head3 $help
|
||||
|
||||
An entry in the Help system in the WebGUI namespace. This will be shown
|
||||
as a link to the user.
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -61,14 +56,10 @@ sub _submenu {
|
|||
my $session = shift;
|
||||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
my $help = shift;
|
||||
my $namespace = shift;
|
||||
my $i18n = WebGUI::International->new($session,"WebGUIProfile");
|
||||
$title = $i18n->get($title,$namespace) if ($title);
|
||||
my $ac = WebGUI::AdminConsole->new($session,"userProfiling");
|
||||
if ($help) {
|
||||
$ac->setHelp($help,"WebGUIProfile");
|
||||
}
|
||||
$ac->addSubmenuItem($session->url->page("op=editProfileCategory;cid=new"), $i18n->get(490));
|
||||
$ac->addSubmenuItem($session->url->page("op=editProfileField;fid=new"), $i18n->get(491));
|
||||
if ((($session->form->process("op") eq "editProfileField" && $session->form->process("fid") ne "new") || $session->form->process("op") eq "deleteProfileFieldConfirm") && $session->form->process("cid") eq "") {
|
||||
|
|
@ -174,7 +165,7 @@ sub www_editProfileCategory {
|
|||
-hoverHelp=>$i18n->get('897 description'),
|
||||
);
|
||||
$f->submit;
|
||||
return _submenu($session,$f->print,'468','user profile category add/edit','WebGUIProfile');
|
||||
return _submenu($session,$f->print,'468','WebGUIProfile');
|
||||
}
|
||||
|
||||
=head2 www_editProfileCategorySave ( $session )
|
||||
|
|
@ -333,7 +324,7 @@ sub www_editProfileField {
|
|||
-value=>$data->{profileCategoryId}
|
||||
);
|
||||
$f->submit;
|
||||
return _submenu($session,$f->print,'471','profile settings edit',"WebGUIProfile");
|
||||
return _submenu($session,$f->print,'471',"WebGUIProfile");
|
||||
}
|
||||
|
||||
=head2 www_editProfileFieldSave ( $session )
|
||||
|
|
@ -409,7 +400,7 @@ sub www_editProfileSettings {
|
|||
$output .= ' '.$field->getLabel.'<br />';
|
||||
}
|
||||
}
|
||||
return _submenu($session,$output,undef,"profile settings edit",'WebGUIProfile');
|
||||
return _submenu($session,$output,undef,'WebGUIProfile');
|
||||
}
|
||||
|
||||
=head2 www_moveProfileCategoryDown ( $session )
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Package WebGUI::Operation::Replacements
|
|||
Operation handler for conditional editing of submitted WebGUI content, similar to
|
||||
a search and replace function in word processors.
|
||||
|
||||
=head2 _submenu ( $session, $workarea, $title, $help )
|
||||
=head2 _submenu ( $session, $workarea, $title )
|
||||
|
||||
Utility routine for creating the AdminConsole for Replacement functions.
|
||||
|
||||
|
|
@ -42,11 +42,6 @@ The content to display to the user.
|
|||
The title of the Admin Console. This should be an entry in the i18n
|
||||
table in the WebGUI namespace.
|
||||
|
||||
=head3 $help
|
||||
|
||||
An entry in the Help system in the WebGUI namespace. This will be shown
|
||||
as a link to the user.
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -56,11 +51,7 @@ sub _submenu {
|
|||
my $title = shift;
|
||||
my $i18n = WebGUI::International->new($session);
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"contentFilters");
|
||||
if ($help) {
|
||||
$ac->setHelp($help);
|
||||
}
|
||||
$ac->addSubmenuItem($session->url->page("op=editReplacement;replacementId=new"), $i18n->get(1047));
|
||||
$ac->addSubmenuItem($session->url->page("op=listReplacements"), $i18n->get("content filters"));
|
||||
return $ac->render($workarea, $title);
|
||||
|
|
@ -125,7 +116,7 @@ sub www_editReplacement {
|
|||
-value=>$data->{replaceWith}
|
||||
);
|
||||
$f->submit;
|
||||
return _submenu($session,$f->print,"1052",'replacements edit');
|
||||
return _submenu($session,$f->print,"1052");
|
||||
}
|
||||
|
||||
=head2 www_editReplacementSave ( $session )
|
||||
|
|
|
|||
|
|
@ -512,7 +512,6 @@ sub www_editSettings {
|
|||
$output .= $tabform->print;
|
||||
|
||||
my $ac = WebGUI::AdminConsole->new($session,"settings");
|
||||
$ac->setHelp("settings");
|
||||
return $ac->render($output);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -65,10 +65,6 @@ A scalar of HTML that defines the current workarea.
|
|||
|
||||
The i18n key of the title of this workarea.
|
||||
|
||||
=head3 help
|
||||
|
||||
The i18n key of the help link for this workarea.
|
||||
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
@ -79,11 +75,7 @@ sub _submenu {
|
|||
my $workarea = shift;
|
||||
my $title = shift;
|
||||
$title = $i18n->get($title) if ($title);
|
||||
my $help = shift;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"subscriptions");
|
||||
if ($help) {
|
||||
$ac->setHelp($help, 'Subscription');
|
||||
}
|
||||
$ac->addSubmenuItem($session->url->page('op=editSubscription;sid=new'), $i18n->get('add subscription'));
|
||||
$ac->addSubmenuItem($session->url->page('op=createSubscriptionCodeBatch'), $i18n->get('generate batch'));
|
||||
$ac->addSubmenuItem($session->url->page('op=listSubscriptionCodes'), $i18n->get('manage codes'));
|
||||
|
|
@ -163,7 +155,7 @@ sub www_createSubscriptionCodeBatch {
|
|||
);
|
||||
$f->submit;
|
||||
|
||||
return _submenu($session,$errorMessage.$f->print, 'create batch menu', 'create batch');
|
||||
return _submenu($session,$errorMessage.$f->print, 'create batch menu');
|
||||
}
|
||||
|
||||
=head2 www_createSubscriptionCodeBatchSave ( $session )
|
||||
|
|
@ -378,7 +370,7 @@ sub www_editSubscription {
|
|||
);
|
||||
}
|
||||
$f->submit;
|
||||
return _submenu($session,$f->print, 'edit subscription title', 'subscription add/edit');
|
||||
return _submenu($session,$f->print, 'edit subscription title');
|
||||
}
|
||||
|
||||
=head2 www_editSubscriptionSave ( $session )
|
||||
|
|
@ -446,7 +438,7 @@ sub www_listSubscriptionCodeBatches {
|
|||
|
||||
$output = $i18n->get('no subscription code batches') unless (@{$batches});
|
||||
|
||||
return _submenu($session,$output, 'manage batches', 'manage batch');
|
||||
return _submenu($session,$output, 'manage batches');
|
||||
}
|
||||
|
||||
=head2 www_listSubscriptionCodes ( $session )
|
||||
|
|
@ -510,7 +502,7 @@ sub www_listSubscriptionCodes {
|
|||
$ops = ';bid='.$session->form->process("bid").';selection=b';
|
||||
$delete = '<a href="'.$session->url->page('op=deleteSubscriptionCodeBatch'.$ops).'">'.$i18n->get('delete codes').'</a>';
|
||||
} else {
|
||||
return _submenu($session,$output, 'listSubscriptionCodes title', 'subscription codes manage');
|
||||
return _submenu($session,$output, 'listSubscriptionCodes title');
|
||||
}
|
||||
|
||||
$p = WebGUI::Paginator->new($session,$session->url->page('op=listSubscriptionCodes'.$ops));
|
||||
|
|
@ -539,7 +531,7 @@ sub www_listSubscriptionCodes {
|
|||
$output .= '</table>';
|
||||
$output .= $p->getBarTraditional($session->form->process("pn"));
|
||||
|
||||
return _submenu($session,$output, 'listSubscriptionCodes title', 'subscription codes manage');
|
||||
return _submenu($session,$output, 'listSubscriptionCodes title');
|
||||
}
|
||||
|
||||
=head2 www_listSubscriptions ( $session )
|
||||
|
|
@ -579,7 +571,7 @@ sub www_listSubscriptions {
|
|||
|
||||
$output = $i18n->get('no subscriptions') unless (@{$subscriptions});
|
||||
|
||||
return _submenu($session,$output, 'manage subscriptions', 'subscription manage');
|
||||
return _submenu($session,$output, 'manage subscriptions');
|
||||
}
|
||||
|
||||
=head2 www_purchaseSubscription ( $session )
|
||||
|
|
|
|||
|
|
@ -136,7 +136,6 @@ sub www_editVersionTag {
|
|||
);
|
||||
}
|
||||
$f->submit;
|
||||
$ac->setHelp('edit version tag', 'VersionTag');
|
||||
return $ac->render($f->print,$i18n->get("edit version tag"));
|
||||
}
|
||||
|
||||
|
|
@ -216,7 +215,6 @@ sub www_commitVersionTag {
|
|||
);
|
||||
$f->submit;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"versions");
|
||||
$ac->setHelp('commit version tag', 'VersionTag');
|
||||
return $ac->render($f->print);
|
||||
}
|
||||
}
|
||||
|
|
@ -300,7 +298,6 @@ sub www_manageCommittedVersions {
|
|||
}
|
||||
$output .= '</table>';
|
||||
$output .= $paginator->getBarTraditional();
|
||||
$ac->setHelp('manage committed versions', 'VersionTag');
|
||||
return $ac->render($output,$i18n->get("committed versions"));
|
||||
}
|
||||
|
||||
|
|
@ -334,7 +331,6 @@ sub www_managePendingVersions {
|
|||
}
|
||||
$sth->finish;
|
||||
$output .= '</table>';
|
||||
$ac->setHelp('manage pending versions', 'VersionTag');
|
||||
return $ac->render($output,$i18n->get("pending versions"));
|
||||
}
|
||||
|
||||
|
|
@ -356,7 +352,6 @@ sub www_manageVersions {
|
|||
return $session->privilege->insufficient() unless ($session->user->isInGroup(12));
|
||||
my $ac = WebGUI::AdminConsole->new($session,"versions");
|
||||
my $i18n = WebGUI::International->new($session,"VersionTag");
|
||||
$ac->setHelp("versions manage", "VersionTag");
|
||||
$ac->addSubmenuItem($session->url->page('op=editVersionTag'), $i18n->get("add a version tag"));
|
||||
$ac->addSubmenuItem($session->url->page('op=managePendingVersions'), $i18n->get("manage pending versions")) if ($session->user->isInGroup(3));
|
||||
$ac->addSubmenuItem($session->url->page('op=manageCommittedVersions'), $i18n->get("manage committed versions")) if ($session->user->isInGroup(3));
|
||||
|
|
|
|||
|
|
@ -104,7 +104,6 @@ sub www_addWorkflow {
|
|||
$f->submit;
|
||||
my $ac = WebGUI::AdminConsole->new($session,"workflow");
|
||||
$ac->addSubmenuItem($session->url->page("op=manageWorkflows"), $i18n->get("manage workflows"));
|
||||
$ac->setHelp('add a new workflow', 'Workflow');
|
||||
return $ac->render($f->print, 'add a new workflow');
|
||||
}
|
||||
|
||||
|
|
@ -265,7 +264,6 @@ sub www_editWorkflow {
|
|||
my $ac = WebGUI::AdminConsole->new($session,"workflow");
|
||||
$ac->addSubmenuItem($session->url->page("op=addWorkflow"), $i18n->get("add a new workflow"));
|
||||
$ac->addSubmenuItem($session->url->page("op=manageWorkflows"), $i18n->get("manage workflows"));
|
||||
$ac->setHelp('edit workflow','Workflow');
|
||||
return $ac->render($f->print.$addmenu.$steps, 'edit workflow');
|
||||
}
|
||||
|
||||
|
|
@ -285,7 +283,6 @@ sub www_editWorkflowPriority {
|
|||
my $i18n = WebGUI::International->new($session, 'Workflow');
|
||||
my $ac = WebGUI::AdminConsole->new($session,"workflow");
|
||||
$ac->addSubmenuItem($session->url->page("op=showRunningWorkflows"), $i18n->get('show running workflows'));
|
||||
$ac->setHelp('manage workflows', 'Workflow');
|
||||
|
||||
# make sure the input is good
|
||||
my $instanceId = $session->form->get('instanceId') || '';
|
||||
|
|
@ -425,7 +422,6 @@ sub www_manageWorkflows {
|
|||
my $ac = WebGUI::AdminConsole->new($session,"workflow");
|
||||
$ac->addSubmenuItem($session->url->page("op=addWorkflow"), $i18n->get("add a new workflow"));
|
||||
$ac->addSubmenuItem($session->url->page("op=showRunningWorkflows"), $i18n->get("show running workflows"));
|
||||
$ac->setHelp('manage workflows', 'Workflow');
|
||||
return $ac->render($output, 'manage workflows');
|
||||
}
|
||||
|
||||
|
|
@ -612,7 +608,6 @@ ENDCODE
|
|||
|
||||
$ac->addSubmenuItem($session->url->page("op=addWorkflow"), $i18n->get("add a new workflow"));
|
||||
$ac->addSubmenuItem($session->url->page("op=manageWorkflows"), $i18n->get("manage workflows"));
|
||||
$ac->setHelp('show running workflows', 'Workflow');
|
||||
|
||||
return $ac->render($output, 'show running workflows');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue