
Code: Alles auswählen
--[ Öffne ]--
index_body.tpl
--[ Suche ]--
<td class="row1" width="100%" height="50"> onMouseOver="this.style.backgroundColor='#F5F4F4'; onMouseOut="this.style.backgroundColor='#EFEFEF';">
--[ Ersetze mit ]--
<td class="row1" width="100%" height="50" onMouseOver=this.style.backgroundColor="#F5F4F4" onMouseOut=this.style.backgroundColor="">
--[ Öffne ]--
viewforum_body.tpl
--[ Suche ]--
<td class="row1" width="100%">
onMouseOver="this.style.backgroundColor='#F5F4F4'; onMouseOut="this.style.backgroundColor='#EFEFEF';">
--[ Ersetze mit ]--
<td class="row1" width="100%" height="50" onMouseOver=this.style.backgroundColor="#F5F4F4" onMouseOut=this.style.backgroundColor="">