<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>if the folder content is there but not visible, it means it's
considered hidden by the folder management javascript.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>so, either you have two folder with the same id, or two
ontop(#) javascript function call with the same # in your
cartoclient.tpl</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>regards</FONT></DIV>
<DIV><FONT size=2>Oliver</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=thomas.gratier@gmail.com
href="mailto:thomas.gratier@gmail.com">thomas gratier</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=cartoweb-users@lists.maptools.org
href="mailto:cartoweb-users@lists.maptools.org">cartoweb-users@lists.maptools.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, September 17, 2008 5:56
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Cartoweb-users]
Misconfiguration or bug concerningeditandexportpdf</DIV>
<DIV><BR></DIV>
<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>
<P>
<HR>
<P></P>_______________________________________________<BR>Cartoweb-users
mailing
list<BR>Cartoweb-users@lists.maptools.org<BR>http://lists.maptools.org/mailman/listinfo/cartoweb-users<BR></BLOCKQUOTE></BODY></HTML>