Show
Ignore:
Timestamp:
05/04/08 10:37:06 (7 months ago)
Author:
westi
Message:

Associate lables with form fields. Fixes #6859 props MarcoZ.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/wordpress.php

    r7546 r7883  
    219219 
    220220        if ( $this->allow_create_users() ) { 
    221             printf(__('Create user %1$s or map to existing'), ' <input type="text" value="'.$author.'" name="'.'user_create['.intval($n).']'.'" maxlength="30"> <br />'); 
     221            printf('<label>'.__('Create user %1$s or map to existing'), ' <input type="text" value="'.$author.'" name="'.'user_create['.intval($n).']'.'" maxlength="30"></label> <br />'); 
    222222        } 
    223223        else {