git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
24 lines
972 B
Plaintext
24 lines
972 B
Plaintext
<!-- unforunate, but (currently) necessary -->
|
|
|
|
{$context->oPage->requireJSResource('resources/js/taillog.js')}
|
|
{$context->oPage->requireJSResource('resources/js/conditional_usage.js')}
|
|
|
|
{$context->oPage->requireCSSResource('resources/css/kt-treewidget.css')}
|
|
|
|
<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}Edit Metadata{/i18n}:<br />{$context->oDocument->getName()|sanitize}</h2>
|
|
|
|
{capture assign=link}{addQS}action=selectType&fDocumentId={$document->getId()}{/addQS}{/capture}
|
|
<p class="descriptiveText">{i18n arg_link=$link arg_name=$type_name}Change the <strong><a href="#link#">document type</a></strong>. The current type is "#name#"{/i18n}</p>
|
|
|
|
<p class="descriptiveText">{i18n}The following document metadata is available for editing.{/i18n}</p>
|
|
|
|
{$form->render()}
|
|
|
|
{*
|
|
<table id="brad-log">
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
|
|
*}
|