2010-04-14 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.php, godmode/alerts/alert_list.list.php: Changed a button between the files to clean source code git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2560 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e837698df0
commit
094997242c
|
@ -1,3 +1,9 @@
|
|||
2010-04-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.php,
|
||||
godmode/alerts/alert_list.list.php: Changed a button between the files
|
||||
to clean source code
|
||||
|
||||
2010-04-14 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/reporting/map_builder.php: Added Delete visual console
|
||||
|
|
|
@ -90,6 +90,7 @@ echo "<div id='alert_control' style='display:none'>\n";
|
|||
echo "</table>\n";
|
||||
echo "</form>\n";
|
||||
echo "</div>\n";
|
||||
|
||||
//END DIV OF FORM FILTER
|
||||
|
||||
$simple_alerts = array();
|
||||
|
@ -336,6 +337,13 @@ print_submit_button (__('Add'), 'add_action', false, 'class="sub next"');
|
|||
echo '</div>';
|
||||
echo '</form>';
|
||||
|
||||
// Create alert button
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
echo '<form method="post" action="index.php?sec=galertas&sec2=godmode/alerts/alert_list&tab=builder">';
|
||||
print_submit_button (__('Create'), 'crtbtn', false, 'class="sub next"');
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
|
||||
require_css_file ('cluetip');
|
||||
require_jquery_file ('cluetip');
|
||||
require_jquery_file ('pandora.controls');
|
||||
|
@ -446,4 +454,4 @@ $(document).ready (function () {
|
|||
});
|
||||
});
|
||||
/* ]]> */
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -192,12 +192,6 @@ else {
|
|||
$agents = get_group_agents (array_keys ($groups), false, "none");
|
||||
|
||||
require_once('godmode/alerts/alert_list.list.php');
|
||||
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
echo '<form method="post" action="index.php?sec=galertas&sec2=godmode/alerts/alert_list&tab=builder">';
|
||||
print_submit_button (__('Create'), 'crtbtn', false, 'class="sub next"');
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
|
||||
return;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue