Example #1
0
            <input type="submit" name="decrypt" value="<?php 
        _e('Save Decrypted');
        ?>
" onclick="do_save_decrypted();" class="submit_button delete_button">
            <?php 
    }
    ?>
        </td>
    </tr>
    <?php 
}
?>
    </tbody>
</table>
<?php 
if (module_encrypt::can_i('create', 'Encrypts')) {
    ?>
<form action="" method="post">
    <table class="tableclass tableclass_form tableclass_full" id="enc_create_new" style="display:none;">
        <tbody>
        <tr>
            <th class="width2">
                <?php 
    _e('Encryption Vault:');
    ?>
            </th>
            <td>
                <input type="text" name="encrypt_key_name" id="encrypt_key_name">
            </td>
        </tr>
        <tr>