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.dc1.php

    r0 r82  
    151151                    printf($this->imForm(1,__('General information'),__('Import my blog now')), 
    152152                    '<h3>'.__('We first need some information about your old Dotclear 1.2 installation.').'</h3>'. 
    153                     '<p><label>'.__('Database Host Name:').' '. 
     153                    '<p><label for="db_host">'.__('Database Host Name:').' '. 
    154154                    form::field('db_host',30,255,html::escapeHTML($this->vars['db_host'])).'</label></p>'. 
    155                     '<p><label>'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
     155                    '<p><label for="db_name">'.__('Database Name:',html::escapeHTML($this->vars['db_name'])).' '. 
    156156                    form::field('db_name',30,255,html::escapeHTML($this->vars['db_name'])).'</label></p>'. 
    157                     '<p><label>'.__('Database User Name:').' '. 
     157                    '<p><label for="db_user">'.__('Database User Name:').' '. 
    158158                    form::field('db_user',30,255,html::escapeHTML($this->vars['db_user'])).'</label></p>'. 
    159                     '<p><label>'.__('Database Password:').' '. 
     159                    '<p><label for="db_pwd">'.__('Database Password:').' '. 
    160160                    form::password('db_pwd',30,255).'</label></p>'. 
    161                     '<p><label>'.__('Database Tables Prefix:').' '. 
     161                    '<p><label for="db_prefix">'.__('Database Tables Prefix:').' '. 
    162162                    form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</label></p>'. 
    163163                    '<h3>'.__('Entries import options').'</h3>'. 
    164                     '<p><label>'.__('Number of entries to import at once:').' '. 
     164                    '<p><label for="post_limit">'.__('Number of entries to import at once:').' '. 
    165165                    form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</label></p>' 
    166166                    ); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map