10 lines
261 B
HTML
10 lines
261 B
HTML
<tr class="inside-editor-row data-row">
|
|
<td class="country cell"></td>
|
|
<td class="provice cell"></td>
|
|
<td class="cell">
|
|
<button class="plus-icon" onclick=""></button>
|
|
</td>
|
|
<td class="cell">
|
|
<button class="minus-icon " onclick=""></button>
|
|
</td>
|
|
</tr> |