| 1 |
<li class="abuse-report corners"> |
<li class="abuse-report corners"> |
| 2 |
|
|
| 3 |
<h2 class="title"> |
<h2 class="title"> |
| 4 |
<?php print l($object->title, $object->link); ?> |
<?php print l($object->title, $object->path['URL'], array('query' => $object->path['QUERY'], 'fragment' => $object->path['BREADCRUMB'])); ?> |
| 5 |
</h2> |
</h2> |
| 6 |
|
|
| 7 |
<?php if(!empty($object->description)): ?> |
<?php if(!empty($object->description)): ?> |
| 19 |
<?php print l(t("history"), 'admin/abuse/status/user/'. $account->uid); ?> |
<?php print l(t("history"), 'admin/abuse/status/user/'. $account->uid); ?> |
| 20 |
</dd> |
</dd> |
| 21 |
<dt><?php print t('Type:'); ?></dt> |
<dt><?php print t('Type:'); ?></dt> |
| 22 |
<dd><?php print $nodeType; ?></dd> |
<dd><?php print $object->type; ?></dd> |
| 23 |
<dt><?php print t('Status:'); ?></dt> |
<dt><?php print t('Status:'); ?></dt> |
| 24 |
<dd><?php print $object->abuse_status_string; ?></dd> |
<dd><?php print $object->abuse_status_string; ?></dd> |
| 25 |
<?php if(variable_get('abuse_assigned_moderators', FALSE)): ?> |
<?php if(variable_get('abuse_assigned_moderators', FALSE)): ?> |
| 31 |
<!-- Actions --> |
<!-- Actions --> |
| 32 |
<p class="actions"><?php print $moderate; ?></p> |
<p class="actions"><?php print $moderate; ?></p> |
| 33 |
|
|
| 34 |
<div class="container"> |
<div class="clear-block"> |
| 35 |
|
|
| 36 |
<!-- Left Column --> |
<!-- Left Column --> |
| 37 |
<div class="column column-first"> |
<div class="column column-first"> |