diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 72794be..450d481 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1534,7 +1534,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes #copyrightbarBorder { position: relative; - height: 2.45em; + height: 62px; width: 97.65%; padding: 0em 1em; margin-top: 10px; @@ -1544,7 +1544,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes #copyrightbarBg { position: absolute; background: url(../../resources/graphics/footer_bg.png) top left repeat-x; - height: 2.45em; + height: 62px; width: 99%; right: 5px; top: 0px; @@ -1554,7 +1554,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes position: absolute; background: url(../../resources/graphics/footer_left.png) top left no-repeat; width:8px; - height:2.45em; + height:62px; top:0px; left:3px; } @@ -1562,7 +1562,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes #copyrightbarRight{ position: absolute; background: url(../../resources/graphics/footer_right.png) top right no-repeat; - height:2.45em; + height:62px; width:8px; top:0px; right:0px; @@ -1570,11 +1570,58 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes #copyrightbar { position: absolute; + top:10px; + left:20px; + color: #000000; + font-size: small; + height:62px; + width: 98%; + overflow: hidden; +} + +#copyrightbarBorderDisclaimer { + position: relative; + height: 82px; + width: 97.65%; + padding: 0em 1em; + margin-top: 10px; + margin: 0.5em 0 0.5em 0; +} + +#copyrightbarBgDisclaimer{ + position: absolute; + background: url(../../resources/graphics/footer_bg_disclaimer.png) top left repeat-x; + height: 82px; + width: 99%; + right: 5px; + top: 0px; +} + +#copyrightbarLeftDisclaimer{ + position: absolute; + background: url(../../resources/graphics/footer_left_disclaimer.png) top left no-repeat; + width:8px; + height:82px; + top:0px; + left:3px; +} + +#copyrightbarRightDisclaimer{ + position: absolute; + background: url(../../resources/graphics/footer_right_disclaimer.png) top right no-repeat; + height:82px; + width:8px; + top:0px; + right:0px; +} + +#copyrightbarDisclaimer { + position: absolute; top:6px; left:20px; color: #000000; font-size: small; - height: 2.45em; + height:82px; width: 98%; overflow: hidden; } diff --git a/resources/graphics/footer_bg.png b/resources/graphics/footer_bg.png index d40df01..0a149d2 100644 --- a/resources/graphics/footer_bg.png +++ b/resources/graphics/footer_bg.png diff --git a/resources/graphics/footer_bg_disclaimer.png b/resources/graphics/footer_bg_disclaimer.png new file mode 100644 index 0000000..7f3f8e4 --- /dev/null +++ b/resources/graphics/footer_bg_disclaimer.png diff --git a/resources/graphics/footer_left.png b/resources/graphics/footer_left.png index d62ce51..a625b5f 100644 --- a/resources/graphics/footer_left.png +++ b/resources/graphics/footer_left.png diff --git a/resources/graphics/footer_left_disclaimer.png b/resources/graphics/footer_left_disclaimer.png new file mode 100644 index 0000000..9178931 --- /dev/null +++ b/resources/graphics/footer_left_disclaimer.png diff --git a/resources/graphics/footer_right.png b/resources/graphics/footer_right.png index dac7a0f..c7ff631 100644 --- a/resources/graphics/footer_right.png +++ b/resources/graphics/footer_right.png diff --git a/resources/graphics/footer_right_disclaimer.png b/resources/graphics/footer_right_disclaimer.png new file mode 100644 index 0000000..4bfaf18 --- /dev/null +++ b/resources/graphics/footer_right_disclaimer.png diff --git a/templates/kt3/standard_page.smarty b/templates/kt3/standard_page.smarty index 0a7da52..b265786 100644 --- a/templates/kt3/standard_page.smarty +++ b/templates/kt3/standard_page.smarty @@ -212,14 +212,15 @@
-
-
-
-
-
- {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved{/i18n} - — {i18n arg_version="$versionname" arg_appname="$appname"}#appname# Version: #version#{/i18n} — {i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n} - {$page->getDisclaimer()} +
+
+
+
+
+ {i18n}© 2007 The Jam Warehouse Software (Pty) Ltd. All Rights Reserved{/i18n} + {i18n arg_timing=$page->getReqTime()}Request created in #timing#s{/i18n}
+ {i18n arg_version="$versionname" arg_appname="$appname"}#appname# Version: #version#{/i18n} +

{$page->getDisclaimer()}

{if $config->get("ui/poweredByDisabled") == '0'}