Dotclear


Ignore:
Timestamp:
05/02/11 08:28:04 (14 years ago)
Author:
kozlika
Branch:
userprefs
Message:

Fixes

  • décalage de la première icône du tableau de bord sur IE
  • largeur de la boîte de chaque icône du tableau de bord
  • terme anglais (media) : originale > original
  • étoile rouge sur la création de catégorie pour le champ titre
  • étoile rouge sur les champs requis de blog_pref et de création/édition de page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/inc/class.dc.import.wp.php

    r0 r82  
    182182                    printf($this->imForm(1,__('General information'),__('Import my blog now')), 
    183183                    '<h3>'.__('We first need some information about your old WordPress installation.').'</h3>'. 
    184                     '<p><label>'.__('Database Host Name:').' '. 
     184                    '<p><label for="db_host">'.__('Database Host Name:').' '. 
    185185                    form::field('db_host',30,255,html::escapeHTML($this->vars['db_host'])).'</label></p>'. 
    186                     '<p><label>'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
     186                    '<p><label for="db_name">'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
    187187                    form::field('db_name',30,255,html::escapeHTML($this->vars['db_name'])).'</label></p>'. 
    188                     '<p><label>'.__('Database User Name:').' '. 
     188                    '<p><label for="db_user">'.__('Database User Name:').' '. 
    189189                    form::field('db_user',30,255,html::escapeHTML($this->vars['db_user'])).'</label></p>'. 
    190                     '<p><label>'.__('Database Password:').' '. 
     190                    '<p><label for="db_pwd">'.__('Database Password:').' '. 
    191191                    form::password('db_pwd',30,255).'</label></p>'. 
    192                     '<p><label>'.__('Database Tables Prefix:').' '. 
     192                    '<p><label for="db_prefix">'.__('Database Tables Prefix:').' '. 
    193193                    form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</label></p>'. 
    194194                    '<h3>'.__('Entries import options').'</h3>'. 
     
    202202                    'category, you can just ignore it while importing your blog, as Dotclear allows you to '. 
    203203                    'actually keep your posts uncategorized.').'</p>'. 
    204                     '<p><label class="classic">'.form::checkbox('ignore_first_cat',1,$this->vars['ignore_first_cat']).' '. 
     204                    '<p><label for="ignore_first_cat" class="classic">'.form::checkbox('ignore_first_cat',1,$this->vars['ignore_first_cat']).' '. 
    205205                    __('Ignore the first category:').'</label></p>'. 
    206                     '<p><label class="classic">'.form::checkbox('cat_import',1,$this->vars['cat_import']).' '. 
     206                    '<p><label for="cat_import" class="classic">'.form::checkbox('cat_import',1,$this->vars['cat_import']).' '. 
    207207                    __('Import lowest numbered category on posts:').'</label></p>'. 
    208                     '<p><label class="classic">'.form::checkbox('cat_as_tags',1,$this->vars['cat_as_tags']).' '. 
     208                    '<p><label for="cat_as_tags" class="classic">'.form::checkbox('cat_as_tags',1,$this->vars['cat_as_tags']).' '. 
    209209                    __('Import all categories as tags:').'</label></p>'. 
    210                     '<p><label>'.__('Prefix such tags with:').' '. 
     210                    '<p><label for="cat_tags_prefix">'.__('Prefix such tags with:').' '. 
    211211                    form::field('cat_tags_prefix',10,20,html::escapeHTML($this->vars['cat_tags_prefix'])).'</label></p>'. 
    212                     '<p><label>'.__('Number of entries to import at once:').' '. 
     212                    '<p><label for="post_limit">'.__('Number of entries to import at once:').' '. 
    213213                    form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</label></p>'. 
    214214                     
    215215                    '<h3>'.__('Content filters').'</h3>'. 
    216216                    '<p>'.__('You may want to process your post and/or comment content with the following filters.').'</p>'. 
    217                     '<p><label>'.__('Post content formatter:').' '.form::combo('post_formater',$this->formaters,$this->vars['post_formater']).'</label></p>'. 
    218                     '<p><label>'.__('Comment content formatter:').' '.form::combo('comment_formater',$this->formaters,$this->vars['comment_formater']).'</label></p>' 
     217                    '<p><label for="post_formater">'.__('Post content formatter:').' '.form::combo('post_formater',$this->formaters,$this->vars['post_formater']).'</label></p>'. 
     218                    '<p><label for="comment_formater">'.__('Comment content formatter:').' '.form::combo('comment_formater',$this->formaters,$this->vars['comment_formater']).'</label></p>' 
    219219                    ); 
    220220                    break; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map