mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
take out surounding table
This commit is contained in:
parent
5c96154bde
commit
b56cb9c018
|
@ -71,12 +71,9 @@ class SeedDMS_View_RewindWorkflow extends SeedDMS_Bootstrap_Style {
|
||||||
<p><?php printMLText("rewind_workflow_warning"); ?></p>
|
<p><?php printMLText("rewind_workflow_warning"); ?></p>
|
||||||
<form method="post" action="../op/op.RewindWorkflow.php" name="form1">
|
<form method="post" action="../op/op.RewindWorkflow.php" name="form1">
|
||||||
<?php echo createHiddenFieldWithKey('rewindworkflow'); ?>
|
<?php echo createHiddenFieldWithKey('rewindworkflow'); ?>
|
||||||
<table>
|
|
||||||
<tr><td></td><td>
|
|
||||||
<input type='hidden' name='documentid' value='<?php echo $document->getId(); ?>'/>
|
<input type='hidden' name='documentid' value='<?php echo $document->getId(); ?>'/>
|
||||||
<input type='hidden' name='version' value='<?php echo $latestContent->getVersion(); ?>'/>
|
<input type='hidden' name='version' value='<?php echo $latestContent->getVersion(); ?>'/>
|
||||||
<input type='submit' class="btn" value='<?php printMLText("rewind_workflow"); ?>'/>
|
<input type='submit' class="btn" value='<?php printMLText("rewind_workflow"); ?>'/>
|
||||||
</td></tr></table>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div id="workflowgraph" class="span8">
|
<div id="workflowgraph" class="span8">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user