Changes by Joe Holzer
[openemr.git] / templates / practice_settings / general_list.html
blob19fb043db98202370ed479dcd3b47339d7f09ba2
1 <html>
2 <head>
3 {php}html_header_show();{/php}
5 {literal}
6 <style type="text/css" title="mystyles" media="all">
7 <!--
8 td {
9 font-size:12pt;
10 font-family:helvetica;
12 .small {
13 font-size:9pt;
14 font-family:helvetica;
15 text-decoration: none;
17 .small:hover {
18 text-decoration: underline;
20 li{
21 font-size:11pt;
22 font-family:helvetica;
23 margin-left: 15px;
25 a {
26 font-size:11pt;
27 font-family:helvetica;
29 -->
30 </style>
31 {/literal}
32 </head>
33 <body bgcolor="{$STYLE.BGCOLOR2}">
34 <table>
35 <tr>
36 <td valign="top">
37 {xl t='Settings'}<br />
38 <ul style="list-style: none;">
39 <lh><a href="{$TOP_ACTION}pharmacy&action=list">{xl t='Pharmacies'}</a></lh>
40 <li><a href="{$TOP_ACTION}pharmacy&action=edit">{xl t='Add a Pharmacy'}</a></li>
41 <!--<lh><br /><a href="{$TOP_ACTION}pharmacist">Pharmacists</a></lh>-->
42 <br{php}if ($GLOBALS['ippf_specific']) echo " style='display:none'";{/php}>
43 <lh{php}if ($GLOBALS['ippf_specific']) echo " style='display:none'";{/php}><a href="{$TOP_ACTION}insurance_company&action=list">{xl t='Insurance Companies'}</a></lh>
44 <li{php}if ($GLOBALS['ippf_specific']) echo " style='display:none'";{/php}><a href="{$TOP_ACTION}insurance_company&action=edit">{xl t='Add a Company'}</a></li>
45 <br{php}if ($GLOBALS['ippf_specific']) echo " style='display:none'";{/php}>
46 <lh{php}if ($GLOBALS['ippf_specific']) echo " style='display:none'";{/php}><a href="{$TOP_ACTION}insurance_numbers&action=list">{xl t='Insurance Numbers'}</a></lh>
47 <li{php}if ($GLOBALS['ippf_specific']) echo " style='display:none'";{/php}><a href="{$TOP_ACTION}x12_partner&action=list">{xl t='X12 Partners'}</a></li>
48 <br>
49 <lh><a href="{$TOP_ACTION}document&action=queue">{xl t='Documents'}</a></lh>
50 <li><a href="{$TOP_ACTION}document_category&action=list">{xl t='Edit Categories'}</a></li>
51 <br><br><br>
52 <lh{php}if ($GLOBALS['ippf_specific']) echo " style='visibility:hidden'";{/php}><a href="{$TOP_ACTION}hl7&action=default">{xl t='HL7 Viewer'}</a></lh>
53 </ul>
54 </td><td width="50">&nbsp;</td>
55 <td valign="top"><br /><br />{$display}</td>
56 </tr>
57 </table>
58 </body>
59 </html>