Browse Source

template edits

pull/2/head
Mark (ilosuna) 12 years ago
parent
commit
b921dd0b89
1 changed files with 11 additions and 4 deletions
  1. +11
    -4
      cms/templates/admin/subtemplates/comments_report_spam.inc.tpl

+ 11
- 4
cms/templates/admin/subtemplates/comments_report_spam.inc.tpl View File

@ -1,9 +1,16 @@
<h1><a href="index.php"><?php echo $lang['administration']; ?></a> &raquo; <a href="index.php?mode=comments"><?php echo $lang['comments']; ?></a> &raquo; <?php echo $lang['report_spam']; ?></h1>
<ul class="breadcrumb">
<li><a href="index.php?mode=comments"><?php echo $lang['comments']; ?></a></li>
<li class="active"><?php echo $lang['report_spam']; ?></li>
</ul>
<h1><?php echo $lang['report_spam']; ?></h1>
<p><?php echo $lang['report_spam_confirm']; ?></p> <p><?php echo $lang['report_spam_confirm']; ?></p>
<p><em><strong><?php echo $comment['name']; ?>,</strong> <?php echo strftime($lang['time_format'], $comment['time']); ?>:</em><p>
<p><?php echo $comment['comment']; ?></p>
<div class="panel panel-default">
<div class="panel-heading"><strong><?php echo $comment['name']; ?>,</strong> <?php echo strftime($lang['time_format'], $comment['time']); ?></div>
<div class="panel-body"><?php echo $comment['comment']; ?></div>
</div>
<form action="index.php" method="post"> <form action="index.php" method="post">
<div> <div>
@ -12,7 +19,7 @@
<input type="hidden" name="id" value="<?php echo $comment['id']; ?>" /> <input type="hidden" name="id" value="<?php echo $comment['id']; ?>" />
<input type="hidden" name="comment_id" value="<?php echo $comment_id; ?>" /> <input type="hidden" name="comment_id" value="<?php echo $comment_id; ?>" />
<input type="hidden" name="page" value="<?php echo $page; ?>" /> <input type="hidden" name="page" value="<?php echo $page; ?>" />
<input type="submit" name="report_as_spam" value="<?php echo $lang['report_as_spam_submit']; ?>" /> <input type="submit" name="report_as_spam_and_delete" value="<?php echo $lang['report_as_spam_delete_submit']; ?>" />
<input class="btn btn-danger" type="submit" name="report_as_spam" value="<?php echo $lang['report_as_spam_submit']; ?>" /> <input class="btn btn-danger" type="submit" name="report_as_spam_and_delete" value="<?php echo $lang['report_as_spam_delete_submit']; ?>" />
</div> </div>
</form> </form>

Loading…
Cancel
Save