Skip to content

Commit

Permalink
Add button for new configuration option
Browse files Browse the repository at this point in the history
Add button for creating a new configuration option, linking to new
adm_config_page.
  • Loading branch information
cproensa authored and dregad committed Jul 15, 2019
1 parent 3b7215c commit 8624cff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions adm_config_report.php
Expand Up @@ -317,6 +317,13 @@ function check_config_value( $p_config ) {

<div class="widget-body">
<div class="widget-main no-padding">
<div class="widget-toolbox padding-8 clearfix">
<?php
$t_url_new = 'adm_config_page.php?action=' . MANAGE_CONFIG_ACTION_CREATE;
$t_label = lang_get( 'set_configuration_option_action_' . MANAGE_CONFIG_ACTION_CREATE );
print_link_button( $t_url_new, $t_label );
?>
</div>
<div class="table-responsive">
<table class="table table-striped table-bordered table-condensed table-hover">
<thead>
Expand Down

0 comments on commit 8624cff

Please sign in to comment.