• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Buttons Problem (Gesior AAC) Paxton Help

Lares

Member
Joined
Feb 8, 2010
Messages
315
Reaction score
7
Hello i have problem with "my" layout. Buttons are cloned to right. Wher is problem? I download new aac and replace accountmanagement.php but thit problem is all time.

It's layout Paxton 3.0

Please help

butb.png


111pc.png


123az.png
 
Last edited:
Yes i know but this is Paxton layout.

@dibiase

Thx for info but im noob in php.

what is wrong in this code?

Its code form oryginal accountmanagement.php Gesior aac 0.3.6

Screen 2

PHP:
$main_content .= '</table></div></td></tr><br/><table style="width:100%;" ><tr align="center" ><td><table border="0" cellspacing="0" cellpadding="0" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif" ></div></div></td><tr></form></table></td><td><table border="0" cellspacing="0" cellpadding="0" ><form action="?subtopic=accountmanagement" method="post" ><tr><td style="border:0px;" ><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif);" ></div><input class="ButtonText" type="image" name="Back" alt="Back" src="'.$layout_name.'/images/buttons/_sbutton_back.gif" ></div></div></td></tr></form></table></td></tr></table>';

SOLVED

I dont know where is problem buy i delete backgroun button and make new button with border next replace button text on new button with bacground.
 
Last edited:
Back
Top