Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-11-28 02:16:06 +0300
committerrobocoder <anthon.pang@gmail.com>2009-11-28 02:16:06 +0300
commit2f87ed3fe56bdbcc745a03b117d6f0ba52fd50c3 (patch)
treecccefd67cc8060b9c9fe7dbc42e0674b1a70d065 /core/SmartyPlugins
parent6bfbb32418a5ae69156ab23d9fb35ab6f77a843e (diff)
fixes #1029 - replace obsolete/unsupported thickbox with jqueryui dialog
git-svn-id: http://dev.piwik.org/svn/trunk@1614 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/SmartyPlugins')
-rw-r--r--core/SmartyPlugins/function.assignTopBar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SmartyPlugins/function.assignTopBar.php b/core/SmartyPlugins/function.assignTopBar.php
index 4d5beb44fc..b582cca27c 100644
--- a/core/SmartyPlugins/function.assignTopBar.php
+++ b/core/SmartyPlugins/function.assignTopBar.php
@@ -24,7 +24,7 @@ function smarty_function_assignTopBar($params, &$smarty)
array('CoreHome', Piwik_Translate('General_YourDashboard'), array('module' => 'CoreHome', 'action' => 'index')),
array('Widgetize', Piwik_Translate('General_Widgets'), array('module' => 'Widgetize', 'action' => 'index')),
array('API', Piwik_Translate('General_API'), array('module' => 'API', 'action' => 'listAllAPI')),
- array('Feedback', Piwik_Translate('General_GiveUsYourFeedback'), array('module' => 'Feedback', 'action' => 'index', 'keepThis' => 'true', 'TB_iframe' => 'true', 'height' => '400', 'width' => '350'), 'title="'.Piwik_Translate('General_GiveUsYourFeedback').'" class="thickbox"'),
+ array('Feedback', Piwik_Translate('General_GiveUsYourFeedback'), array('module' => 'Feedback', 'action' => 'index'), 'id="topbar-feedback"'),
);
foreach($elements as $element)