mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
cancel checkout if versions mismatch
This commit is contained in:
parent
d82bd687aa
commit
d22d21d157
|
@ -707,9 +707,10 @@ $(document).ready(function() {
|
|||
}
|
||||
} else {
|
||||
?>
|
||||
<form action="../op/op.CheckInDocument.php" method="post">
|
||||
<form action="../op/op.CancelCheckOut.php" method="post">
|
||||
<?php echo createHiddenFieldWithKey('cancelcheckout'); ?>
|
||||
<input type="hidden" name="documentid" value="<?php print $document->getID(); ?>">
|
||||
<input type="submit" class="btn" value="<?php printMLText("reset_checkout"); ?>">
|
||||
<input type="submit" class="btn" value="<?php printMLText("cancel_checkout"); ?>">
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user