Commit cae40982b13b5c7013bda790ba044dbeaab14f0d

Authored by bshuttle
1 parent 7a3e4f51

- make collection column-headings wrap

- fix KTS-1181: permissions are obscured.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5737 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/css/kt-framing.css
... ... @@ -568,7 +568,7 @@ a.main_nav_item {
568 568 .kt_collection thead th {
569 569 border-bottom: 1px solid #888;
570 570 text-align: left;
571   - white-space: nowrap !important;
  571 + white-space: normal !important;
572 572 }
573 573  
574 574 .kt_collection th.sort_on.sort_asc {
... ...
templates/ktcore/folder/permissions.smarty
... ... @@ -97,7 +97,7 @@
97 97 <h2>{i18n}Dynamic permissions{/i18n}</h2>
98 98 {/if}
99 99 { if $dynamic_conditions }
100   -<table class="kt_collection" cellpadding="0" cellspacing="0">
  100 +<table class="kt_collection narrow" cellpadding="0" cellspacing="0">
101 101 <thead>
102 102 <tr>
103 103 { if $edit }
... ...
templates/ktcore/folder/resolved_permissions.smarty
... ... @@ -11,7 +11,7 @@ assigned are shown.{/i18n}&lt;/p&gt;
11 11 <form action="{$smarty.server.PHP_SELF}" method="POST">
12 12 <input type="hidden" name="action" value="update">
13 13 <input type="hidden" name="fFolderId" value="{$iFolderId}">
14   -<table class="kt_collection"cellspacing="0" cellpadding="0" border="0">
  14 +<table class="kt_collection narrow" cellspacing="0" cellpadding="0" border="0">
15 15 <thead>
16 16 <tr>
17 17 <th width="40%">{i18n}Role or Group{/i18n}</th>
... ...
templates/ktcore/folder/resolved_permissions_user.smarty
... ... @@ -15,7 +15,7 @@ this folder.{/i18n}&lt;/p&gt;
15 15 <p>{i18n}Manage security{/i18n}: <a href="{addQS}fFolderId={$iFolderId}{/addQS}">{i18n}View permissions overview{/i18n}</a>
16 16 | <a href="{addQS}action=edit&fFolderId={$oFolder->getId()}{/addQS}">{i18n}Edit permissions{/i18n}</a></p>
17 17  
18   -<table class="kt_collection"cellspacing="0" cellpadding="0" border="0">
  18 +<table class="kt_collection narrow" cellspacing="0" cellpadding="0" border="0">
19 19 <thead>
20 20 <tr>
21 21 <th width="40%">{i18n}User{/i18n}</th>
... ...
templates/ktcore/folder/view_permissions.smarty
... ... @@ -23,7 +23,7 @@ assigned are shown.{/i18n}&lt;/p&gt;
23 23 <div class="ktInfo"><p>{i18n}No roles, groups, or users have been defined or have permissions.{/i18n}</p></div>
24 24 {else}
25 25  
26   -<table class="kt_collection"cellspacing="0" cellpadding="0" border="0">
  26 +<table class="kt_collection narrow" cellspacing="0" cellpadding="0" border="0">
27 27 <thead>
28 28 <tr>
29 29 <th width="40%">{i18n}Role or Group{/i18n}</th>
... ...