Skip to content

Commit

Permalink
Enable sorting in adm_config_report table
Browse files Browse the repository at this point in the history
Enable sorting in the table columns for displayed configuration options.
  • Loading branch information
cproensa authored and dregad committed Jul 15, 2019
1 parent 711e065 commit 80b8de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adm_config_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function check_config_value( $p_config ) {
print_link_button( $t_url_new, $t_label );
?>
</div>
<div class="table-responsive">
<div class="table-responsive sortable">
<table class="table table-striped table-bordered table-condensed table-hover">
<thead>
<tr>
Expand All @@ -337,7 +337,7 @@ function check_config_value( $p_config ) {
<th><?php echo lang_get( 'configuration_option_value' ) ?></th>
<th><?php echo lang_get( 'access_level' ) ?></th>
<?php if( $t_read_write_access ) { ?>
<th><?php echo lang_get( 'actions' ) ?></th>
<th class="no-sort"><?php echo lang_get( 'actions' ) ?></th>
<?php } ?>
</tr>
</thead>
Expand Down

0 comments on commit 80b8de3

Please sign in to comment.