Minor corrections&fixes

This commit is contained in:
fbsanchez 2019-11-14 17:05:01 +01:00
parent 17f324ef8d
commit 14128590d6
2 changed files with 3 additions and 2 deletions

View File

@ -143,7 +143,7 @@ class HelpFeedBack extends Wizard
'block_content' => [ 'block_content' => [
[ [
'arguments' => [ 'arguments' => [
'label' => __('Sugesstion'), 'label' => __('Suggestion'),
'type' => 'radio_button', 'type' => 'radio_button',
'attributes' => 'class="btn"', 'attributes' => 'class="btn"',
'name' => 'suggestion', 'name' => 'suggestion',
@ -154,7 +154,7 @@ class HelpFeedBack extends Wizard
], ],
[ [
'arguments' => [ 'arguments' => [
'label' => __('Something is not quite right'), 'label' => __('Something is wrong'),
'type' => 'radio_button', 'type' => 'radio_button',
'attributes' => 'class="btn"', 'attributes' => 'class="btn"',
'name' => 'report', 'name' => 'report',

View File

@ -30,6 +30,7 @@ if (!$agents || !$searchAgents) {
echo "<br><div class='nf'>".__('Zero results found')."</div>\n"; echo "<br><div class='nf'>".__('Zero results found')."</div>\n";
} }
} else { } else {
$table = new StdClass();
$table->cellpadding = 4; $table->cellpadding = 4;
$table->cellspacing = 4; $table->cellspacing = 4;
$table->width = '98%'; $table->width = '98%';