[xwiki-users] Document Information Panel - tag display
Hi 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 I trust you can help Thanks Robert _________________________________________________________________ Welcome to the next generation of Windows Live http://www.windowslive.co.uk/get-live
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
Oh and by the way, thanks for choosing & using XWiki ;-) Guillaume On Sat, Apr 19, 2008 at 8:00 PM, Guillaume Lerouge <[email protected]> wrote:
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
we need a jira issue for this so that it can be fixed. Thanks -Vincent On Apr 19, 2008, at 8:01 PM, Guillaume Lerouge wrote:
Oh and by the way, thanks for choosing & using XWiki ;-) Guillaume
On Sat, Apr 19, 2008 at 8:00 PM, Guillaume Lerouge <[email protected]
wrote:
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
-- http://wikibc.blogspot.com/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Guillaume Thanks for the prompt reply, the Quick Fix does sort of work, however the properties box is now is displayed at 13px! A furher observation is that the tag list is displayed with double line spacing. I will continue to use XWIKI and inform you of any further hickups Keep up the good work with XWIKI ! Thanks Robert
Date: Sat, 19 Apr 2008 20:00:34 +0200> From: [email protected]> To: [email protected]> Subject: Re: [xwiki-users] Document Information Panel - tag display> > 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> _______________________________________________> users mailing list> [email protected]> http://lists.xwiki.org/mailman/listinfo/users
Amazing prizes every hour with Live Search Big Snap http://www.bigsnapsearch.com
Hi Robert, You can try narrowing the CSS with input[type=checkbox] (or something similar) to have it work only for checkboxes. Guillaume On Sat, Apr 19, 2008 at 10:11 PM, Robert Johnson <[email protected]> wrote:
Guillaume Thanks for the prompt reply, the Quick Fix does sort of work, however the properties box is now is displayed at 13px! A furher observation is that the tag list is displayed with double line spacing.
Date: Sat, 19 Apr 2008 20:00:34 +0200> From: [email protected]> To: [email protected]> Subject: Re: [xwiki-users] Document Information Panel - tag display> > 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>
I will continue to use XWIKI and inform you of any further hickups Keep up the good work with XWIKI ! Thanks Robert 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> _______________________________________________> users mailing list> [email protected]> http://lists.xwiki.org/mailman/listinfo/users _________________________________________________________________ Amazing prizes every hour with Live Search Big Snap http://www.bigsnapsearch.com _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Guillaume Thanks I will look into that Oh when you raise the bug report please add that contrary to the user documents the only tag seperator that works is "|", a space or "," does not and results in the panel being incorrectly displayed Thanks Again Robert> Date: Sat, 19 Apr 2008 22:13:50 +0200> From: [email protected]> To: [email protected]> Subject: Re: [xwiki-users] Document Information Panel - tag display> > Hi Robert,> > You can try narrowing the CSS with input[type=checkbox] (or something> similar) to have it work only for checkboxes.> Guillaume> > On Sat, Apr 19, 2008 at 10:11 PM, Robert Johnson <[email protected]>> wrote:> > >> > Guillaume> > Thanks for the prompt reply, the Quick Fix does sort of work, however the> > properties box is now is displayed at 13px!> > A furher observation is that the tag list is displayed with double line> > spacing.> >> > I will continue to use XWIKI and inform you of any further hickups> > Keep up the good work with XWIKI !> > Thanks> > Robert> > > Date: Sat, 19 Apr 2008 20:00:34 +0200> From: [email protected]> To:> > [email protected]> Subject: Re: [xwiki-users] Document Information Panel -> > tag display> > 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>> > _______________________________________________> users mailing list>> > [email protected]> http://lists.xwiki.org/mailman/listinfo/users> > _________________________________________________________________> > Amazing prizes every hour with Live Search Big Snap> > http://www.bigsnapsearch.com> > _______________________________________________> > users mailing list> > [email protected]> > http://lists.xwiki.org/mailman/listinfo/users> >> > > > -- > http://wikibc.blogspot.com/> _______________________________________________> users mailing list> [email protected]> http://lists.xwiki.org/mailman/listinfo/users _________________________________________________________________ Get Hotmail on your mobile. Text MSN to 63463 now! http://mobile.uk.msn.com/pc/mail.aspx
participants (3)
-
Guillaume Lerouge -
Robert Johnson -
Vincent Massol