X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7fafd0cdc53c376b557a5504af53dacdfbcdb533..0cc1dc50345b052d65274c4e686bf3b4cd621c4d:/WEB-INF/templates/mobile/header.tpl
diff --git a/WEB-INF/templates/mobile/header.tpl b/WEB-INF/templates/mobile/header.tpl
index 03bfa18f..87d2c401 100644
--- a/WEB-INF/templates/mobile/header.tpl
+++ b/WEB-INF/templates/mobile/header.tpl
@@ -21,11 +21,11 @@
{assign var="tab_width" value="300"}
-
+
-
+
{if $user->custom_logo}
@@ -52,9 +52,53 @@
-
+
+
+{if $authenticated}
+ {if $user->isAdmin()}
+
+
+
+
+ {else}
-
+
+
+
+ |
+ {if !$user->isClient()}
+ {$i18n.menu.time}
+ {/if}
+ {if $user->isPluginEnabled('ex') && !$user->isClient()}
+ · {$i18n.menu.expenses}
+ {/if}
+ {if !$user->isClient() && ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
+ · {$i18n.menu.projects}
+ {/if}
+ {if $user->canManageTeam() && ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
+ · {$i18n.menu.tasks}
+ {/if}
+ {if !$user->isClient()}
+ · {$i18n.menu.users}
+ {/if}
+ {if $user->canManageTeam() && $user->isPluginEnabled('cl')}
+ · {$i18n.menu.clients}
+ {/if}
+ |
+
+
+
+ {/if}
+{/if}
+
+
{if $err->yes()}
{/if}
-
+
-
+
{if $msg->yes()}
{/if}
-
+
|