]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/templates/projects.tpl
A bit more work in progress on remote work plugin.
[timetracker.git] / WEB-INF / templates / projects.tpl
index 81ef96b89f2b0efe5a9c488146437710ad8d317a..92348e7ab921ed668e952d275ae411b61ce9f0db 100644 (file)
   {if $inactive_projects}
         <tr><td class="sectionHeaderNoBorder">{$i18n.form.projects.active_projects}</td></tr>
   {/if}
+  {if $active_projects}
         <tr>
           <td width="35%" class="tableHeader">{$i18n.label.thing_name}</td>
           <td width="35%" class="tableHeader">{$i18n.label.description}</td>
-  {if $show_files}
+    {if $show_files}
           <td></td>
-  {/if}
+    {/if}
           <td></td>
           <td></td>
         </tr>
-  {if $active_projects}
     {foreach $active_projects as $project}
         <tr bgcolor="{cycle values="#f5f5f5,#ffffff"}">
           <td>{$project.name|escape}</td>