mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-23 00:12:37 +00:00
e7b2dee6c6
(cherry picked from commit 83a6c62
)
15 lines
625 B
Smarty
15 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>
|