git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@14 eb19766c-00d9-a042-a3a0-45cb8ec72764
19 lines
593 B
Plaintext
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>
|
|
|