Some rearrangements in translation files.
[timetracker.git] / WEB-INF / templates / users.tpl
index f03dfd0..6067ce6 100644 (file)
@@ -8,7 +8,7 @@
 {if $user->can('manage_users')}
       <table cellspacing="1" cellpadding="3" border="0" width="100%">
   {if $inactive_users}
-        <tr><td class="sectionHeaderNoBorder">{$i18n.form.users.active_users}</td></tr>
+        <tr><td class="sectionHeaderNoBorder">{$i18n.label.active_users}</td></tr>
   {/if}
         <tr>
           <td width="30%" class="tableHeader">{$i18n.label.person_name}</td>
@@ -56,7 +56,7 @@
 
   {if $inactive_users}
       <table cellspacing="1" cellpadding="3" border="0" width="100%">
-        <tr><td class="sectionHeaderNoBorder">{$i18n.form.users.inactive_users}</td></tr>
+        <tr><td class="sectionHeaderNoBorder">{$i18n.label.inactive_users}</td></tr>
         <tr>
           <td width="30%" class="tableHeader">{$i18n.label.person_name}</td>
           <td width="30%" class="tableHeader">{$i18n.label.login}</td>