11 Apr
2008
11 Apr
'08
1:27 p.m.
Hi Fabien, my bad : you've done everything right, I simply confused taginline.vm with tagedit.vm. You need to use tagedit.vm , sorry :-) #if($obj == "")
#warning("This is not an article!") #elseif($context.action!="inline") .... snipped ..... #else <dl> <dt>Title:</dt> <dd>$doc.display("title", "edit", $obj)</dd> <dt>Category:</dt> <dd>$doc.display("category", "edit", $obj)</dd> <dt>Content:</dt> <dd>$doc.display("content", "edit", $obj)</dd> <dt>Extract:</dt> <dd>$doc.display("extract", "edit", $obj)</dd> #template('tagedit.vm') </dl> #end
Actually you don't even need the <dt>Tag</dt> , it's already included in the template file. Guillaume