diff --git a/templates/ktcore/folder/roles.smarty b/templates/ktcore/folder/roles.smarty index db86d03..336e1d7 100644 --- a/templates/ktcore/folder/roles.smarty +++ b/templates/ktcore/folder/roles.smarty @@ -1,4 +1,4 @@ -

get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Allocate Roles for{/i18n}:
{$folderName}

+

get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Allocate Roles for{/i18n}:
{$folderName|sanitize}

{i18n} In many cases, workflow actions will be assigned to certain roles @@ -14,7 +14,7 @@ role allocations may take a some time, depending on the number of folders below {i18n}Role{/i18n} {i18n}Allocated users{/i18n} - {i18n}Edit Users{/i18n} + {i18n}Edit Users{/i18n} {i18n}Edit Groups{/i18n} {if !$is_root}{i18n}Use Parent{/i18n}{/if} @@ -29,7 +29,7 @@ role allocations may take a some time, depending on the number of folders below {i18n}inherited from parent folder.{/i18n}
{/if} - {if ($aRole.users != null)}{i18n}Users{/i18n}: {$aRole.users}
{/if} + {if ($aRole.users != null)}{i18n}Users{/i18n}: {$aRole.users}
{/if} {if ($aRole.groups != null)}{i18n}Groups{/i18n}: {$aRole.groups}{/if} {if ($aRole.allocation_id === null)}
@@ -41,11 +41,11 @@ role allocations may take a some time, depending on the number of folders below {i18n}Edit Users{/i18n} {i18n}Edit Groups{/i18n} {if !$is_root} - {i18n}Use parent's allocation{/i18n} {/if} - {/if} + {/if} {/foreach} {else}