diff --git a/config/config.ini b/config/config.ini index 9511ddf..c9eb138 100644 --- a/config/config.ini +++ b/config/config.ini @@ -83,6 +83,21 @@ companyLogo = ${rootUrl}/resources/companylogo.png companyLogoWidth = 313px ; ALT text - for accessibility purposes. companyLogoTitle = ACME Corporation +; Main logo +mainLogo = +; the logo's width in pixels +mainLogoWidth = 219px +; ALT text - for accessibility purposes. +mainLogoTitle = Pinnacle Knowledge Management Systems +; enable/disable powered by kt logo +poweredByDisabled = 1 +; powered by kt logo +powerLogo = ${rootUrl}/resources/powered-by-kt.png +; the logo's width in pixels +powerLogoWidth = 130px +; ALT text - for accessibility purposes. +powerLogoTitle = Powered by KnowledgeTree + ; use the additional IE specific GIF theme overrides. ; using this means that arbitrary theme packs may not work without ; having GIF versions available. diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 854853c..1048492 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1602,6 +1602,13 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes overflow: hidden; } +.copyrightbarBorderLogo{ + position: absolute; + top:1px; + right:20px; + border: 0; +} + hr { border-width: 1px 0 0 0; border-style: solid; diff --git a/resources/css/kt-login.css b/resources/css/kt-login.css index a916daa..8c9e127 100644 --- a/resources/css/kt-login.css +++ b/resources/css/kt-login.css @@ -24,6 +24,17 @@ /*-moz-border-radius: 1em;*/ } + #loginbox_skin { + position: relative; + padding: 1em; + /*border: 1px solid #888;*/ + width: 252px; + margin-left: auto; + margin-right: auto; + text-align: left; + background: white url(../powered-by-kt.png) bottom right no-repeat; + } + #loginboxTopLeft { position: absolute; background: url(../graphics/login_corner_topleft.gif) top left no-repeat; diff --git a/resources/graphics/bullet.gif b/resources/graphics/bullet.gif new file mode 100644 index 0000000..a8d9282 --- /dev/null +++ b/resources/graphics/bullet.gif diff --git a/resources/graphics/bullet_toggle_close.gif b/resources/graphics/bullet_toggle_close.gif new file mode 100644 index 0000000..336bcc5 --- /dev/null +++ b/resources/graphics/bullet_toggle_close.gif diff --git a/resources/graphics/bullet_toggle_minus.gif b/resources/graphics/bullet_toggle_minus.gif new file mode 100644 index 0000000..a85ef40 --- /dev/null +++ b/resources/graphics/bullet_toggle_minus.gif diff --git a/resources/graphics/bullet_toggle_plus.gif b/resources/graphics/bullet_toggle_plus.gif new file mode 100644 index 0000000..cf63e16 --- /dev/null +++ b/resources/graphics/bullet_toggle_plus.gif diff --git a/resources/graphics/dashlet-gradient.gif b/resources/graphics/dashlet-gradient.gif new file mode 100644 index 0000000..db9ecaa --- /dev/null +++ b/resources/graphics/dashlet-gradient.gif diff --git a/resources/graphics/dashlet_bottomleft.gif b/resources/graphics/dashlet_bottomleft.gif new file mode 100644 index 0000000..d0736c7 --- /dev/null +++ b/resources/graphics/dashlet_bottomleft.gif diff --git a/resources/graphics/dashlet_bottomrepeat.gif b/resources/graphics/dashlet_bottomrepeat.gif new file mode 100644 index 0000000..9f28119 --- /dev/null +++ b/resources/graphics/dashlet_bottomrepeat.gif diff --git a/resources/graphics/dashlet_bottomright.gif b/resources/graphics/dashlet_bottomright.gif new file mode 100644 index 0000000..dcbccc3 --- /dev/null +++ b/resources/graphics/dashlet_bottomright.gif diff --git a/resources/graphics/dashlet_leftrepeat.gif b/resources/graphics/dashlet_leftrepeat.gif new file mode 100644 index 0000000..0b64eca --- /dev/null +++ b/resources/graphics/dashlet_leftrepeat.gif diff --git a/resources/graphics/dashlet_rightrepeat.gif b/resources/graphics/dashlet_rightrepeat.gif new file mode 100644 index 0000000..31eaa04 --- /dev/null +++ b/resources/graphics/dashlet_rightrepeat.gif diff --git a/resources/graphics/dashlet_topleft.gif b/resources/graphics/dashlet_topleft.gif new file mode 100644 index 0000000..11ee051 --- /dev/null +++ b/resources/graphics/dashlet_topleft.gif diff --git a/resources/graphics/dashlet_toprepeat.gif b/resources/graphics/dashlet_toprepeat.gif new file mode 100644 index 0000000..00a970d --- /dev/null +++ b/resources/graphics/dashlet_toprepeat.gif diff --git a/resources/graphics/dashlet_topright.gif b/resources/graphics/dashlet_topright.gif new file mode 100644 index 0000000..8a667ff --- /dev/null +++ b/resources/graphics/dashlet_topright.gif diff --git a/resources/powered-by-kt.png b/resources/powered-by-kt.png new file mode 100644 index 0000000..c83f399 --- /dev/null +++ b/resources/powered-by-kt.png diff --git a/setup/upgrade.php b/setup/upgrade.php index af91f10..2196113 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -147,7 +147,12 @@ td { vertical-align: top; }
-
+
| + | get('ui/poweredByDisabled') == '0'){
+ ?> align="right"> |
+
+ background="../resources/graphics/ktbg.png"> ;
+