Changeset 1166

Show
Ignore:
Timestamp:
09/30/06 16:47:57 (2 years ago)
Author:
jm3
Message:

format cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/import/present-clean-pre-flight-input.inc.php

    r1165 r1166  
    7575        tell( "Look OK?", "Let's do it! 
    7676        <p/> 
    77         <input type='button' class='default button' value='Import' onClick=\"location.href='/import/processing?num_links=$num_links&num_tags=$num_tags';\" /> 
    78         <input type='button' class='button' value='Cancel' onClick=\"location.href='/';\" /> 
     77        <input type='button' class='default button' style='padding: 1.0em;' value='Import' onClick=\"location.href='/import/processing?num_links=$num_links&num_tags=$num_tags';\" /> 
     78        <input type='button' class='button' style='padding: 1.0em;' value='Cancel' onClick=\"location.href='/';\" /> 
    7979        " ); 
    8080 
  • feedmelinks/import/ready-to-import.php

    r925 r1166  
    4141 
    4242                                include_once( "do-random-checks.inc.php" ); 
    43                                  
     43 
    4444                                include_once( "de-dupe-lists.inc.php" ); 
    4545