Friday 05 May 2006 6:25:10 am
Hi, I am using one class object in my template. its working fine but i wanna remove extra ordinery things like object info, version,translation, related objects. I am using this code below.
<form name="children" method="post" action="/index.php/news_admin/content/action">
<input class="button" type="submit" name="NewButton" value="Create Here New news" title=" " />
<input type="hidden" name="ContentNodeID" value="2" />
<input type="hidden" name="ContentObjectID" value="1" />
<input type="hidden" name="ClassID" value="26" />
<input type="hidden" name="NodeID" value="2" />
</form>
Please suggest me regarding this code. Thanx
|