Thursday 08 April 2004 4:46:05 am
Yes, this is exactly what I mean. When testing the site in Opera, you get an error, but in IE, it does what you described. My form action looks like this: action={concat("/content/edit/", $object.id, "/", $edit_version)|ezurl}
(Not sure I understand this, but I copied it from the "tscm" tutorial .) And I have got these two hidden variables: <input type="hidden" name="MainNodeID" value="{$main_node_id}" />
<input type="hidden" name="RedirectURI" value="{concat("content/view/full/", $object.parent_node.url_alias)|ezurl}" />
And I'm importing these two templates: {include uri='design:content/edit_validation.tpl'}
{include uri='design:content/edit_attribute.tpl'}
Do I need anything else?
|