2010-04-12 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.php: Added Create button for Feature Request 2985798 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2556 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9fc72dcf2a
commit
ae9bffdaa7
|
@ -1,3 +1,8 @@
|
|||
2010-04-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/alerts/alert_list.php: Added Create button for
|
||||
Feature Request 2985798
|
||||
|
||||
2010-04-12 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_configure_gis_map.php,
|
||||
|
|
|
@ -190,8 +190,15 @@ else {
|
|||
$groups = array(1 => __('All'));
|
||||
}
|
||||
$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;
|
||||
case 'builder':
|
||||
|
@ -203,6 +210,7 @@ else {
|
|||
}
|
||||
|
||||
require_once('godmode/alerts/alert_list.builder.php');
|
||||
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue