mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-11 00:42:27 +00:00
14 lines
625 B
Smarty
14 lines
625 B
Smarty
<ul class="dropdown-menu tab-actions">
|
|
{if !$lock_homepage}
|
|
|
|
<li>
|
|
<input class="button addDashlets" type="button" name="Edit" data-toggle="modal" data-target=".modal-add-dashlet" value="{$lblAddDashlets}">
|
|
</li>
|
|
<li>
|
|
<input class="button addDashboard" type="button" name="Edit" data-toggle="modal" data-target=".modal-add-dashboard" value="{$lblAddTab}">
|
|
</li>
|
|
<li>
|
|
<input class="button addDashboard" type="button" name="Edit" data-toggle="modal" data-target=".modal-edit-dashboard" value="{$app.LBL_EDIT_TAB}">
|
|
</li>
|
|
{/if}
|
|
</ul>
|