/[drupal]/contributions/modules/abuse/abuse-page.tpl.php
ViewVC logotype

Contents of /contributions/modules/abuse/abuse-page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Apr 7 16:37:02 2008 UTC (19 months, 3 weeks ago) by btmash
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Dev version of 6.x code
1 <div id="message-wrapper" class="message status"><!-- EMPTY SECTION --></div>
2 <ul id="tickets">
3 <?php foreach ($reports as $report): ?>
4 <?php print theme('abuse_report', $report); ?>
5 <?php endforeach; ?>
6 </ul>
7
8 <?php print theme('pager', array(), $limit, 0); ?>

  ViewVC Help
Powered by ViewVC 1.1.2