help for manage pending versions

This commit is contained in:
Colin Kuskie 2006-05-24 04:00:34 +00:00
parent b02386064d
commit 32af5f8c66
3 changed files with 23 additions and 0 deletions

View file

@ -7,6 +7,23 @@ our $HELP = {
fields => [
],
related => [
{
tag => 'manage pending versions',
namespace => 'VersionTag'
},
],
},
'manage pending versions' => {
title => 'manage pending versions',
body => 'manage pending versions body',
fields => [
],
related => [
{
tag => 'versions manage',
namespace => 'VersionTag'
},
],
},

View file

@ -316,6 +316,7 @@ sub www_managePendingVersions {
}
$sth->finish;
$output .= '</table>';
$ac->setHelp('manage pending versions', 'VersionTag');
return $ac->render($output,$i18n->get("pending versions"));
}

View file

@ -322,6 +322,11 @@ our $I18N = {
lastUpdated => 1148359381,
},
'manage pending versions body' => {
message => q|<p>This screen presents a list of pending version tags by name. Each name is a link to display the list of revisions in this tag.</p>|,
lastUpdated => 0,
},
'topicName' => {
message => q|Version Control|,
lastUpdated => 1148360141,