Forums / Developer / add locations and siteaccess problem
laurent le cadet
Tuesday 28 August 2007 8:41:20 am
Hi,
I have problem when I want to add location in the frontoffice.The template is ok but the form action seems to be the problem:
<form action={concat($browse.from_page)|ezurl} method="post">
turns :
<form action="/my_site_access/content/action" method="post">
which is correct but doesn't add location while /my_admin_site_access/... do the job.
I need some help.
Thanks.
Laurent
Tuesday 28 August 2007 9:01:17 am
OOPS : rights in content>manage_locations
Sorry for the mess!