N°1408 - Support contextual parameters in attributes dashboard

This commit is contained in:
Eric
2018-10-05 17:02:04 +02:00
parent 99153d02ee
commit 709badd0f7
10 changed files with 374 additions and 136 deletions

View File

@@ -101,7 +101,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
$this->add_linked_script('../js/jquery.mousewheel.js');
$this->add_linked_script('../js/jquery.magnific-popup.min.js');
$this->add_linked_script('../js/breadcrumb.js');
$this->add_linked_script('../js/moment.min.js');
$this->add_linked_script('../js/moment.min.js');
$this->add_linked_script('../js/round_checkbox.js');
$sSearchAny = addslashes(Dict::S('UI:SearchValue:Any'));