basic help for manage committed versions

This commit is contained in:
Colin Kuskie 2006-05-24 04:09:20 +00:00
parent 32af5f8c66
commit 858dc2793a
3 changed files with 33 additions and 0 deletions

View file

@ -11,6 +11,10 @@ our $HELP = {
tag => 'manage pending versions',
namespace => 'VersionTag'
},
{
tag => 'manage committed versions',
namespace => 'VersionTag'
},
],
},
@ -24,6 +28,27 @@ our $HELP = {
tag => 'versions manage',
namespace => 'VersionTag'
},
{
tag => 'manage committed versions',
namespace => 'VersionTag'
},
],
},
'manage committed versions' => {
title => 'manage committed versions',
body => 'manage committed versions body',
fields => [
],
related => [
{
tag => 'versions manage',
namespace => 'VersionTag'
},
{
tag => 'manage committed versions',
namespace => 'VersionTag'
},
],
},

View file

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

View file

@ -327,6 +327,13 @@ our $I18N = {
lastUpdated => 0,
},
'manage committed versions body' => {
message => q|<p>This screen lists all committed version tags in WebGUI, information about the tags and an interface to manage them.</p>
<p>The name of the tag is a link to display what work was performed in the tag. The date the tag was committed and the username of the user who committed the tag are shown as well. A link is provided so that the tag can be rolled back.</p>
|,
lastUpdated => 1148359381,
},
'topicName' => {
message => q|Version Control|,
lastUpdated => 1148360141,