Commit 07b816105ed4806d34d06fdf1eaf5e1cc0f28d56
1 parent
38f0645f
KTS-1230: Remove FIXMEs.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5792 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
2 deletions
templates/ktcore/folder/roles_manageusers.smarty
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} |
| 6 | 6 | {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} |
| 7 | 7 | |
| 8 | -<p class="descriptiveText"><strong>FIXME</strong> help text for role-editing. </p> | |
| 8 | +{* <p class="descriptiveText"><strong>FIXME</strong> help text for role-editing. </p> *} | |
| 9 | 9 | |
| 10 | 10 | <form action="{$smarty.server.PHP_SELF}" method="POST" id="userroleform"> |
| 11 | 11 | <input type="hidden" name="action" value="setRoleUsers" /> |
| ... | ... | @@ -18,7 +18,8 @@ |
| 18 | 18 | |
| 19 | 19 | <fieldset> |
| 20 | 20 | <legend>{i18n}Allocate User to Role{/i18n}</legend> |
| 21 | - <p class="descriptiveText">{i18n}Select the users which should be part of this role.{/i18n} <strong>FIXME</strong> this helptext is v. awkward.</p> | |
| 21 | + <p class="descriptiveText">{i18n}Select the users which should be part of this role.{/i18n} {* <strong>FIXME</strong> this helptext | |
| 22 | + is v. awkward. *}</p> | |
| 22 | 23 | |
| 23 | 24 | <table border="0" width="600"> |
| 24 | 25 | <thead> | ... | ... |