<div dir="ltr">Hello,<br><br>Like you advice, I check the toolbar group and I check the folderId but It don't change anything. I set general.allowedRoles=all in edit and exportpdf to test the auth plugin impact.<br>When I launch my project.php, I look on my source code and my folder and all the html part seems to be here but I don't see them on the screen. I check the css so I suppose it's a javascript component who change the view on the screen.<br>
Someone got an idea?<br><br>Thanks<br><br>Thomas G<br><br>Below an extract from my template cartoclient.tpl<br><br>######### PART leftbar ###########<br><br><div id="leftbar"><br> <div><br> <ul id="tabnav2"><br>
<li id="label13"><a href="javascript:ontop(13)">{t}Print{/t}</a></li><br> <li id="label11"><a href="javascript:ontop(11)">{t}Layers reorder{/t}</a></li><br>
{if $views|default:''}<li id="label8"><a href="javascript:ontop(8)">{t}Views{/t}</a></li>{/if}<br> <li id="label5"><a href="javascript:ontop(5)">{t}Help Viewer{/t}</a></li><br>
</ul><br> <ul id="tabnav1"><br> <li id="label1"><a href="javascript:ontop(1)">{t}Themes{/t}</a></li><br> <li id="label3"><a href="javascript:ontop(3)">{t}Search{/t}</a></li><br>
<li id="label12"><a href="javascript:ontop(12)">{t}Edit{/t}</a></li><br> <li id="label6"><a href="javascript:ontop(6)">{t}Outline{/t}</a></li><br>
<li id="label7"><a href="javascript:ontop(7)">{t}Query{/t}</a></li><br> </ul><br> </div><br>###### Part with toolbar #########<br><td colspan="3" id="toolbar_row" nowrap="nowrap"><br>
{include file="toolbar.tpl" group="1" header="1"}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> {include file="toolbar.tpl" group="3"}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
{include file="toolbar.tpl" group="4"}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> {if $edit_allowed|default:'' && $edit_layer_selected}<br> {include file="toolbar.tpl" group="5"}<br>
<input type="checkbox" id="snapping" name="edit_snapping" onclick='mainmap.snap("map")' {if $edit_snapping|default:''}checked=checked{/if}/><br> <img src="{r type=gfx plugin=edit}edit_snap.gif{/r}" title="{t}Allow vertex snapping{/t}" alt="{t}Allow vertex snapping{/t}"><br /><br>
{/if}<br> <span {if !$exportPdf}style="display:none; "{/if}><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{include file="toolbar.tpl" group="2"}<br>
</span><br>....<br><br>##### part Folder ########<br><div id="folder12" class="folder" style="height:550px;"><br> {if $edit_active|default:''}<br> {include file="../plugins/edit/templates/edit.tpl"}<br>
{/if}<br> </div><br><br><div id="folder13" class="folder"><br> <br /><br> {if $exportPdf|default:''}<br> {$exportPdf}<br> {else}<br> <p><br>
{t}You are not allowed to print maps{/t},<br> {if $auth_active|default:''}<br> {t}please{/t} {$auth}.<br> {/if}<br> </p><br> {/if}<br> </div><br>
<br>Thomas G<br></div>