Comment out the "approved" checkbox, it isn't checked anywhere anyway.
This commit is contained in:
parent
4bfabb9469
commit
9bd2d09bf3
1 changed files with 8 additions and 8 deletions
|
|
@ -466,14 +466,14 @@ sub addEditSaveButtons {
|
|||
rowClass => 'saveButtons',
|
||||
);
|
||||
|
||||
# Approved status
|
||||
$buttonGroup->addButton( 'checkbox', {
|
||||
name => 'approved',
|
||||
id => 'approveCheckbox',
|
||||
value => 'approved',
|
||||
label => $i18n->get('560', 'WebGUI'),
|
||||
checked => ( $session->setting->get( 'versionTagMode' ) eq 'autoCommit' ? 1 : 0 ),
|
||||
} );
|
||||
# # Approved status
|
||||
# $buttonGroup->addButton( 'checkbox', {
|
||||
# name => 'approved',
|
||||
# id => 'approveCheckbox',
|
||||
# value => 'approved',
|
||||
# label => $i18n->get('560', 'WebGUI'),
|
||||
# checked => ( $session->setting->get( 'versionTagMode' ) eq 'autoCommit' ? 1 : 0 ),
|
||||
# } );
|
||||
|
||||
$buttonGroup->addButton( "submit", {
|
||||
name => "save",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue