Commit 57abc2a00dfb512164002cbde5b7c84e1604d6f6
1 parent
1263444b
Story Id:513001
Showing
1 changed file
with
1 additions
and
3 deletions
templates/ktstandard/action/immutable.smarty
| 1 | <h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Make Immutable{/i18n}:<br />{$context->oDocument->getName()|sanitize}</h2> | 1 | <h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Make Immutable{/i18n}:<br />{$context->oDocument->getName()|sanitize}</h2> |
| 2 | 2 | ||
| 3 | -<p class="descriptiveText">{i18n}Immutable documents content cannot be changed, | ||
| 4 | -and only administrators (in administration mode) can make changes to the metadata or can move or delete it. | ||
| 5 | -The documents immutable status cannot be reversed at a later stage.{/i18n}</p> | 3 | +<p class="descriptiveText">{i18n}<img src="/thirdpartyjs/extjs/resources/images/default/window/icon-warning.gif" widht="20" height="20"/> <b><i>Warning!</b></i> This action cannot be undone. No further content changes will be allowed, and only the system administrator, working in Administration Mode, may edit the metadata of an immutable document.{/i18n}</p> |
| 6 | 4 | ||
| 7 | {$form->render()} | 5 | {$form->render()} |