Added team_id to project delete and update queries to reduce risk of misuse.
[timetracker.git] / WEB-INF / templates / profile_edit.tpl
index 4851118..244c6cb 100644 (file)
@@ -141,6 +141,12 @@ function handlePluginCheckboxes() {
             <td align="right">{$i18n.label.currency}:</td>
             <td>{$forms.profileForm.currency.control}</td>
           </tr>
+  {if $user->can('manage_roles')}
+          <tr>
+            <td align="right" nowrap>{$i18n.label.roles}:</td>
+            <td><a href="roles.php">{$i18n.label.configure}</a></td>
+          </tr>
+  {/if}
           <tr>
            <td align="right" nowrap>{$i18n.label.language}:</td>
            <td>{$forms.profileForm.lang.control}</td>