|
@@ -251,9 +251,9 @@ public class AdminSkill implements IAdminCommandHandler {
|
|
|
NpcHtmlMessage adminReply = new NpcHtmlMessage(5);
|
|
|
TextBuilder replyMSG = new TextBuilder("<html><body>");
|
|
|
replyMSG.append("<table width=260><tr>");
|
|
|
- replyMSG.append("<td width=40><button value=\"Main\" action=\"bypass -h admin_admin\" width=40 height=15 back=\"sek.cbui94\" fore=\"sek.cbui92\"></td>");
|
|
|
+ replyMSG.append("<td width=40><button value=\"Main\" action=\"bypass -h admin_admin\" width=40 height=15 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></td>");
|
|
|
replyMSG.append("<td width=180><center>Character Selection Menu</center></td>");
|
|
|
- replyMSG.append("<td width=40><button value=\"Back\" action=\"bypass -h admin_show_skills\" width=40 height=15 back=\"sek.cbui94\" fore=\"sek.cbui92\"></td>");
|
|
|
+ replyMSG.append("<td width=40><button value=\"Back\" action=\"bypass -h admin_show_skills\" width=40 height=15 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></td>");
|
|
|
replyMSG.append("</tr></table>");
|
|
|
replyMSG.append("<br><br>");
|
|
|
replyMSG.append("<center>Editing <font color=\"LEVEL\">" + player.getName() + "</font></center>");
|
|
@@ -280,8 +280,8 @@ public class AdminSkill implements IAdminCommandHandler {
|
|
|
replyMSG.append("<tr><td>Id: </td>");
|
|
|
replyMSG.append("<td><edit var=\"id_to_remove\" width=110></td></tr>");
|
|
|
replyMSG.append("</table></center>");
|
|
|
- replyMSG.append("<center><button value=\"Remove skill\" action=\"bypass -h admin_remove_skill $id_to_remove\" width=110 height=15 back=\"sek.cbui94\" fore=\"sek.cbui92\"></center>");
|
|
|
- replyMSG.append("<br><center><button value=\"Back\" action=\"bypass -h admin_current_player\" width=40 height=15></center>");
|
|
|
+ replyMSG.append("<center><button value=\"Remove skill\" action=\"bypass -h admin_remove_skill $id_to_remove\" width=110 height=15 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center>");
|
|
|
+ replyMSG.append("<br><center><button value=\"Back\" action=\"bypass -h admin_current_player\" width=40 height=15 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\"></center>");
|
|
|
replyMSG.append("</body></html>");
|
|
|
adminReply.setHtml(replyMSG.toString());
|
|
|
activeChar.sendPacket(adminReply);
|