Changeset 166

Show
Ignore:
Timestamp:
06/24/08 08:29:08 (7 months ago)
Author:
pdingle
Message:

updated login form text color to black - made it a settable parameter in pw-config

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/RB-0.9/wp-infocard/pw-config.php

    r140 r166  
    3333include_once( dirname(__FILE__) . '/' . PW_PLUGIN. '/pw-claimtypes.php'); 
    3434define ('PW_FP_ICON', 'infocard_60x42.png' ); // icon must be in /pwlib/images 
     35define ('PW_LOGINFORM_TEXTCOLOR', '000' ); // change this if login form changes background 
    3536?> 
  • branches/RB-0.9/wp-infocard/wp/admin.pw.php

    r157 r166  
    267267?> 
    268268        <hr /> 
    269                 <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"> 
     269                <a href="<?php echo PW_SECUREPLUGINURL . '/' . PW_PLUGIN; ?>/login/infocard-login.php" alt="<?php pw_utils::screenPrint('Infocard Login'); ?>" style="border-bottom: none; color:#<?php echo PW_LOGINFORM_TEXTCOLOR; ?>"> 
    270270                        <?php pw_utils::screenPrint('Login or Register using an Information Card'); ?> 
    271271                        <br/> 
    272272                        <img src="<?php echo PW_IMGURL; ?>/infocard_60x42.png" style="padding:10px" /> 
    273273                </a> 
    274                 &nbsp; <a alt="<?php echo __('What is this?'); ?>" style="border-bottom: none; color: #fff"  href="http://pamelaproject.com/"> 
     274                &nbsp; <a alt="<?php echo __('What is this?'); ?>" style="border-bottom: none; color: #<?php echo PW_LOGINFORM_TEXTCOLOR; ?>"  href="http://pamelaproject.com/"> 
    275275                        <?php echo __('(what is this?)'); ?> 
    276276                </a>