mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
place submit button outside of contentContainer
This commit is contained in:
parent
554b102356
commit
5d6235ec0b
|
@ -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">
|
||||
<input type='hidden' name='documentid' value='<?php echo $document->getID() ?>'/>
|
||||
<input type='hidden' name='version' value='<?php echo $content->getVersion() ?>'/>
|
||||
|
||||
<?php
|
||||
$this->contentContainerStart();
|
||||
|
@ -152,8 +154,6 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Theme_Style {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<input type='hidden' name='documentid' value='<?php echo $document->getID() ?>'/>
|
||||
<input type='hidden' name='version' value='<?php echo $content->getVersion() ?>'/>
|
||||
<?php
|
||||
$this->contentContainerEnd();
|
||||
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('update'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user