1 |
brianr |
1.1 |
diff -urN smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/partials/_footer.html.ep smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/partials/_footer.html.ep |
2 |
|
|
--- smeserver-manager-0.1.4.old/root/usr/share/smanager/themes/default/templates/partials/_footer.html.ep 2024-02-23 12:34:31.285329062 +0000 |
3 |
|
|
+++ smeserver-manager-0.1.4/root/usr/share/smanager/themes/default/templates/partials/_footer.html.ep 2024-02-23 12:32:00.000000000 +0000 |
4 |
|
|
@@ -1,7 +1,9 @@ |
5 |
|
|
<div id="footer"> |
6 |
|
|
<HR class="sme-copyrightbar"> |
7 |
|
|
<font class="sme-copyright"> |
8 |
|
|
-SME Server <%= session 'releaseVersion' %> - Manager <%= $c->app->VERSION %> |
9 |
|
|
+% if ( $c->is_logged_in ) { |
10 |
|
|
+ SME Server <%= session 'releaseVersion' %> - Manager <%= $c->app->VERSION %> |
11 |
|
|
+% } |
12 |
|
|
<br>Copyright 1999-2006 Mitel Corporation<br> |
13 |
|
|
%= session 'copyRight' |
14 |
|
|
<br>Copyright (c) 2013-2024 Koozali Foundation Inc.<br> |