{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{crmButton p="civicrm/dashboard" q="reset=1" icon="check"}{ts}Done{/ts}{/crmButton}
{ts}Available dashboard elements - dashlets - are displayed in the dark gray top bar. Drag and drop dashlets onto the left or right columns below to add them to your dashboard. Changes are automatically saved. Click 'Done' to return to the normal dashboard view.{/ts} {help id="id-dash_configure" file="CRM/Contact/Page/Dashboard.hlp" admin=$admin}

{ts}Available Dashlets{/ts}
{foreach from=$availableDashlets item=row key=dashID}
{$row.label}{if $admin and !$row.is_reserved} {/if}
{/foreach}

{ts}Left Column{/ts}
{ts}Right Column{/ts}
{foreach from=$contactDashlets.0 item=row key=dashID}
{$row.label}{if $admin and !$row.is_reserved} {/if}
{/foreach}
{foreach from=$contactDashlets.1 item=row key=dashID}
{$row.label}{if $admin and !$row.is_reserved} {/if}
{/foreach}
{literal} {/literal}