Testing:Restoring permissions (Skippy07) http://www.board3.de/viewtopic.php?f=14&t=235 - subsilver2 added and a little rework for the prosilver box, to match it into the center boxes.

This commit is contained in:
Kevin
2008-02-09 16:35:38 +00:00
parent 8353a2d873
commit c115db76dc
2 changed files with 27 additions and 6 deletions

View File

@@ -1,12 +1,25 @@
<div class="panel">
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<h3>{GEN_TITLE}</h3>
<!-- IF U_RESTORE_PERMISSIONS --> &bull;
<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ELSE -->
<ul class="topiclist">
<!-- IF U_RESTORE_PERMISSIONS -->
<li class="header"><dl><dt>{L_INFORMATION}</dt></dl></li>
</ul>
<ul class="topiclist forums">
<li><dl>
<dd class="posts_portal" style="border-left:0px">
&bull; <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ELSE -->
<li class="header"><dl><dt>{GEN_TITLE}</dt></dl></li>
</ul>
<ul class="topiclist forums">
<li><dl>
<dd class="posts_portal" style="border-left:0px">
{GEN_MESSAGE}
<!-- ENDIF -->
<!-- ENDIF -->
</dd>
</dl></li>
</ul>
<span class="corners-bottom"><span></span></span>
</div>
</div>