Skip to content

Commit

Permalink
Fix delete icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Moc committed Jan 24, 2021
1 parent 160b113 commit 13157c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function options($parms, $value, $id, $options)

$text = "<div class='btn-group pull-right'>";
//$text .= $this->renderValue('options', $value, $attributes, $id);
$text .= $this->submit_image('disable_tfa['.$id.']', 1, 'delete', LAN_DISABLE, $options);
$text .= $this->submit_image('disable_tfa['.$id.']', 1, 'delete', LAN_DISABLE);
$text .= "</div>";

return $text;
Expand Down

0 comments on commit 13157c5

Please sign in to comment.