Commit ebcc92c06118c17bd466bcdcf2d1728e5d1f67bd
1 parent
455ec4c6
KTS-2178
"cross site scripting" Updated. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6943 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
6 additions
and
6 deletions
templates/ktcore/folder/view_permissions.smarty
| 1 | -<h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}View Permissions for{/i18n}:<br />{$context->oFolder->getName()}</h2> | |
| 1 | +<h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}View Permissions for{/i18n}:<br />{$context->oFolder->getName()|sanitize}</h2> | |
| 2 | 2 | |
| 3 | 3 | <p class="descriptiveText">{i18n}This page shows the permissions that apply to |
| 4 | 4 | this specific folder. Only the roles or groups which have permissions |
| 5 | -assigned are shown.{/i18n}</p> | |
| 5 | +assigned are shown.{/i18n}</p> | |
| 6 | 6 | |
| 7 | 7 | {if $edit} |
| 8 | -{i18n}Manage security{/i18n}: <a href="{addQS context=$context}action=edit{/addQS}">{i18n}Edit permissions{/i18n}</a> | |
| 9 | -| <a href="{addQS context=$context}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> | |
| 8 | +{i18n}Manage security{/i18n}: <a href="{addQS context=$context}action=edit{/addQS}">{i18n}Edit permissions{/i18n}</a> | |
| 9 | +| <a href="{addQS context=$context}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> | |
| 10 | 10 | {else} |
| 11 | -{i18n}Manage security{/i18n}: <a href="{addQS context=$context}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> | |
| 11 | +{i18n}Manage security{/i18n}: <a href="{addQS context=$context}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> | |
| 12 | 12 | {/if} |
| 13 | 13 | |
| 14 | 14 | |
| ... | ... | @@ -136,7 +136,7 @@ value="{$iGroupId}"></td> |
| 136 | 136 | <td class="centered"><span class="ktAction ktInline ktAllowed">{i18n}Allowed{/i18n}</span></td> |
| 137 | 137 | { else } |
| 138 | 138 | <td class="centered"><span class="ktAction ktInline ktDenied">{i18n}Denied{/i18n}</span></td> |
| 139 | - { /if } | |
| 139 | + { /if } | |
| 140 | 140 | {/foreach} |
| 141 | 141 | </tr> |
| 142 | 142 | {/foreach} | ... | ... |