Usability improvement for the edit version tag screen. rfe #10862

This commit is contained in:
Colin Kuskie 2009-09-09 07:45:04 -07:00
parent 9f2db435ba
commit 9ec062d5bc
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
- fixed #10928: EMS Print Ticket -- Time not processed for timezone - fixed #10928: EMS Print Ticket -- Time not processed for timezone
- fixed #10889: Old Matrixs break for Admin users - fixed #10889: Old Matrixs break for Admin users
- fixed #10939: Commit with Approval workflow does not show confirmation screen - fixed #10939: Commit with Approval workflow does not show confirmation screen
- fixed #10862: Version tag contents page
7.7.19 7.7.19
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread - fixed #10838: Forwarded forum post email to new CS adds reply to original thread

View file

@ -792,12 +792,12 @@ sub www_manageRevisionsInTag {
. '<tr>' . '<tr>'
. '<td colspan="5">' . '<td colspan="5">'
. $i18n->get("manageRevisionsInTag with selected") . $i18n->get("manageRevisionsInTag with selected")
. '<input type="submit" name="action" value="'. $i18n->get('manageRevisionsInTag purge') . '" class="red" />'
. '<input type="submit" name="action" value="'. $i18n->get("manageRevisionsInTag move") . '" />' . '<input type="submit" name="action" value="'. $i18n->get("manageRevisionsInTag move") . '" />'
. WebGUI::Form::SelectBox( $session, { . WebGUI::Form::SelectBox( $session, {
name => 'moveToTagId', name => 'moveToTagId',
options => \%moveToTagOptions, options => \%moveToTagOptions,
} ) } )
. '&nbsp;<input type="submit" name="action" value="'. $i18n->get('manageRevisionsInTag purge') . '" class="red" />'
. '</td>' . '</td>'
. '</tr>' . '</tr>'
. '<tr>' . '<tr>'