%s is currently being edited by %s (%d minutes elapsed). You cannot modify the record while it is locked by another user."),
$lock->getTitle(),
$lock->getEditor(),
date('i', $lock->getSecondsElapsed() + 60)
); ?>
getSecondsElapsed() >= $lock->getParam('timeout')) { ?>
getEditor()) ?>
'unlock', 'value' => _("Unlock"), 'class' => 'small button alert', 'accesskey' => 'u'),
array('name' => 'cancel', 'value' => _("Cancel"), 'class' => 'small button secondary', 'accesskey' => 'c'),
));
?>
'cancel', 'value' => _("Cancel"), 'class' => 'small button secondary', 'accesskey' => 'c'),
));
?>