button inserted Agent_detail. Ticket #3831.
(cherry picked from commit 2c0dae13b1
)
This commit is contained in:
parent
c32c32b4d4
commit
390942dcbc
|
@ -587,6 +587,12 @@ if (!empty ($table->data)) {
|
|||
}
|
||||
else {
|
||||
ui_print_info_message ( array ( 'no_close' => true, 'message' => __('There are no defined agents') ) );
|
||||
echo '<div style="text-align: right; float: right;">';
|
||||
echo '<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">';
|
||||
html_print_input_hidden ('new_agent', 1);
|
||||
html_print_submit_button (__('Create agent'), 'crt', false, 'class="sub next"');
|
||||
echo "</form>";
|
||||
echo '</div>';
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue