Webboard

Pełna wersja: Nieprawidłowy wygląd buttona "edytuj" po wgraniu modnotice
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.6.11
adres forum: http://psychopaci.eu/
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki): http://www.speedyshare.com/U9qkV/Bez-tytulu.png

Chodzi o to, że gdy zainstalowałem plugin ModNotice 1.5.5 "zniszczył" się button Edycja... Pomimo tego, że dodałem css.
Pokaż szablon postbit_edit (Opis posta) i postbit_moderation_edit (szablony globalne).
postbit_edit:
Kod:
<a href="editpost.php?pid={$post['pid']}" class="posterek"><img src="images/carbon/iconButton/edit.png" alt="" /> Edytuj</a>

postbit_moderator_edit :
Kod:
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_edit.gif" alt="{$lang->postbit_edit}" title="{$lang->postbit_edit}" /></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div>
<div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div>
<div class="popup_item_container"><a href="modnotice.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_post_moderate}</a></div></div>
<script type="text/javascript">
// <!--
    if(use_xmlhttprequest == "1")
    {
        new PopupMenu("edit_post_{$post['pid']}");
    }
// -->
</script>
postbit_moderator_edit:
Kod PHP:
<a href="editpost.php?pid={$post['pid']}id="edit_post_{$post['pid']}class="posterek"><img src="images/carbon/iconButton/edit.png" alt="" /> Edytuj</a>
<
div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit({$post['pid']});" class="popup_item">{$lang->postbit_quick_edit}</a></div>
<
div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}class="popup_item">{$lang->postbit_full_edit}</a></div>
<
div class="popup_item_container"><a href="modnotice.php?pid={$post['pid']}class="popup_item">{$lang->postbit_post_moderate}</a></div></div>
<
script type="text/javascript">
// <!--
    
if(use_xmlhttprequest == "1")
    {
        new 
PopupMenu("edit_post_{$post['pid']}");
    }
// -->
</script