place submit button outside of contentContainer

This commit is contained in:
Uwe Steinmann 2021-06-01 06:49:55 +02:00
parent 554b102356
commit 5d6235ec0b

View File

@ -69,6 +69,8 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Theme_Style {
?> ?>
<form class="form-horizontal" action="../op/op.SetRevisors.php" method="post" name="form1"> <form class="form-horizontal" action="../op/op.SetRevisors.php" method="post" name="form1">
<input type='hidden' name='documentid' value='<?php echo $document->getID() ?>'/>
<input type='hidden' name='version' value='<?php echo $content->getVersion() ?>'/>
<?php <?php
$this->contentContainerStart(); $this->contentContainerStart();
@ -152,8 +154,6 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Theme_Style {
</div> </div>
</div> </div>
<input type='hidden' name='documentid' value='<?php echo $document->getID() ?>'/>
<input type='hidden' name='version' value='<?php echo $content->getVersion() ?>'/>
<?php <?php
$this->contentContainerEnd(); $this->contentContainerEnd();
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('update')); $this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('update'));