-
+ |
diff --git a/design/views/generic/reply/quickreply.php b/design/views/generic/reply/quickreply.php
index 65f9dfe..4be7a2a 100755
--- a/design/views/generic/reply/quickreply.php
+++ b/design/views/generic/reply/quickreply.php
@@ -52,16 +52,6 @@
if (!isset($InputTitle)) {
$InputTitle = 'Post comment';
}
- if (!isset($Action)) {
- $Action = '';
- }
-
- // TODO: Remove inline styles
-
- // Old to do?
- // TODO: Preview, come up with a standard, make it look like post or just a
- // block of formatted BBcode, but decide and write some proper XHTML
-
$ReplyText = new TEXTAREA_PREVIEW('body', 'quickpost', '',
$TextareaCols, $TextareaRows, false, false, true, array(
@@ -95,18 +85,18 @@
|
if (Users::has_avatars_enabled()) { ?>
-
+ |
=Users::show_avatar(G::$LoggedUser['Avatar'], G::$LoggedUser['ID'], G::$LoggedUser['Username'], (!isset($HeavyInfo['DisableAvatars']) || $HeavyInfo['DisableAvatars']))?>
|
} ?>
-
+ |
|