mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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">
|
<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'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user