Hi Robert,
I have downloaded XWIKI to configure this for use in a small office
I have configured tags in structured mode and have found that the tags are
displayed strangely in the document information panel.
The tag check box appears on one line (centred in panel) and the tag-name
apears on a line below but left justified. I have looked at the code in the
tagclass, the document information panel object and in tagedit.vm. However
I have been unable to work out whee the problem is.
I am using the toucan skin
Thanks for pointing out this layout problem. The checkboxes showed up fine
under Albatross but due to some style inheritance from Toucan they're now
looking weird.
A quick fix is available (I know this is an ugly workaround, Sergiu please
don't kill me for this ;-) ) :
1. Go to the folder where your instance of XWiki is stored
2. Go to webapps -> xwiki -> templates -> tagedit.vm and open it
3. Add the following lines at the very top of the file :
<style type="text/css">
.panel input, .panel select, #editPanels dl dd input { width:13px; }
</style>
1. Save the file
2. Reload your page : the checkboxes should now have the right size.
Please keep in mind that's this way of doing things is definitely not
recommended :-) But at least it will help you for now.
Guillaume