X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fheader-full.html;h=850eaed8c518d2f10ac3d0969f68c6fde2e5ac6f;hb=34c878349988d97957f1d53427896a4d70afb392;hp=699f82c53d65764d3762bd63c4cb584a54d138f9;hpb=cb6214a6c0b0ecc8c3a5c264ee98ff3f301c33a6;p=freeside.git diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index 699f82c53..850eaed8c 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -47,10 +47,13 @@ Example: +% if ( $FS::CurrentUser::CurrentUser->option('printtofit') ) { + +% } % } <% include('init_overlib.html') |n %> <% include('rs_init_object.html') |n %> - + <% $head |n %> %# announce our base path, and the Mason comp path of this page @@ -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') ) {