problem with the main template in tools page
I have this problem in the template "tools-home.tmpl": the content of this template is inside of labels <!--TMPL_IF-->, for example: <!-- TMPL_IF NAME="CAN_user_tools_edit_news" --> <dt><a href="/cgi-bin/koha/tools/koha-news.pl">Noticias</a></dt> <dd>Escriba novedades para el OPAC y la interfaz administrativa</dd> <!-- /TMPL_IF --> but this content doesn't show, i don't find where the variables are declared (in this case "CAN_user_tools_edit_news"), if anyone can help me I'll be grateful
Hi, On Thu, Apr 7, 2011 at 11:24 AM, Adnier Rosello Carrazana <arosello@uci.cu> wrote:
I have this problem in the template "tools-home.tmpl":
the content of this template is inside of labels <!--TMPL_IF-->, for example: <!-- TMPL_IF NAME="CAN_user_tools_edit_news" --> <dt><a href="/cgi-bin/koha/tools/koha-news.pl">Noticias</a></dt> <dd>Escriba novedades para el OPAC y la interfaz administrativa</dd> <!-- /TMPL_IF -->
but this content doesn't show, i don't find where the variables are declared (in this case "CAN_user_tools_edit_news"), if anyone can help me I'll be grateful
Such template variables are set by the user permissions system. In this case, it looks like the staff user you're trying to use doesn't have the tools/edit_news permission. If you grant that permission, the link should show up. Regards, Galen -- Galen Charlton gmcharlt@gmail.com
I have this problem in the template "tools-home.tmpl":
the content of this template is inside of labels <!--TMPL_IF-->, for example: <!-- TMPL_IF NAME="CAN_user_tools_edit_news" --> <dt><a href="/cgi-bin/koha/tools/koha-news.pl">Noticias</a></dt> <dd>Escriba novedades para el OPAC y la interfaz administrativa</dd> <!-- /TMPL_IF -->
but this content doesn't show, i don't find where the variables are declared (in this case "CAN_user_tools_edit_news"), if anyone can help me I'll be grateful This is a granular permission on the patron screen under the more tab is
On 07/04/11 16:24, Adnier Rosello Carrazana wrote: the option Set Permissions, in there you will see a group of tools permissions one of which is 'edit_news' you can give the member of staff all the tools permission (just tick tools) or individual permissions in the group Cheers Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 845 557 5634 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (3)
-
Adnier Rosello Carrazana -
Colin Campbell -
Galen Charlton