Friday 26 August 2005 7:25:26 am
Regards to all... I have a doubt am trying to edit a certain content before loaded in the CMS... First place a button of load of new contents (it is the content that is), I did it with this code:
<form method="post" action={"content/action/"|ezurl} name="frmNoticias">
<input class="button" type="submit" name="NewButton" value="Cargar Imagen" />
<input type="hidden" name="ClassID" value="5" />
<input type="hidden" name="NodeID" value="{$node.node_id}" />
</form>
Now I am trying to place a button that allows me to edit the above mentioned loaded content using the insole(staff) standard of the cms. I suppose that the form to do this is similar to the previous one, nevertheless I have certain doubts that I must place secret fields. Thank you in advance for any help... Regards...
|