mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/massive/massive_enable_disable_alerts.php godmode/massive/massive_operations.php: Correct mistake from my last commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5127 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d6ad746367
commit
9bfa75acf2
@ -1,3 +1,9 @@
|
|||||||
|
2011-11-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* godmode/massive/massive_enable_disable_alerts.php
|
||||||
|
godmode/massive/massive_operations.php: Correct mistake from my last
|
||||||
|
commit.
|
||||||
|
|
||||||
2011-11-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-11-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* godmode/massive/massive_add_alerts.php
|
* godmode/massive/massive_add_alerts.php
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
F<?php
|
<?php
|
||||||
|
|
||||||
// Pandora FMS - http://pandorafms.com
|
// Pandora FMS - http://pandorafms.com
|
||||||
// ==================================================
|
// ==================================================
|
||||||
|
@ -174,11 +174,13 @@ $(document).ready (function (){
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#form_edit').submit( function(){
|
$('#form_edit').submit( function(){
|
||||||
$("#loading").css("display", "");
|
confirm = confirm(" <?php echo __('Are you sure?'); ?> ");
|
||||||
|
if (confirm)
|
||||||
|
$("#loading").css("display", "");
|
||||||
|
else
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$('[id^=form]').submit( function(){
|
$('[id^=form]').submit( function(){
|
||||||
confirm = confirm(" <?php echo __('Are you sure?'); ?> ");
|
confirm = confirm(" <?php echo __('Are you sure?'); ?> ");
|
||||||
if (confirm)
|
if (confirm)
|
||||||
@ -187,23 +189,9 @@ $(document).ready (function (){
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
// $('[id^=submit-]').click( function(){
|
|
||||||
// $("#loading").css("display", "");
|
|
||||||
// });
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$("#loading").css("display", "none");
|
$("#loading").css("display", "none");
|
||||||
});
|
});
|
||||||
|
|
||||||
// $("#loading").slideUp ();
|
|
||||||
|
|
||||||
//$('[id^=submit]').click( function() {
|
|
||||||
// console.log("DERER");
|
|
||||||
// $("#loading").show ();
|
|
||||||
//});
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user