Wednesday 31 January 2007 3:52:53 am
Yes but unless you make ur own extension you have to hardcode the link like
{if $node.can_edit}
<a href="http://www.site.com/index.php/siteaccess_admin/content/edit/{$node.contentobject_id}/">Edit</a>
{/if}
Also, this might require him to login to the admin interface unless he allready is. The better way to do this is to actually modify the design of the edit templates that they allow your editors to edit the node on the public siteaccess, this is a more futuristic approach as we go into web 2.0 standards.
|