Ver código fonte

Another small fix to the admin template (manage bans)

Signed-off-by: emanuele <[email protected]>
emanuele 12 anos atrás
pai
commit
51559c80bc
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Themes/default/ManageBoards.template.php

+ 2 - 2
Themes/default/ManageBoards.template.php

@@ -112,8 +112,8 @@ function template_modify_category()
 	<div id="manage_boards">
 		<form action="', $scripturl, '?action=admin;area=manageboards;sa=cat2" method="post" accept-charset="', $context['character_set'], '">
 			<input type="hidden" name="cat" value="', $context['category']['id'], '" />
-				<div class="cat_bar">
-					<h3 class="catbg">
+				<div class="title_bar">
+					<h3 class="titlebg">
 					', isset($context['category']['is_new']) ? $txt['mboards_new_cat_name'] : $txt['catEdit'], '
 					</h3>
 				</div>