From 447d42d4540a7550627716dd0f071afdfa44f88d Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 30 Mar 2012 17:20:15 +0100 Subject: [PATCH] more layout bits --- contrib/image_hash_ban/theme.php | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/contrib/image_hash_ban/theme.php b/contrib/image_hash_ban/theme.php index d23721f7..d09cad2b 100644 --- a/contrib/image_hash_ban/theme.php +++ b/contrib/image_hash_ban/theme.php @@ -26,24 +26,19 @@ class ImageBanTheme extends Themelet { foreach($bans as $ban) { $h_bans .= " - {$ban['hash']} - {$ban['reason']} - - ".make_form(make_link("image_hash_ban/remove"))." + ".make_form(make_link("image_hash_ban/remove"))." + {$ban['hash']} + {$ban['reason']} + - - + + "; } $html = " - - +
HashReasonAction