Commit a529facdd71b4a0c19da7573db872532172f1852

Authored by Neil Blakey-Milner
1 parent 897d7967

KTS-1230: Remove FIXMEs.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5792 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/folder/roles_manageusers.smarty
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} 5 {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')}
6 {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} 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 <form action="{$smarty.server.PHP_SELF}" method="POST" id="userroleform"> 10 <form action="{$smarty.server.PHP_SELF}" method="POST" id="userroleform">
11 <input type="hidden" name="action" value="setRoleUsers" /> 11 <input type="hidden" name="action" value="setRoleUsers" />
@@ -18,7 +18,8 @@ @@ -18,7 +18,8 @@
18 18
19 <fieldset> 19 <fieldset>
20 <legend>{i18n}Allocate User to Role{/i18n}</legend> 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 <table border="0" width="600"> 24 <table border="0" width="600">
24 <thead> 25 <thead>