Changeset 87

Show
Ignore:
Timestamp:
07/15/07 18:06:37 (1 year ago)
Author:
pdingle
Message:

removed wp-specific calls from admin.pw.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-infocard/wp/admin.pw.php

    r84 r87  
    240240?> 
    241241        <hr /> 
    242                 <a href="<?php echo PW_SECUREPLUGINURL . '/' . PW_PLUGIN; ?>/login/infocard-login.php" alt="<?php _e('Infocard Login'); ?>" style="border-bottom: none; color: #FFF"> 
    243                         <?php _e('Login or Register using an Information Card'); ?> 
     242                <a href="<?php echo PW_SECUREPLUGINURL . '/' . PW_PLUGIN; ?>/login/infocard-login.php" alt="<?php pw_utils::screenPrint('Infocard Login'); ?>" style="border-bottom: none; color: #FFF"> 
     243                        <?php pw_utils::screenPrint('Login or Register using an Information Card'); ?> 
    244244                        <br/> 
    245245                        <img src="<?php echo PW_IMGURL; ?>/infocard_60x42.png" style="padding:10px" /> 
     
    399399                        <tr><td valign="top"> 
    400400                        <label for="securesiteurl" title="Secure Site URL"> 
    401                         <?php _e('Secure Site URL', 'wp-infocard'); ?> 
     401                        <?php pw_utils::screenPrint('Secure Site URL'); ?> 
    402402                        </label> 
    403403                        </td><td> 
     
    407407                        <tr><td valign="top"> 
    408408                        <label for="pw_infocard_key" title="SSL Private Key"> 
    409                         <?php _e('SSL Private Key', 'wp-infocard'); ?> 
     409                        <?php pw_utils::screenPrint('SSL Private Key'); ?> 
    410410                        </label> 
    411411                        </td><td> 
     
    414414                        <tr><td> 
    415415                        <label for="pw_infocard_opener" title="SSL Passphrase"> 
    416                         <?php _e('SSL Passphrase', 'wp-infocard'); ?> 
     416                        <?php pw_utils::screenPrint('SSL Passphrase'); ?> 
    417417                        </label> 
    418418                        </td><td> 
     
    421421 <tr><td colspan="2"> 
    422422                                <input name="pw_enable_pass" type="checkbox" id="pw_enable_pass" value="1" <?php checked('1', ($new_pass)); ?> /> 
    423                                 <?php _e('Use Username/Password in addition to Information Cards', 'wp-infocard'); ?> 
     423                                <?php pw_utils::screenPrint('Use Username/Password in addition to Information Cards'); ?> 
    424424                        </td></tr> 
    425425                        <tr><td>&nbsp;</td><td/></tr> 
     
    427427<?php 
    428428                                if (!$ic_secret) { 
    429                                 _e('There is no 32-bit secret generated for this blog - the secret is needed for security purposes. Do not use this plugin until a secret has been generated & placed into the database', 'wp-infocard'); 
     429                                pw_utils::screenPrint('There is no 32-bit secret generated for this blog - the secret is needed for security purposes. Do not use this plugin until a secret has been generated & placed into the database'); 
    430430                        } 
    431431?> 
    432432                        </td></tr> 
    433433                        <tr><th colspan="2" align="left">To Enable Information Card User Login</td></tr> 
    434                         <tr><td colspan="2"><?php _e('The following changes will result in a login form with the option "Use an Information Card". Please make a copy of the wp-login.php file before you begin, so that you can revert to that original file in case of difficulties.'); ?></td></tr> 
     434                        <tr><td colspan="2"><?php pw_utils::screenPrint('The following changes will result in a login form with the option "Use an Information Card". Please make a copy of the wp-login.php file before you begin, so that you can revert to that original file in case of difficulties.'); ?></td></tr> 
    435435                        <tr><td colspan="2" id="code"> 
    436436<?php 
     
    504504                        </td></tr> 
    505505                        <tr><td>&nbsp;</td><td/></tr> 
    506                         <tr><td colspan="2"><?php _e('This test requires that changes be made to the Apache configuration files.  You only need to run this test if everything is green above, but things are still broken.'); ?></td></tr> 
     506                        <tr><td colspan="2"><?php pw_utils::screenPrint('This test requires that changes be made to the Apache configuration files.  You only need to run this test if everything is green above, but things are still broken.'); ?></td></tr> 
    507507 <tr><td> 
    508                                 <?php _e('Advanced Certificate Check', 'wp-infocard'); ?> 
     508                                <?php pw_utils::screenPrint('Advanced Certificate Check'); ?> 
    509509                        </td><td valign="bottom">&nbsp; 
    510510                                <?php //pw_admin::advancedCertTest(IC_IMGURL); ?> 
    511                                 <br/>&nbsp;<a href="help/help.php?topic=advancedcerttest"><?php _e('More Information', 'wp-infocard');?></a> 
     511                                <br/>&nbsp;<a href="help/help.php?topic=advancedcerttest"><?php pw_utils::screenPrint('More Information');?></a> 
    512512                        </td></tr> 
    513513 
    514514                        </table> 
    515                         <input type="submit" name="infocard_admin_submit" id="infocard_admin_submit" value="<?php _e('Save', 'wp-infocard');?>" /> 
     515                        <input type="submit" name="infocard_admin_submit" id="infocard_admin_submit" value="<?php pw_utils::screenPrint('Save');?>" /> 
    516516                        </p> 
    517517                        </form>