Skip to content
Snippets Groups Projects
Commit 82110659 authored by Sereza7's avatar Sereza7 Committed by Simon Urli
Browse files

XWIKI-21774: Admin section: make the panel wizard section pass webstandard tests

* Replaced inline styling with regular style for the panel wizard tooltip
* Removed the comment from the test for the panel wizard
parent 8f1e78a1
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@
#end
#end
#set ($panelsPerRow = 3)
(% id="dhtmltooltip" style="visibility: hidden;" %)((()))
(% id="dhtmltooltip" %)((()))
#if ($request.place)
#set ($ajaxurl = $xwiki.getDocument('Panels.PanelLayoutUpdate').getURL('get', "xpage=plain&outputSyntax=plain&place=$!{escapetool.url($request.place)}&prefsdoc=${escapetool.url($currentDoc)}&form_token=${escapetool.url($services.csrf.getToken())}"))
#else
......@@ -632,6 +632,7 @@
}
#dhtmltooltip {
display: none;
background-color: $theme.highlightColor;
border: 1px solid $theme.borderColor;
padding: 2px 4px;
......
......@@ -262,8 +262,7 @@
<!-- Look and feel -->
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=Themes
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=menu.name
<!-- /xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=Panels.PanelWizard
TODO https://jira.xwiki.org/browse/XWIKI-21774 -->
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=Panels.PanelWizard
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=panels.applications
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=panels.navigation
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin&amp;section=Presentation
......
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