]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/week.tpl
Refactoring, moving plugin config options into config field.
[timetracker.git] / WEB-INF / templates / week.tpl
index e786ba856ffec41fad7710bb5b01ee182eb6f314..366762cfc32fa6ddfae6ca93e7596bf6308fc7b4 100644 (file)
@@ -41,7 +41,7 @@ function fillDropdowns() {
 {/if}
 {if $show_client}
         <tr>
-          <td align="right">{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}:</td>
+          <td align="right">{$i18n.label.client}{if $user->isOptionEnabled('client_required')} (*){/if}:</td>
           <td>{$forms.weekTimeForm.client.control}</td>
         </tr>
 {/if}