vtenext/Smarty/templates/RssFeeds.tpl
2021-04-28 20:10:26 +02:00

19 lines
848 B
Smarty

{*
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
*}
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr><td colspan="2" class="mailSubHeader" height=25><b>{$MOD.LBL_FEEDS_LIST} {$TITLE}</b></td></tr>
<tr class="hdrNameBg">
<td valign=top height=25>
<button type="button" name="delete" class="crmbutton delete" onClick="VTE.Rss.DeleteRssFeeds('{$ID}');">{$MOD.LBL_DELETE_BUTTON}</button>
</td>
<td align="right">
<button type="button" name="setdefault" class="crmbutton create" onClick="VTE.Rss.makedefaultRss('{$ID}');">{$MOD.LBL_SET_DEFAULT_BUTTON}</button>
</td>
</tr>
<tr><td colspan="2" align="left"><div id="rssScroll">{$RSSDETAILS}</div></td></tr>
</table>