Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/html/mods/EventEngine/Participation.htm

    r8406 r8630  
    1 <html> 
    2 <body> 
    3         <center> 
    4                 <font color="LEVEL">%eventName%</font> <font color="FF0000"> by %eventCreator%</font> 
    5         </center> 
    6 <br> 
    7 <br> 
    8 %eventInfo% 
    9 <br> 
    10         <center> 
    11                 <button value="Participate" action="bypass -h npc_%objectId%_event_participate" width=90 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> 
    12         </center> 
    13 </body> 
    14 </html> 
     1<html><head><body scroll="no"> 
     2<table cellpadding=0 cellspacing=0 width=292 height=358 background="L2UI_CH3.refinewnd_back_Pattern"> 
     3<tr><td valign="top" align="center"> 
     4        <table width=96% cellpadding=0 cellspacing=0> 
     5                <tr><td height=30></td></tr> 
     6                <tr><td align=center><font color="LEVEL">%eventName%</font> by %eventCreator%</td></tr> 
     7                <tr><td height=20></td></tr> 
     8                <tr><td align=center>%eventInfo%</td></tr> 
     9                <tr><td height=34></td></tr> 
     10                <tr><td align=center><button value="Participate" action="bypass -h npc_%objectId%_event_participate" width=120 height=32 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr> 
     11                <tr><td height=34></td></tr> 
     12        </table> 
     13</td></tr></table> 
     14</body></html> 
Note: See TracChangeset for help on using the changeset viewer.