Usability improvement for the edit version tag screen. rfe #10862
This commit is contained in:
parent
9f2db435ba
commit
9ec062d5bc
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -792,12 +792,12 @@ sub www_manageRevisionsInTag {
|
|||
. '<tr>'
|
||||
. '<td colspan="5">'
|
||||
. $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") . '" />'
|
||||
. WebGUI::Form::SelectBox( $session, {
|
||||
name => 'moveToTagId',
|
||||
options => \%moveToTagOptions,
|
||||
} )
|
||||
. ' <input type="submit" name="action" value="'. $i18n->get('manageRevisionsInTag purge') . '" class="red" />'
|
||||
. '</td>'
|
||||
. '</tr>'
|
||||
. '<tr>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue