silverstripe-framework/admin/templates
Ingo Schommer bcbf4636fc BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980)
The existence of .ss-tabset triggers JS which applies $.tabs(),
and in turn interprets the first available link as the tab navigation.
jQuery UI subsequently tries to ajax-load this link, which is not
desired. Instead, $.tabs() should *only* be applied to a container
DOM element with .cms-tabset applied.
2012-11-01 00:25:13 +01:00
..
Includes CMS Localization 2012-08-10 00:17:34 +02:00
CMSBreadcrumbs.ss Fix: display the correct (menu) icon in the GridFieldDetailForm's breadcrumbs. 2012-08-08 17:30:20 +02:00
CMSDialog.ss MINOR Cleaned up CMS dialog styling (now works with/without tabs, in iframe and inline markup), removed superfluous SCSS variable declarations 2012-01-03 18:11:21 +01:00
CMSTabSet.ss BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980) 2012-11-01 00:25:13 +01:00
LeftAndMain_printable.ss MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
LeftAndMain.ss MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary. 2012-05-11 13:49:20 +12:00
ModelSidebar.ss BUG Fully qualified namespace for _t() in templates 2012-08-06 13:44:21 +02:00