Add an id=content div for styling purposese

pull/3621/head
Isaac Connor 2022-09-15 18:08:19 -04:00
parent aadfb2e6f8
commit 7cf58df832
1 changed files with 4 additions and 1 deletions

View File

@ -48,7 +48,9 @@ getBodyTopHTML();
?>
<?php echo getNavBarHTML() ?>
<div id="page" class="container-fluid p-3">
<div id="page">
<div id="content" class="container-fluid p-3">
<!-- Toolbar button placement and styling handled by bootstrap-tables -->
<div id="toolbar">
<button id="backBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Back') ?>" disabled><i class="fa fa-arrow-left"></i></button>
@ -126,5 +128,6 @@ getBodyTopHTML();
</table>
</div>
</div><!--content-->
</div>
<?php xhtmlFooter() ?>