Commit d0bb21ce339bc3e1b2653f0d32c0275aa412716b

Authored by kevin_fourie
1 parent fc9f8f66

Merged in from DEV trunk...

KTS-2489
"Allocate Roles page distorts with many users in role"
Fixed. Thanks Kenny!

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8862 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/folder/roles.smarty
... ... @@ -30,8 +30,8 @@ role allocations may take a some time, depending on the number of folders below
30 30 <strong>{i18n}inherited from parent folder.{/i18n}</strong><br />
31 31 <span class="descriptiveText">
32 32 {/if}
33   - {if ($aRole.users != null)}<strong>{i18n}Users{/i18n}:</strong> {$aRole.users}<br />{/if}
34   - {if ($aRole.groups != null)}<strong>{i18n}Groups{/i18n}:</strong> {$aRole.groups}{/if}
  33 + {if ($aRole.users != null)}<div style="white-space:normal; overflow:auto"><strong>{i18n}Users{/i18n}:</strong> {$aRole.users}</div>{/if}
  34 + {if ($aRole.groups != null)}<div style="white-space:normal; overflow:auto"><strong>{i18n}Groups{/i18n}:</strong> {$aRole.groups}</div>{/if}
35 35 {if ($aRole.allocation_id === null)}
36 36 </span class="descriptiveText">
37 37 {/if}
... ...