{i18n}If a checked-out document has been lost, or the user who checked a document out has not checked it back in, it may be necessary to override the "checked-out" status of a document. Use the force checkin action in the listing below to override the checked-out status.{/i18n}
{if (count($documents) !== 0)}| {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 ($oUser) { print $oUser->getName(); }{/php} | {$oDocument->getDisplayPath()} | {i18n}force checkin{/i18n} |
{i18n}No documents are currently checked out.{/i18n}