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
|
|
@ -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