Commit 99e8571f7ca9e7088ffff6c35a4dec719859ce6b
Merge branch 'master' of git@github.com:ktgit/knowledgetree
Showing
1 changed file
with
1 additions
and
3 deletions
templates/ktstandard/action/immutable.smarty
| 1 | 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 | 5 | {$form->render()} | ... | ... |