X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=07595a539c75454b7c67311b25d313b631423fcd;hb=55c5d8f7a02622484ae97b8c195f9ce1a92a6333;hp=699f82c53d65764d3762bd63c4cb584a54d138f9;hpb=cb6214a6c0b0ecc8c3a5c264ee98ff3f301c33a6;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index 699f82c53..07595a539 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -47,6 +47,9 @@ Example: +% if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) { + +% } % } <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> @@ -67,6 +70,9 @@ Example: <% $company_name || 'ExampleCo' %> + + <& notify-tickets.html &> + Logged in as <% $FS::CurrentUser::CurrentUser->username |h %>  logout
Preferences % if ( $conf->config("ticket_system") % && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) {