Browse Source

Merge pull request #1047 from Arantor/release-2.1

More cleanup of things we're not using any more
Arantor 11 years ago
parent
commit
a19854572b

+ 0 - 10
Themes/default/Profile.template.php

@@ -430,12 +430,6 @@ function template_showPosts()
 			<div class="pagelinks">' . $context['page_index'] . '</div>
 		</div>' : '';
 
-	// Button shortcuts
-	$quote_button = create_button('quote.png', 'reply_quote', 'quote', 'class="centericon"');
-	$reply_button = create_button('reply_sm.png', 'reply', 'reply', 'class="centericon"');
-	$remove_button = create_button('delete.png', 'remove_message', 'remove', 'class="centericon"');
-	$notify_button = create_button('notify_sm.png', 'notify_replies', 'notify', 'class="centericon"');
-
 	// Are we displaying posts or attachments?
 	if (!isset($context['attachments']))
 	{
@@ -533,10 +527,6 @@ function template_showDrafts()
 			<div class="pagelinks">' . $context['page_index'] . '</div>
 		</div>' : '';
 
-	// Button shortcuts
-	$edit_button = create_button('modify_inline.png', 'draft_edit', 'draft_edit', 'class="centericon"');
-	$remove_button = create_button('delete.png', 'draft_delete', 'draft_delete', 'class="centericon"');
-
 	// No drafts? Just show an informative message.
 	if (empty($context['drafts']))
 		echo '

+ 1 - 1
Themes/default/css/index.css

@@ -2291,7 +2291,7 @@ ul.quickbuttons li a.quote_button {
 	background: url(../images/theme/quickbuttons.png) no-repeat -1px -1px;
 }
 ul.quickbuttons li a.remove_button {
-	background: url(../images/theme/quickbuttons.png) no-repeat 3px -27px;
+	background: url(../images/theme/quickbuttons.png) no-repeat 2px -29px;
 }
 ul.quickbuttons li a.modify_button {
 	background: url(../images/theme/quickbuttons.png) no-repeat 3px -57px;

BIN
Themes/default/images/icons/notify_sm.png