From 340d7f8892271e509324ffcba1933ef9ffed4d43 Mon Sep 17 00:00:00 2001 From: BeezyT Date: Wed, 14 Nov 2012 13:02:46 +0000 Subject: refs #2465 overlay has two modes now: full screen with sidebar & full screen without sidebar. for now, it is only accessible via a new row action in the pages report. because of this change, some mostly not-so-nice core-changes could be removed (mainly that's good because overlay doesn't impact as many things outside the plugin anymore): * disableHistory option of broadcast * handling for parameter overlayUrl in broadcast * openLinksInOverlay() method of html table * config option overlay_launch_from_pages_report * hack for data table to launch overlay from the links other changes: * error message for wrong domain has nice styles and links to admin page when the user has admin privileges * when registering row actions, the order can be set * made row action style a little more compact * increased min width of label column a bit git-svn-id: http://dev.piwik.org/svn/trunk@7470 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Transitions/templates/transitions.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Transitions') diff --git a/plugins/Transitions/templates/transitions.js b/plugins/Transitions/templates/transitions.js index bf2f3bed90..6ceb292f69 100644 --- a/plugins/Transitions/templates/transitions.js +++ b/plugins/Transitions/templates/transitions.js @@ -75,6 +75,8 @@ DataTable_RowActions_Registry.register({ dataTableIcon: 'plugins/Transitions/templates/transitions_icon.png', dataTableIconHover: 'plugins/Transitions/templates/transitions_icon_hover.png', + + order: 20, dataTableIconTooltip: [ _pk_translate('CoreHome_TransitionsRowActionTooltipTitle_js'), -- cgit v1.2.3