From 9ec062d5bc0aa34a3c5c141af7dcc5860051c0e8 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 9 Sep 2009 07:45:04 -0700 Subject: [PATCH] Usability improvement for the edit version tag screen. rfe #10862 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Operation/VersionTag.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index d0b3166dd..677d8cd6b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -27,6 +27,7 @@ - fixed #10928: EMS Print Ticket -- Time not processed for timezone - fixed #10889: Old Matrixs break for Admin users - fixed #10939: Commit with Approval workflow does not show confirmation screen + - fixed #10862: Version tag contents page 7.7.19 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread diff --git a/lib/WebGUI/Operation/VersionTag.pm b/lib/WebGUI/Operation/VersionTag.pm index 0496b451d..7402e4aad 100644 --- a/lib/WebGUI/Operation/VersionTag.pm +++ b/lib/WebGUI/Operation/VersionTag.pm @@ -792,12 +792,12 @@ sub www_manageRevisionsInTag { . '' . '' . $i18n->get("manageRevisionsInTag with selected") - . '' . '' . WebGUI::Form::SelectBox( $session, { name => 'moveToTagId', options => \%moveToTagOptions, } ) + . ' ' . '' . '' . ''