{i18n}It may be necessary to override the checked-out status of a document if{/i18n}:
| {i18n}Document{/i18n} | {i18n}Checked out by{/i18n} | {i18n}Location{/i18n} | |
|---|---|---|---|
| {$oDocument->getName()} | {assign var=iUserId value=$oDocument->getCheckedOutUserId()}{php}$oUser = User::get($this->_tpl_vars['iUserId']); if (!PEAR::isError($oUser)) { print $oUser->getName(); } else { print _kt("N/A"); }{/php} | {$oDocument->getDisplayPath()} | {i18n}force checkin{/i18n} |