Untitled diff

Created Diff never expires
1 removal
31 lines
1 addition
31 lines
# INCLUDE message_helper #
# INCLUDE message_helper #
# IF NO_FAVORITE #
# IF NO_FAVORITE #
<div class="notice">{L_NO_FAVORITE}</div>
<div class="message-helper notice">{L_NO_FAVORITE}</div>
# ELSE #
# ELSE #
{L_FAVORITES}
{L_FAVORITES}
<table id="table">
<table id="table">
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_TITLE}
{L_TITLE}
</th>
</th>
<th>
<th>
{L_UNTRACK}
{L_UNTRACK}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START list #
# START list #
<tr>
<tr>
<td>
<td>
<a href="{list.U_ARTICLE}">{list.ARTICLE}</a>
<a href="{list.U_ARTICLE}">{list.ARTICLE}</a>
</td>
</td>
<td>
<td>
{list.ACTIONS}
{list.ACTIONS}
</td>
</td>
</tr>
</tr>
# END list #
# END list #
</tbody>
</tbody>
</table>
</table>
# ENDIF #
# ENDIF #