mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
button inserted Agent_detail. Ticket #3831.
(cherry picked from commit 2c0dae13b192a12246ec9700b1bff670b4083569)
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…
x
Reference in New Issue
Block a user