mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-11 03:23:17 +00:00
check checkout status
This commit is contained in:
parent
e422fcf67a
commit
3e733b91cd
|
@ -422,6 +422,7 @@ $(document).ready( function() {
|
||||||
}
|
}
|
||||||
foreach($infos as $info) {
|
foreach($infos as $info) {
|
||||||
$checkoutuser = $dms->getUser($info['userID']);
|
$checkoutuser = $dms->getUser($info['userID']);
|
||||||
|
$checkoutstatus = $document->checkOutStatus();
|
||||||
echo "<div class=\"alert alert-info\">";
|
echo "<div class=\"alert alert-info\">";
|
||||||
echo "<a href=\"file://".$info['filename']."\">".getMLText('copied_to_checkout_as', array('date'=>getLongReadableDate(makeTsFromLongDate($info['date'])), 'filename'=>substr($info['filename'], strlen($checkoutpath)+1), 'username'=>($checkoutuser ? $checkoutuser->getFullName() : '')))."</a>";
|
echo "<a href=\"file://".$info['filename']."\">".getMLText('copied_to_checkout_as', array('date'=>getLongReadableDate(makeTsFromLongDate($info['date'])), 'filename'=>substr($info['filename'], strlen($checkoutpath)+1), 'username'=>($checkoutuser ? $checkoutuser->getFullName() : '')))."</a>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user