From 7a94df491a006445555c8795312110201f446b24 Mon Sep 17 00:00:00 2001
From: Matthias Mees
Date: Sat, 6 Jul 2013 00:53:35 +0200
Subject: [PATCH] Styling the captchabox.
---
.../serendipity_event_spamblock.php | 4 ++--
templates/2k11/admin/entries.inc.tpl | 4 ++--
templates/2k11/admin/images.inc.tpl | 2 +-
templates/2k11/admin/style.css | 12 +++++++-----
4 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
index 32575304..fd8265d7 100644
--- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
+++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
@@ -779,9 +779,9 @@ var $filter_defaults;
}
function example() {
- echo '' . PLUGIN_EVENT_SPAMBLOCK_LOOK . '
';
+ echo '
' . PLUGIN_EVENT_SPAMBLOCK_LOOK;
$this->show_captcha();
- echo '
';
+ echo '
';
}
function show_captcha($use_gd = false) {
diff --git a/templates/2k11/admin/entries.inc.tpl b/templates/2k11/admin/entries.inc.tpl
index 4997e3ba..a0565636 100644
--- a/templates/2k11/admin/entries.inc.tpl
+++ b/templates/2k11/admin/entries.inc.tpl
@@ -213,12 +213,12 @@
{/if}
{if ($is_doDelete || $is_doMultiDelete )}
{foreach $del_entry AS $delent}
- {$delent}
+ {$delent}
{/foreach}
{/if}
{if ( $is_delete || $is_multidelete )}
{foreach $rip_entry AS $ripent}
- {$ripent}
+ {$ripent}
{/foreach}