l2j_mobius/trunk/dist/game/data/html/clanHallManager/manage.htm
MobiusDev f8023f5029 Clanhall manager button html fixes.
Contributed by Stayway.
2015-04-01 15:07:24 +00:00

10 lines
722 B
HTML

<html><body>
<br>
<font color="LEVEL">[Manage Clan Hall]</font><br><br>
<center>
<button value="Recovery" action="bypass -h npc_%objectId%_manage recovery" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br>
<button value="Other" action="bypass -h npc_%objectId%_manage other" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br>
<button value="Decor" action="bypass -h npc_%objectId%_manage deco" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br><br>
<button value="Main Screen" action="bypass -h npc_%objectId%_list_back" width=90 height=27 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
</center>
</body></html>