Addition of fences support.
Contributed by Sahar.
This commit is contained in:
25
L2J_Mobius_3.0_Helios/dist/game/data/html/admin/fences.htm
vendored
Normal file
25
L2J_Mobius_3.0_Helios/dist/game/data/html/admin/fences.htm
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Fence List</title>
|
||||
</head>
|
||||
<body>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width=45>
|
||||
<button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
|
||||
</td>
|
||||
<td width=180>
|
||||
<center><font color="LEVEL">Fence List</font></center>
|
||||
</td>
|
||||
<td width=45>
|
||||
<button value="Back" action="bypass -h admin_current_player" width=45 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table width="100%">
|
||||
%fences%
|
||||
</table>
|
||||
<br>%pages%<br>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user