add missing contentEnd()

This commit is contained in:
Uwe Steinmann 2016-03-21 06:42:27 +01:00
parent 2fa5946bc5
commit 84e010bdf7
5 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class SeedDMS_View_AddToTransmittal extends SeedDMS_Bootstrap_Style {
</form>
<?php
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -99,6 +99,7 @@ $(document).ready(function() {
</table>
</form>
<?php
$this->contentEnd();
$this->contentContainerEnd();
$this->htmlEndPage();
} /* }}} */

View File

@ -57,6 +57,7 @@ class SeedDMS_View_RemoveTransmittal extends SeedDMS_Bootstrap_Style {
</form>
<?php
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -211,6 +211,7 @@ $(document).ready(function() {
<?php
}
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -195,6 +195,7 @@ $(document).ready( function() {
</div>
<?php
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}