]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/time_edit.tpl
Refactoring, moving plugin config options into config field.
[timetracker.git] / WEB-INF / templates / time_edit.tpl
index 66778e17d40d405f0646cf3ca492b0637fe3f59e..42b1674d4e18d0e1a8bd14fabca21e6468b02f0e 100644 (file)
@@ -24,7 +24,7 @@ function confirmSave() {
     <table border="0">
 {if $user->isPluginEnabled('cl')}
     <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.timeRecordForm.client.control}</td>
     </tr>
 {/if}