Thursday 31 July 2003 8:07:57 pm
Hi All, this is causing a bug error on my admin page. in design/admin/override/templates/info_page.tpl around line 156:
<a href={concat( 'content/view/full/', $:item.node_idTemplateContent={* Info page admin view template *}
{default with_children=true()
is_editable=true()
is_standalone=true()}
{let page_limit=15
list_count=and($with_children,fetch( content, list_count, hash( parent_node_id, $node.node_id ) ) )}
{default content_object=$node.object
content_version=$node.contentobject_version_object node_name=$node.name}
{section show=$is_standalone}
<form method="post" action={"content/action"|ezurl}> {/section} _____________________ Now I am still a struggling newbie but I can see that the <a href></a> tag is not closed and that something is missing after $:item.node_idTemplateContent= any ideas what this is supposed to be?? your ever persistent, future ez expert ;-) Mags
|