mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Minor corrections&fixes
This commit is contained in:
parent
17f324ef8d
commit
14128590d6
@ -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',
|
||||||
|
@ -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%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user