Tuesday 25 April 2006 12:22:43 am
I'm trying to make a template that will let me remove a object. The object_id is passed to the template in a url parameter called id. I have tried the following code, but nothing really happens when i click the button. It just redirects me to the home page and the object has not been removed.
<form name="form1" method="post" action={"content/action"|ezurl}>
<input type="hidden" name="ContentObjectID" value="{$view_parameters.id}" />
<input type="submit" name="RemoveButton" value="{'Remove'|i18n('design/standard/node/view')}" />
</form>
Am I missing something in the code?
|