]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/client_edit.tpl
More work in progress replacing text links with icons.
[timetracker.git] / WEB-INF / templates / client_edit.tpl
index 92319b68f42d75a03f9700e468c4a974d6fc7c2e..2abf70dc169904f03d57833609c1af490782ccc1 100644 (file)
@@ -13,7 +13,7 @@
         </tr>
         <tr>
           <td align="right">{$i18n.label.tax}, %:</td>
-          <td>{$forms.clientForm.tax.control}&nbsp;(0{$user->decimal_mark}00)</td>
+          <td>{$forms.clientForm.tax.control}&nbsp;(0{$user->getDecimalMark()}00)</td>
         </tr>
         <tr>
           <td align = "right">{$i18n.label.status}:</td>
@@ -24,7 +24,7 @@
           <td>{$i18n.label.required_fields}</td>
         </tr>
         <tr><td>&nbsp;</td></tr>
-{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
+{if $show_projects}
         <tr>
           <td align="right">{$i18n.label.projects}:</td>
           <td>{$forms.clientForm.projects.control}</td>