Skip to content

Commit

Permalink
XWIKI-21774: Admin section: make the panel wizard section pass websta…
Browse files Browse the repository at this point in the history
…ndard tests

* Replaced inline styling with regular style for the panel wizard tooltip
* Removed the comment from the test for the panel wizard
  • Loading branch information
Sereza7 committed Jan 18, 2024
1 parent 0622958 commit b2a9b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -632,6 +632,7 @@
}

#dhtmltooltip {
display: none;
background-color: $theme.highlightColor;
border: 1px solid $theme.borderColor;
padding: 2px 4px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2a9b0e

Please sign in to comment.