|
5 | 5 | * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
6 | 6 | *
|
7 | 7 | * SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
|
8 |
| - * Copyright (C) 2011 - 2018 SalesAgility Ltd. |
| 8 | + * Copyright (C) 2011 - 2020 SalesAgility Ltd. |
9 | 9 | *
|
10 | 10 | * This program is free software; you can redistribute it and/or modify it under
|
11 | 11 | * the terms of the GNU Affero General Public License version 3 as published by the
|
|
45 | 45 | {if $AUTHENTICATED}
|
46 | 46 | <!-- Start generic footer -->
|
47 | 47 | <footer>
|
48 |
| - {if $STATISTICS} |
49 |
| - <div class="serverstats"> |
50 |
| - <span class="glyphicon glyphicon-globe"></span> {$STATISTICS} |
51 |
| - </div> |
52 |
| - {/if} |
53 |
| - <div id="copyright_data"> |
54 |
| - <div id="dialog2" title="{$APP.LBL_SUITE_SUPERCHARGED}"> |
| 48 | + <div id="copyright_data" class="footer_left"> |
| 49 | + <div id="dialog2" title="{$APP.LBL_SUITE_SUPERCHARGED}" style="display: none"> |
55 | 50 | <p>{$APP.LBL_SUITE_DESC1}</p>
|
56 | 51 | <br>
|
57 | 52 | <p>{$APP.LBL_SUITE_DESC2}</p>
|
58 | 53 | <br>
|
59 | 54 | <p>{$APP.LBL_SUITE_DESC3}</p>
|
60 | 55 | <br>
|
61 | 56 | </div>
|
62 |
| - <div id="dialog" title="© {$APP.LBL_SUITE_POWERED_BY}"> |
| 57 | + <div id="dialog" title="© {$APP.LBL_SUITE_POWERED_BY}" style="display: none"> |
63 | 58 | <p>{$COPYRIGHT}</p>
|
64 | 59 | </div>
|
65 |
| - <div id="copyrightbuttons" class="footer_left"> |
| 60 | + <div id="copyrightbuttons"> |
66 | 61 | <a id="admin_options">© {$APP.LBL_SUITE_SUPERCHARGED}</a>
|
67 | 62 | <a id="powered_by">© {$APP.LBL_SUITE_POWERED_BY}</a>
|
68 | 63 | </div>
|
69 | 64 | </div>
|
| 65 | + {if $STATISTICS} |
| 66 | + <div class="serverstats"> |
| 67 | + <span class="glyphicon glyphicon-globe"></span> {$STATISTICS} |
| 68 | + </div> |
| 69 | + {/if} |
70 | 70 | <div class="footer_right">
|
71 | 71 |
|
72 | 72 | <a onclick="SUGAR.util.top();" href="javascript:void(0)">{$APP.LBL_SUITE_TOP}<span class="suitepicon suitepicon-action-above"></span> </a>
|
|
0 commit comments