diff --git a/lib/WebGUI/Help/VersionTag.pm b/lib/WebGUI/Help/VersionTag.pm index 4b77c9e1e..931b7cedf 100644 --- a/lib/WebGUI/Help/VersionTag.pm +++ b/lib/WebGUI/Help/VersionTag.pm @@ -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' + }, ], }, diff --git a/lib/WebGUI/Operation/VersionTag.pm b/lib/WebGUI/Operation/VersionTag.pm index f0aa21e45..e45d232e7 100644 --- a/lib/WebGUI/Operation/VersionTag.pm +++ b/lib/WebGUI/Operation/VersionTag.pm @@ -283,6 +283,7 @@ sub www_manageCommittedVersions { } $sth->finish; $output .= ''; + $ac->setHelp('manage committed versions', 'VersionTag'); return $ac->render($output,$i18n->get("committed versions")); } diff --git a/lib/WebGUI/i18n/English/VersionTag.pm b/lib/WebGUI/i18n/English/VersionTag.pm index eea8bd677..86f626088 100644 --- a/lib/WebGUI/i18n/English/VersionTag.pm +++ b/lib/WebGUI/i18n/English/VersionTag.pm @@ -327,6 +327,13 @@ our $I18N = { lastUpdated => 0, }, + 'manage committed versions body' => { + message => q|

This screen lists all committed version tags in WebGUI, information about the tags and an interface to manage them.

+

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.

+|, + lastUpdated => 1148359381, + }, + 'topicName' => { message => q|Version Control|, lastUpdated => 1148360141,