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

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

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

revision 1.1.2.1 by btmash, Fri Apr 11 20:01:56 2008 UTC revision 1.1.2.2 by btmash, Fri Jul 18 15:52:50 2008 UTC
# Line 1  Line 1 
1    <?php
2    // $Id$
3    
4    /**
5     * @file
6     * Default theme implementation to show content that requires moderation
7     *
8     *  * Available variables:
9     * - $reports: An array of reports
10     *
11     * @see template_preprocess()
12     * @see template_preprocess_abuse_page()
13     */
14    ?>
15  <div id="message-wrapper" class="message status"></div>  <div id="message-wrapper" class="message status"></div>
16  <ul class="abuse-report-list">  <ul class="abuse-report-list">
17    <?php foreach ($reports as $report): ?>    <?php foreach ($reports as $report): ?>
# Line 6  Line 20 
20  </ul>  </ul>
21    
22  <?php // hide the controls for the main abuse page on the individual ticket page ?>  <?php // hide the controls for the main abuse page on the individual ticket page ?>
23  <?php if(!preg_match('/^admin\/abuse\/status/i', $_REQUEST['q'])): ?>  <?php if (!preg_match('/^admin\/abuse\/status/i', $_REQUEST['q'])): ?>
24  <div id="abuse-report-list-controls">  <div id="abuse-report-list-controls">
25          <?php print l(t('Get More Tickets'), $_REQUEST['q']); ?>          <?php print l(t('Get More Tickets'), $_REQUEST['q']); ?>
26  </div>  </div>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.3