Commit 6c3241559aa6a2261058d4d4da3c61ed0d2f20e2

Authored by Jalaloedien Abrahams
1 parent 1c28813a

KTC-96

"UI defects. "
Fixed.

Reviewed By: Kevin

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6729 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/css/kt-framing.css
... ... @@ -339,6 +339,8 @@ a.main_nav_item {
339 339 z-index: 1;
340 340 width:auto;
341 341 padding: 0 2em 1em 0;
  342 + overflow: auto;
  343 + min-height: 600px;
342 344 }
343 345  
344 346 #content.view.withviewlets {
... ...
resources/css/kt-ie-icons.css
... ... @@ -5,6 +5,33 @@
5 5 margin: 20px auto;
6 6 }
7 7  
  8 +/* block level. */
  9 +.ktError {
  10 + background: #ffdd80 url(../../resources/graphics/error_toprepeat.gif) top left repeat-x;
  11 + border: 1px solid #FFC21E;
  12 + margin: 20px auto;
  13 +}
  14 +
  15 +.ktError p {
  16 + margin-left: 20px;
  17 + padding-left: 25px;
  18 + background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat;
  19 +}
  20 +
  21 +.ktError span {
  22 + margin-left: 20px;
  23 + padding-left: 25px;
  24 + background: transparent url(../../thirdparty/icon-theme/16x16/status/dialog-warning.gif) center left no-repeat;
  25 +}
  26 +
  27 +.ktError .dashboard_block_body
  28 +{
  29 + z-index:99;
  30 + margin-top: -8px;
  31 + background-color: #ffdd80;
  32 + overflow: auto;
  33 +}
  34 +
8 35 .ktActionLink.ktDelete, .ktAction.ktDelete { background-image: url(../../resources/graphics/delete.gif); }
9 36 .ktActionLink.ktEdit, .ktAction.ktEdit { background-image: url(../../thirdparty/icon-theme/16x16/actions/document-properties.gif); }
10 37 .ktActionLink.ktAddUser, .ktAction.ktAddUser { background-image: url(../../thirdparty/icon-theme/16x16/actions/contact-new.gif); }
... ... @@ -60,32 +87,6 @@
60 87 background: url(../../resources/graphics/portlet_corner_topleft.gif) top left no-repeat;
61 88 }
62 89  
63   -#portletbar .portlet .portletTopRight {
64   - background: url(../../resources/graphics/portlet_corner_topright_collapsed.gif) top right no-repeat;
65   -}
66   -
67   -#portletbar .portlet.expanded .portletTopRight {
68   - background: url(../../resources/graphics/portlet_corner_topright.gif) top right no-repeat;
69   -}
70   -
71   -#portletbar .portlet .portletbodyBottomLeft {
72   - background: url(../../resources/graphics/portlet_corner_bottomleft.gif) bottom left no-repeat;
73   -}
74   -
75   -#portletbar .portlet .portletbodyBottomRight {
76   - background: url(../../resources/graphics/portlet_corner_bottomright.gif) bottom right no-repeat;
77   -}
78   -
79   -#portletbar .portlet .portletTopRepeat {
80   - background: url(../../resources/graphics/portlet_bg_collapsed.gif) top left repeat-x;
81   - width: 65%;
82   -}
83   -
84   -#portletbar .portlet.expanded .portletTopRepeat {
85   - background: url(../../resources/graphics/portlet_bg.gif) top left repeat-x;
86   - width: 65%;
87   -}
88   -
89 90 #menu_divider {
90 91 background: url(../../resources/graphics/menu_divider.gif) top left no-repeat;
91 92 }
... ... @@ -131,83 +132,8 @@
131 132 display: none;
132 133 }
133 134  
134   -
135   -.dashboard_block_topleft {
136   - background: white url(../graphics/dashlet_toprepeat.gif) top left repeat-x;
137   -}
138   -
139   -.dashboard_block_toprepeat {
140   - width: 95%;
141   - background: white url(../graphics/dashlet_toprepeat.gif) top left repeat-x;
142   -}
143   -
144   -.dashboard_block_topright {
145   - background: white url(../graphics/dashlet_toprepeat.gif) top left repeat-x;
146   -}
147   -
148   -.dashboard_block_leftrepeat_top {
149   - display: none;
150   -}
151   -
152   -.dashboard_block_leftrepeat_bottom {
153   - display: none;
154   -}
155   -
156   -.dashboard_block_bottomleft {
157   - display: none;
158   -}
159   -
160   -.dashboard_block_bottomrepeat {
161   - display: none;
162   -}
163   -
164   -.dashboard_block_bottomright {
165   - display: none;
166   -}
167   -
168   -.dashboard_block_rightrepeat_top {
169   - display: none;
170   -}
171   -
172   -.dashboard_block_rightrepeat_bottom {
173   - display: none;
174   -}
175   -
176 135 .ktBlock .dashboard_block_body
177 136 {
178 137 margin: 8px 0 10px 1em;
179   -}
180   -
181   -#loginbox.hasDisclaimer #loginboxTopMiddle {
182   - position: absolute;
183   - background: url(../graphics/login_border_repeat.png) top left repeat-x;
184   - top:0;
185   - left:35px;
186   - width: 520px;
187   - height: 3px;
188   -}
189   -
190   -#loginbox.hasDisclaimer #loginboxBottomMiddle {
191   - position: absolute;
192   - background: url(../graphics/login_border_bottom.png) bottom left repeat-x;
193   - bottom: 0;
194   - left: 35px;
195   - width: 520px;
196   - height: 3px;
197   -}
198   -
199   -#loginbox.hasDisclaimer #loginboxLeftTop {
200   - height: 260px;
201   -}
202   -
203   -#loginbox.hasDisclaimer #loginboxLeftBottom {
204   - height: 260px;
205   -}
206   -
207   -#loginbox.hasDisclaimer #loginboxRightTop {
208   - height: 260px;
209   -}
210   -
211   -#loginbox.hasDisclaimer #loginboxRightBottom {
212   - height: 260px;
  138 + overflow: scroll;
