source: trunk/workflow/templates/default/orgchartPrint.tpl @ 5739

Revision 5739, 889 bytes checked in by adeildosantos, 12 years ago (diff)

Ticket #2530 - Adicionada a opção de incluir as fotos dos usuários na lista

  • Property svn:executable set to *
Line 
1<html>
2<head>
3</head>
4<body>
5{$header}
6{$css}
7{$javaScripts}
8
9<div class="invisiblePrint">
10        <h1>Configurar Impressão</h1>
11        <label><input type="checkbox" checked id="employeesVisibility" /> Exibir funcionários</label>
12        <br/>
13        <label><input type="checkbox" id="photoVisibility" /> Exibir foto </label>     
14        <br/>
15        <label><input type="checkbox" checked id="groupByArea" /> Agrupar por área</label>
16        <br/>
17        <label><input type="checkbox" checked id="highlightSupervisor" /> Ressaltar titular</label>
18        <br/>
19        <label><input type="checkbox" checked id="orgchartPathVisibility" /> Exibir "caminho completo" da área</label>
20        <br/><br/>
21        <button id="printButton">Imprimir</button>
22</div>
23
24
25{if !empty($organizationName)}
26<h1 class="organizationName">{$organizationName}</h1>
27{/if}
28
29<div id="areas_content" />
30
31{$footer}
32</body>
33</html>
34<script language="javascript">
35var areas = {$areasJson};
36</script>
Note: See TracBrowser for help on using the repository browser.