Commit 99e8571f7ca9e7088ffff6c35a4dec719859ce6b

Authored by Paul Barrett
2 parents 6276665b 57abc2a0

Merge branch 'master' of git@github.com:ktgit/knowledgetree

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()}