Forums / Setup & design / edit_view_gui and browse
paul bolger
Wednesday 12 September 2007 4:50:59 pm
I'm trying to set up an 'add object' page accessible through the front end of my site which includes the browsing for related objects.
I'm using attribute_edit_gui to display the individual attributes - I don't want my external editors to see all the attributes, and I need to insert instructions for them in the template - and everything works fine except that the 'add objects' button takes you to /content/browse - but this page has no content view template - the content area is empty.
In my debug (for the edit page) I'm getting the following:
Error: eZTemplate @ design/standard/templates/content/datatype/edit/ezobjectrelationlist.tpl:374[35] Sep 13 2007 09:17:20
Unknown template variable 'attribute_base' in namespace 'ContentAttribute'
and then I'm getting
No template could be loaded for "content/browse.tpl" using resource "design"
for the browse page.
Paul Bolger