Gabriel T. Vilela wrote:
> Hi, I'm configurating the blog feature in xwiki enterprise
> 1.4-milestone-1 and there is one thing I would like to change.
> 
> When users create a new post, the properties (Title, Category, Content
> and Extract) are edited in the Inline form mode.
> 
> But when something is edited with the Inline form, the first thing
> appearing in the screen is a Comment edit box (together with the
> Cancel, View, Save&Continue and Save&View buttons).
> 
> I'm afraid (and it already happened) that users will not read
> "Comment" there and just start writing.
> 
> Is there a way to remove or to put that comment line with the same
> buttons located at the bottom (not on top) of the screen?
> 
Sure, just edit editinline.vm and remove/comment the following:

#set($editactions = "top") 
 

<div class="topbuttons">#template("editactions.vm")</div>

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to