Skip to content
Snippets Groups Projects
Commit e34ae5bb authored by Guillaume Delhumeau's avatar Guillaume Delhumeau
Browse files

XWIKI-11393: Set the XWiki 2.1 syntax in the Sandbox.

* Don't use @import anymore.
parent f5fd05ce
No related branches found
No related tags found
No related merge requests found
......@@ -330,9 +330,6 @@
<property>
<code>#template('colorThemeInit.vm')
/* TODO: replace with @import statement when XWIKI-12788 is closed. Reason: http://www.stevesouders.com/blog/2009/04/09/dont-use-import/ */
@import url("$services.webjars.url('bootstrap-switch', 'css/bootstrap3/bootstrap-switch.min.css')");
.notifications-watchlist-item {
margin: 0;
padding: 5px;
......@@ -571,6 +568,8 @@
##
#set ($discard = $xwiki.ssx.use('XWiki.WatchListNotificationsUIX'))
#set ($discard = $xwiki.jsx.use('XWiki.WatchListNotificationsUIX'))
## TODO: replace by $xwiki.sswx.use() or something like this when XWIKI-12788 is closed.
#set ($discard = $xwiki.linkx.use($services.webjars.url('bootstrap-switch', 'css/bootstrap3/bootstrap-switch.min.css'), {'type': 'text/css', 'rel': 'stylesheet'}))
##
## Display the 3 toggle buttons
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment