Fixing deformed alliance management buttons.

This commit is contained in:
MobiusDev
2015-03-27 03:11:19 +00:00
parent 26bc35f540
commit a8a6d2153b
2 changed files with 6 additions and 7 deletions

View File

@@ -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>

View File

@@ -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>