Fixing deformed alliance management buttons.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<html><body>
|
||||
Create Alliance:<br>
|
||||
Enter Alliance Name:<br>
|
||||
<edit var="name" width=80><br>
|
||||
<button value="Enter" action="bypass -h npc_%objectId%_create_ally $name" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
|
||||
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
|
||||
Enter your alliance name:<br>
|
||||
<edit var="name" width=120><br>
|
||||
<button value="Enter" action="bypass -h npc_%objectId%_create_ally $name" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1>
|
||||
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>
|
||||
At your command the alliance will be dissolved.<br>
|
||||
<button value="Request Dissolution" action="bypass -h npc_%objectId%_dissolve_ally" width=100 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
|
||||
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=40 height=15 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
|
||||
<button value="Request Dissolution" action="bypass -h npc_%objectId%_dissolve_ally" width=160 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br1>
|
||||
<button value="Cancel" action="bypass -h Quest Alliance 9001-01.htm" width=80 height=28 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
|
||||
</body></html>
|
Reference in New Issue
Block a user