drag/drop re-ordering fixed in ACP, #2463
parent
9e63b5f9a0
commit
6b95b28db7
@ -1,16 +0,0 @@
|
|||||||
<tr data-cid="{cid}">
|
|
||||||
<td>
|
|
||||||
<span class="label" style="
|
|
||||||
<!-- IF backgroundImage -->background-image: url({backgroundImage});<!-- ENDIF backgroundImage -->
|
|
||||||
<!-- IF bgColor -->background-color: {bgColor};<!-- ENDIF bgColor -->
|
|
||||||
color: {color};
|
|
||||||
background-size:cover;
|
|
||||||
">
|
|
||||||
<i data-name="icon" value="{icon}" class="fa fa-fw {icon}"></i>
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td>{name}</td>
|
|
||||||
<td>{description}</td>
|
|
||||||
<td class="text-center">{topic_count}</td>
|
|
||||||
<td class="text-center">{post_count}</td>
|
|
||||||
</tr>
|
|
Loading…
Reference in New Issue