> > 
> > does that style have a style element called 
> > 
> >        <[element_approvelist]>
> > 
> > does it have any content..
> 
> no it doesn't .. there are only <[ROOT]>

the code that should be in this element is attached below

 <[repligard_admin_top]> <[repligard_expert_edit]> <[repligard_import_edit]>

these should be under adminsite_tools_eng

> 
> > 
> > 
> > If this is a fresh system try this
> > 
> > mysql midgardstaging -e "update repligard set updated=0,changed=0;";
> > 
> > then 
> > repligard -i nadmin_core_1.4.xmlgz
> > 
> > this will force install all the code again.
> > 
> 
> I have done this but I think I now know the problem:
> This adminsite_template_eng is only available as user "admin" -> there it works , 
>but not for the companyadmin user. As the company user I also down see the style in 
>"Styles". 

you can not see 'SG0 styles' as any other user unless they have been 'tagged' as 
shared. 

> 
> The problem ist that I can create users and group as a company admin, but for 
>deletion i need "admin".

The code indicates that the deletion would have worked, (as shown by the screen shot) 
but you just got some warnings  from the template engine..


>  
> Thanks for the hint (other mail). You were right. Package rcs was missing :-)
> 
> greetings
> Wolfixx
> > 
> > 
>


/------------CUT HERE!


<form name="multiapprove" method="post" action="{mgdroot}/rcs/frontpage/" 
target="editing">
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#006699">
<!-- BEGIN DYNAMIC BLOCK: viewapprovepageonly -->
  <tr>
    <td colspan=2 class="head">List of webpages requiring approval</td>
  </tr>
<!-- BEGIN DYNAMIC BLOCK: elements1 -->
  <tr>
    <td class="head" width=100%>Not Approved</td>
    <td class="head">Approve?</td>
    
  </tr>
<!-- BEGIN DYNAMIC BLOCK: elements1body -->
  <tr> 
    <td bgcolor="#cccccc"><A class=menubar 
      target=editing 
href="{mgdroot}/rcs/browse/?type=page&amp;id={id}&amp;previewbase={base}">{url}</a>
    </td>
    <td class="menubar"><input type=checkbox name="mgdapprovepage[{id}]"></td>
  </tr>
<!-- END DYNAMIC BLOCK: elements1body -->
<!-- END DYNAMIC BLOCK: elements1 -->
<!-- BEGIN DYNAMIC BLOCK: elements2 -->
  <tr>
    <td class="head">Approved but Changed</td>
    <td class="head">Approve?</td>
 </tr>
<!-- BEGIN DYNAMIC BLOCK: elements2body -->
  <tr> 
    <td bgcolor="#cccccc"><A class=menubar target=editing 
href="{mgdroot}/rcs/browse/?type=page&amp;id={id}&amp;previewbase={base}" 
>{url}</a></td>
    <td class="menubar"><input type=checkbox name="mgdapprovepage[{id}]"></td>

  </tr>
<!-- END DYNAMIC BLOCK: elements2body -->
<!-- END DYNAMIC BLOCK: elements2 -->
<tr><td colspan=2 bgcolor="#cccccc">&nbsp;</td></tr>
<!-- END DYNAMIC BLOCK: viewapprovepageonly -->
<!-- BEGIN DYNAMIC BLOCK: viewapprovearticleonly -->
 <tr>
    <td colspan=2 class="head">List of articles requiring approval</td>
 </tr>

<!-- BEGIN DYNAMIC BLOCK: elements3 -->
  <tr>
    <td class="head" width=100%>Not Approved</td>
    <td class="head">Approve?</td>
 </tr>
<!-- BEGIN DYNAMIC BLOCK: elements3body -->
  <tr> 
    <td bgcolor="#cccccc"><A class=menubar target=editing 
href="{mgdroot}/rcs/browse/?type=article&amp;id={id}&amp;previewbase={base}" 
>{url}</a></td>
    <td class="menubar"><input type=checkbox name="mgdapprovearticle[{id}]"></td>
  </tr>
<!-- END DYNAMIC BLOCK: elements3body -->
<!-- END DYNAMIC BLOCK: elements3 -->
<!-- END DYNAMIC BLOCK: viewapprovearticleonly -->
 <tr> 
    <td bgcolor="#cccccc">&nbsp;</td>
    <td bgcolor="#cccccc" class="menubar"><input type=submit name="mgdapprove" 
value="Approve"></td>

  </tr>

</table>
</form>








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to