ui: fix footer boxing; closes #2626

This commit is contained in:
Franco Fichtner 2018-08-11 23:22:47 +02:00
parent 71043f1bb7
commit fb541dd8ba
6 changed files with 17 additions and 20 deletions

View File

@ -262,15 +262,15 @@
</div>
</div>
</section>
<!-- page footer -->
<footer class="page-foot">
<div class="container-fluid">
<a target="_blank" href="{{ product_website }}" class="redlnk">{{ product_name }}</a>
(c) {{ product_copyright_years }}
<a href="{{ product_copyright_url }}" class="tblnk">{{ product_copyright_owner }}</a>
</div>
</footer>
</div>
<!-- page footer -->
<footer class="page-foot col-sm-push-3 col-lg-push-2">
<div class="container-fluid">
<a target="_blank" href="{{ product_website }}" class="redlnk">{{ product_name }}</a>
(c) {{ product_copyright_years }}
<a href="{{ product_copyright_url }}" class="tblnk">{{ product_copyright_owner }}</a>
</div>
</footer>
</main>
<!-- dialog "wait for (service) action" -->

View File

@ -80,12 +80,10 @@ legacy_html_escape_form_data($sad);
<?php endif; ?>
</table>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc");

View File

@ -159,12 +159,12 @@ $( document ).ready(function() {
</tbody>
</table>
</form>
</div>
<section class="col-xs-12">
<div id="pftopactivitydiv"><?=gettext("Gathering pfTOP activity, please wait...");?></div>
</section>
</section>
</div>
</div>
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc");

View File

@ -1,5 +1,5 @@
<footer class="page-foot col-sm-push-3 col-lg-push-2">
<footer class="page-foot">
<div class="container-fluid">
<a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> (c)
<?=$g['product_copyright_years']?> <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a>

View File

@ -3388,10 +3388,9 @@ include("head.inc");
</div>
</div>
</form>
</div>
</div>
</section>
</div>
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc");

View File

@ -459,7 +459,6 @@ include("head.inc");
</tr>
</tbody>
</table>
</div>
</div>
</form>
</div>
@ -467,4 +466,5 @@ include("head.inc");
</div>
</div>
</section>
<?php include("foot.inc"); ?>
<?php include("foot.inc");