24 lines
1.0 KiB
Smarty
24 lines
1.0 KiB
Smarty
{*<!--
|
|
/*********************************************************************************
|
|
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
*
|
|
********************************************************************************/
|
|
-->*}
|
|
{strip}
|
|
<div class="quickLinksDiv">
|
|
{assign var=SIDEBARLINK value=$QUICK_LINKS['SIDEBARLINK'][0]}
|
|
<div style="margin-bottom: 5px" class="btn-group row-fluid">
|
|
<button id="rssAddButton" class="btn addButton span12 rssAddButton" data-href="{$SIDEBARLINK->getUrl()}">
|
|
<img src="layouts/vlayout/skins/images/rss_add.png" />
|
|
<strong> {vtranslate($SIDEBARLINK->getLabel(), $MODULE)}</strong>
|
|
</button>
|
|
</div>
|
|
<div class="rssAddFormContainer hide">
|
|
</div>
|
|
</div>
|
|
{/strip} |