This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/plugins/WemagDashboardManagement/admin/templates/configureDashboard.smarty

19 lines
593 B
Plaintext

{i18n}These settings control the behaviour of the user dashboards.{/i18n}<br />
<br />
<form method="post">
<table>
<tr>
<td>{i18n}Automaticly add new dashlets to every dashboard{/i18n}</td>
<td><input type="checkbox" name="autoAddNewDashlets" value="true" {$autoAddNewDashlets}/></td>
</tr>
<tr>
<td colspan=2 style="color:grey;">
{i18n}By default newly installed dashlets are added to every dashboard.{/i18n}<br />
{i18n}Disabling this setting will prevent this.{/i18n}
</td>
</tr>
</table>
<input type="submit" name="saveSettings" value="Save settings" />
</form>