source: branches/2.2/security/security.php @ 3377

Revision 3377, 842 bytes checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1310 - Traduções para msgs emitidas com uso do certificado digital.

Line 
1<?php
2?>
3        <div style="padding-left:90px" >
4            <br/><br/>
5            <span>
6                <a href="security-cas.php" style="text-decoration:none"><b><?php echo lang('CAs (Certificate Authority)') ?></b></a>
7            </span>
8            <br/><br/>
9            <span>
10                <a href="security-clr.php" style="text-decoration:none"><b><?php echo lang('RCLs(Revoked Certificate List)') ?></b></a>
11            </span>
12            <br/><br/>
13            <span>
14                <a href="security-cfg.php" style="text-decoration:none"><b><?php echo lang('View Current configuration') ?></b></a>
15            </span>
16            <br/><br/><br/><br/>
17            <a href="../admin/index.php" style="text-decoration:none"><input type="button" value="<?php echo lang('Cancel') ?>"/></a>
18            <br/><br/>
19        </div>
Note: See TracBrowser for help on using the repository browser.