Commit 4eec71dff6b9be6bc0d007b29c0480af09676d8a

Authored by Kevin Fourie
1 parent 2fa5885e

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/trunk@8861 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}
... ...