Changeset 87
- Timestamp:
- 07/15/07 18:06:37 (1 year ago)
- Files:
-
- trunk/wp-infocard/wp/admin.pw.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/wp/admin.pw.php
r84 r87 240 240 ?> 241 241 <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'); ?> 244 244 <br/> 245 245 <img src="<?php echo PW_IMGURL; ?>/infocard_60x42.png" style="padding:10px" /> … … 399 399 <tr><td valign="top"> 400 400 <label for="securesiteurl" title="Secure Site URL"> 401 <?php _e('Secure Site URL', 'wp-infocard'); ?>401 <?php pw_utils::screenPrint('Secure Site URL'); ?> 402 402 </label> 403 403 </td><td> … … 407 407 <tr><td valign="top"> 408 408 <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'); ?> 410 410 </label> 411 411 </td><td> … … 414 414 <tr><td> 415 415 <label for="pw_infocard_opener" title="SSL Passphrase"> 416 <?php _e('SSL Passphrase', 'wp-infocard'); ?>416 <?php pw_utils::screenPrint('SSL Passphrase'); ?> 417 417 </label> 418 418 </td><td> … … 421 421 <tr><td colspan="2"> 422 422 <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'); ?> 424 424 </td></tr> 425 425 <tr><td> </td><td/></tr> … … 427 427 <?php 428 428 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'); 430 430 } 431 431 ?> 432 432 </td></tr> 433 433 <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> 435 435 <tr><td colspan="2" id="code"> 436 436 <?php … … 504 504 </td></tr> 505 505 <tr><td> </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> 507 507 <tr><td> 508 <?php _e('Advanced Certificate Check', 'wp-infocard'); ?>508 <?php pw_utils::screenPrint('Advanced Certificate Check'); ?> 509 509 </td><td valign="bottom"> 510 510 <?php //pw_admin::advancedCertTest(IC_IMGURL); ?> 511 <br/> <a href="help/help.php?topic=advancedcerttest"><?php _e('More Information', 'wp-infocard');?></a>511 <br/> <a href="help/help.php?topic=advancedcerttest"><?php pw_utils::screenPrint('More Information');?></a> 512 512 </td></tr> 513 513 514 514 </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');?>" /> 516 516 </p> 517 517 </form>
