Changeset:
        f18107b76b67
        
https://sourceforge.net/p/mrbs/hg-code/ci/f18107b76b678b372e58e4fab0503a0e04ed14fb
Author:
        Campbell Morrison <[email protected]>
Date:
        Wed Jul 20 12:19:28 2016 +0100
Log message:

Restored the close button to the policy/schedule results dialog.  (It 
disappeared during the upgrade to later versions of jQuery UI).

diffstat:

 web/js/edit_entry.js.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 619761c9c32d -r f18107b76b67 web/js/edit_entry.js.php
--- a/web/js/edit_entry.js.php  Wed Jul 20 11:44:02 2016 +0100
+++ b/web/js/edit_entry.js.php  Wed Jul 20 12:19:28 2016 +0100
@@ -1342,7 +1342,7 @@
                              'minHeight': 150, 
                              'draggable': true});
         <?php //steal the close button ?>
-        $('#ui-tab-dialog-close').append($('a.ui-dialog-titlebar-close'));
+        $('#details_tabs').append($('button.ui-dialog-titlebar-close'));
         <?php //move the tabs out of the content and make them draggable ?>
         $('.ui-dialog').addClass('ui-tabs')
                        .prepend($('#details_tabs'))

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to