mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
ui: fix footer boxing; closes #2626
This commit is contained in:
parent
71043f1bb7
commit
fb541dd8ba
@ -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" -->
|
||||
|
||||
@ -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");
|
||||
|
||||
@ -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");
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -3388,10 +3388,9 @@ include("head.inc");
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php include("foot.inc"); ?>
|
||||
|
||||
<?php include("foot.inc");
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user