Skip to content

Commit

Permalink
Remove deprecated select_buttons()
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloke committed Jan 1, 2018
1 parent d479575 commit bcf34d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smd_access_keys.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,7 @@ function smd_akey_togglenew()
$multiOpts = array('smd_akey_delete' => gTxt('delete'));

echo '<tfoot>' . tr(tda(
select_buttons()
.n.selectInput('smd_akey_multi_edit', $multiOpts, '', true)
selectInput('smd_akey_multi_edit', $multiOpts, '', true)
.n.eInput($smd_akey_event)
.n.fInput('submit', '', gTxt('go'), 'smallerbox')
,' class="multi-edit" colspan="' . (($showip) ? 7 : 6) . '" style="text-align: right; border: none;"'));
Expand Down

0 comments on commit bcf34d6

Please sign in to comment.