Skip to content
Snippets Groups Projects
Unverified Commit 4cf01119 authored by Hassan Ali's avatar Hassan Ali Committed by GitHub
Browse files

XWIKI-17127: Page Information "xhidden" checkbox is misaligned #1277

Since editPanels class was recently changed to `xform` from `form`, it broke the styling. So xhidden type `checkbox` was loading wrong styles.
parent abe69995
No related merge requests found
......@@ -256,7 +256,7 @@
: [[$services.localization.render('panels.documentInformation.configureSyntaxes')>>path:$xwiki.getURL('XWiki.XWikiPreferences', 'admin', 'editor=globaladmin&section=Syntaxes')]]
#end
##--------------------------------------------------------------------------
; (% class="checkbox" %){{html}}
; {{html}}
<label for="xhidden"><input id="xhidden" type="checkbox" name="xhidden" #if($tdoc.isHidden()) checked="checked"#end value="1"/>$services.localization.render('panels.documentInformation.hiddenDocument')</label>
<input name="xhidden" type="hidden" value="0" />
{{/html}}
......
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