[xwiki-users] Move the search box

2008-09-02 Thread Edward Laptop
Hi I have used the panels to place the search box down under a box of links - that are in the left hand column. However, I really want to get the search box up in the right of the header. How would I do that please (I have moved the login by taking some code out of global.vm and placing it

Re: [xwiki-users] Move the search box

2008-09-02 Thread adoro
Hi Edward, do you want the search panel to appear in the top corner or just search input field in the place where normally login link is placed? If so, you can copy the source code from the Search Panel - available in inline edit mode - and put it where you want. You'll find it either from

Re: [xwiki-users] Move the search box

2008-09-02 Thread Edward Laptop
I basically want it to look as is. I have tried copying the code as you desribe into the global.vm but I have been staring at my screen for about 5 hours now and I have begun to do silly things like */ instead of *# So I need a break thanks for reply Edward

Re: [xwiki-users] Move the search box

2008-09-02 Thread adoro
Sure you use only cut-out form action=$xwiki.getURL('Main.WebSearch') div id=globalsearch input id=globalsearchinput type=text name=text value=$msg.get('panels.search.inputText') size=15 onfocus=if (this.value == '$msg.get('panels.search.inputText')') value=''; this.select();