213 139 }
... ...
resources/graphics/dashlet_toprepeat.gif

842 Bytes | W: | H:

841 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
resources/graphics/error_toprepeat.gif 0 โ†’ 100644

845 Bytes

resources/graphics/info.gif 0 โ†’ 100644

1000 Bytes

resources/graphics/info_toprepeat.gif 0 โ†’ 100644

845 Bytes

resources/js/loader.js
... ... @@ -50,9 +50,6 @@ window.onload = function()
50 50 var infoMessage = new curvyCorners(settings_dashlets, "ktInfoMessage");
51 51 infoMessage.applyCornersToAll();
52 52 var infoMessages = getElementsByClass("ktInfoMessage");
53   - for(var s = 0; s < infoMessages.length; s++){
54   - infoMessages[s].style.margin="0 0 26px 0";
55   - }
56 53  
57 54 //error message dashlets
58 55 var errorBlock = new curvyCorners(settings_dashlets, "ktError");
... ... @@ -66,9 +63,6 @@ window.onload = function()
66 63 var errorMessage = new curvyCorners(settings_dashlets, "ktErrorMessage");
67 64 errorMessage.applyCornersToAll();
68 65 var errorMessages = getElementsByClass("ktErrorMessage");
69   - for(var v = 0; v < errorMessages.length; v++){
70   - errorMessages[v].style.margin="0 0 26px 0";
71   - }
72 66  
73 67 if(getElementsByClass("noportlets").length != '1'){
74 68 //portlets
... ...
skins/kts_blue/dashlet_toprepeat.gif

839 Bytes | W: | H:

838 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/dashlet_toprepeat.png

283 Bytes | W: | H:

240 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menu_corner_left.gif

987 Bytes | W: | H:

953 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menu_corner_left.png

416 Bytes | W: | H:

480 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menu_corner_right.gif

1 KB | W: | H:

987 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menu_corner_right.png

482 Bytes | W: | H:

588 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menu_divider.gif

839 Bytes | W: | H:

834 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menu_divider.png

182 Bytes | W: | H:

256 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menubg-active.gif

836 Bytes | W: | H:

836 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menubg-active.png

181 Bytes | W: | H:

300 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menubg.gif

838 Bytes | W: | H:

835 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/menubg.png

176 Bytes | W: | H:

285 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/portlet_bg.gif

837 Bytes | W: | H:

836 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/portlet_bg.png

277 Bytes | W: | H:

234 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/portlet_bg_collapsed.gif

820 Bytes | W: | H:

819 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/portlet_bg_collapsed.png

138 Bytes | W: | H:

138 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
skins/kts_blue/title_bullet.png

239 Bytes | W: | H:

240 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
templates/ktcore/folder/view_permissions.smarty
... ... @@ -15,13 +15,13 @@ assigned are shown.{/i18n}&lt;/p&gt;
15 15 {if $iFolderId != 1}
16 16 <div class="ktInfoMessage">
17 17 { if $inherited }
18   -<span>{i18n arg_permission_source=$inherited}This folder <strong>inherits</strong> its permissions from #permission_source#.{/i18n}
  18 +<p>{i18n arg_permission_source=$inherited}This folder <strong>inherits</strong> its permissions from #permission_source#.{/i18n}
19 19 {if $inheritable}
20 20 <a class="ktActionLink ktDelete"
21 21 kt:deleteMessage="{i18n}Are you sure you wish to override the permissions?{/i18n}"
22 22 href="{addQS}action=edit&fFolderId={$oFolder->getId()}&override=1{/addQS}">{i18n}Override permissions{/i18n}</a>
23 23 {/if}
24   -</span>
  24 +</p>
25 25 { else }
26 26 <p>{i18n}This folder defines its own permissions.{/i18n}</p>
27 27 { /if }
... ...