~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to templates/base_full.tpl.html

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
            <div id="user_menu">
51
51
                {$core.current_role_name}: {$core.user.usr_full_name|escape:html}
 
52
                {if $core.current_role == $core.roles.customer && $core.allowed_customers|@count > 1}
 
53
                    [<a href="{$core.rel_url}select_customer.php" title="Change Customer">{$core.current_customer.name}</a>]
 
54
                {/if}
52
55
                {if $core.current_role > $core.roles.standard_user}
53
56
                    [{if $core.is_current_user_clocked_in}{t}CLOCKED IN{/t}{else}{t}CLOCKED OUT{/t}{/if}]
54
57
                {/if}