Thursday 27 September 2007 10:14:05 am
Hi,
I have a simple button use to edit a content class in frontoffice.
The site is multilinguage. I don't know to have a complet url to skip edition choice language :) That's were I am..
{def $locale = ezini( 'RegionalSettings', 'Locale' , 'site.ini')}
<a href={concat( 'content/edit/', $Nodes.item.contentobject_id, '/', $locale )|ezurl}>
<img src={'images/btn_edit.gif'|ezdesign} alt="{'Edit'|i18n( 'design/admin/node/view/full' )}" title="{'Edit <%child_name>.'|i18n( 'design/admin/node/view/full',, hash( '%child_name', $child_name ) )|wash}" />
</a>
The object edit version is missing and the language choice message still prompting. I'm don't really understand. Any hint. Regards. Laurent
|