Browse Source

Merge pull request #966 from Antes/missing

How i missed that
Arantor 11 years ago
parent
commit
32755d5e54
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Themes/default/Post.template.php
  2. 1 1
      Themes/default/css/index.css

+ 1 - 1
Themes/default/Post.template.php

@@ -844,7 +844,7 @@ function template_main()
 			{
 				echo '
 					<ul class="quickbuttons" id="msg_', $post['id'], '_quote">
-						<li><a href="#postmodify" onclick="return insertQuoteFast(', $post['id'], ');" class="quote_button">',$txt['bbc_quote'],'</a></li>
+						<li><a href="#postmodify" onclick="return insertQuoteFast(', $post['id'], ');" class="quote_button">',$editortxt['bbc_quote'],'</a></li>
 					</ul>';
 			}
 

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

@@ -4181,7 +4181,7 @@ div#editlang_desc {
 	margin: 0 -1px;
 }
 .table_grid tr.catbg th {
-	padding: 4px 3px 3px 3px;
+	padding: 4px 3px 3px 8px;
 }
 tr.catbg th:first-child, #show_attachments th:first-child {
 	border-left: 1px solid #ddd;