mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
* replace deprecated HTML <font> tag with <span>
This commit is contained in:
@@ -4,10 +4,10 @@ Here you can change names of ranks, delete and add ranks, pass leadership to oth
|
||||
<table style="clear:both" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr bgcolor="{{ config.darkborder }}">
|
||||
<td width="170">
|
||||
<font color="red"><b>Option</b></font>
|
||||
<span style="color: red"><b>Option</b></span>
|
||||
</td>
|
||||
<td>
|
||||
<font color="red"><b>Description</b></font>
|
||||
<span style="color: red"><b>Description</b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="{{ config.lightborder }}">
|
||||
@@ -92,24 +92,24 @@ Here you can change names of ranks, delete and add ranks, pass leadership to oth
|
||||
<table style="clear:both" border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tr bgcolor="{{ config.vdarkborder }}">
|
||||
<td rowspan="2" width="120" align="center">
|
||||
<font color="white"><b>ID/Delete Rank</b></font>
|
||||
<span style="color: white"><b>ID/Delete Rank</b></span>
|
||||
</td>
|
||||
<td rowspan="2" width="300">
|
||||
<font color="white"><b> Name</b></font>
|
||||
<span style="color: white"><b> Name</b></span>
|
||||
</td>
|
||||
<td colspan="3" align="center">
|
||||
<font color="white"><b>Level of RANK in guild</b></font>
|
||||
<span style="color: white"><b>Level of RANK in guild</b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr bgcolor="{{ config.vdarkborder }}">
|
||||
<td align="center" bgcolor="red">
|
||||
<font color="white"><b>Leader (3)</b></font>
|
||||
<span style="color: white"><b>Leader (3)</b></span>
|
||||
</td>
|
||||
<td align="center" bgcolor="yellow">
|
||||
<font color="black"><b>Vice (2)</b></font>
|
||||
<span style="color: black"><b>Vice (2)</b></span>
|
||||
</td>
|
||||
<td align="center" bgcolor="green">
|
||||
<font color="white"><b>Member (1)</b></font>
|
||||
<span style="color: white"><b>Member (1)</b></span>
|
||||
</td>
|
||||
</tr>
|
||||
{% set i = 0 %}
|
||||
|
Reference in New Issue
Block a user