Update the 101% table height to use a fixed scrollbar via CSS (#28)
[timetracker.git] / WEB-INF / templates / expenses.tpl
index a64fbc2..12d9534 100644 (file)
@@ -81,7 +81,7 @@ function get_date() {
 {/if}
 {if $user->isPluginEnabled('cl')}
         <tr>
-          <td align="right">{$i18n.label.client}{if in_array('cm', explode(',', $user->plugins))} (*){/if}:</td>
+          <td align="right">{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}:</td>
           <td>{$forms.expensesForm.client.control}</td>
         </tr>
 {/if}