phpBMS

Changeset 682 for trunk/phpbms/common

Show
Ignore:
Timestamp:
12/16/09 14:18:55 (2 years ago)
Author:
nate
Message:
  • Removed extraneous code from clients_addedit.php
  • Modified massEmail function in clients.php to support new MailChimp? module
  • Changed the tableoption record relating to massEmail to be installed from the MailChimp? module and not the BMS.
  • Fixed another possible looping bug in list_sync.php
  • Moved some image files from the main install directory to the common/image/ directory.
  • Modified a file name to be spelled correctly.
  • Expanded the feedback in list_sync.php: It will distinguish between non-fatal errors (warnings) and those that stop the script.
  • manual_list_sync.php and manual_list_sync.js have been modified to handle this.
  • Removed unneeded commented information from push_records_addedit.php
Location:
trunk/phpbms/common
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/pages/mailchimp/manual_sync.css

    r681 r682  
     1#sync{ 
     2    width:75px; 
     3} 
     4 
     5#showResults{ 
     6    width:100px; 
     7} 
     8 
     9#showResults span{ 
     10        display:inline; 
     11        padding-left:15px; 
     12        color : #455372;  
     13        font-weight:bold; 
     14} 
     15 
     16#showResults:hover span{text-decoration:underline;} 
     17 
     18#cancelP{ 
     19    text-align:right; 
     20} 
     21#cancelButton{ 
     22    width:75px; 
     23} 
     24 
    125.success{ 
    226    color: green; 
    327    line-height: 16px; 
    4     background: url("../../../../../install/success.gif") no-repeat left; 
     28    background: url("../../../../image/success.gif") no-repeat left; 
    529    padding:2px 0 2px 20px; 
    630} 
    731 
    8 .error { 
     32.fail { 
    933    color: red; 
    1034    line-height: 16px; 
    11     background: url("../../../../../install/fail.gif") no-repeat left; 
     35    background: url("../../../../image/fail.gif") no-repeat left; 
    1236    padding:2px 0 2px 20px; 
    1337} 
     
    1539.warning { 
    1640    line-height: 16px; 
    17     background: url("../../../../../install/warning.gif") no-repeat left; 
     41    background: url("../../../../image/warning.gif") no-repeat left; 
    1842    padding:2px 0 2px 20px; 
    1943} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.