Dotclear


Ignore:
Timestamp:
08/30/13 11:38:25 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

HTML validation

File:
1 edited

Legend:

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

    r1569 r1622  
    160160                    '<p><label for="db_prefix">'.__('Database Tables Prefix:').'</label> '. 
    161161                    form::field('db_prefix',30,255,html::escapeHTML($this->vars['db_prefix'])).'</p>'. 
    162                     '<h3>'.__('Entries import options').'</h3>'. 
     162                    '<h3 class="vertical-separator">'.__('Entries import options').'</h3>'. 
    163163                    '<p><label for="post_limit">'.__('Number of entries to import at once:').'</label> '. 
    164164                    form::field('post_limit',3,3,html::escapeHTML($this->vars['post_limit'])).'</p>' 
     
    190190               case 6: 
    191191                    echo  
    192                     '<h3>'.__('Please read carefully').'</h3>'. 
     192                    '<h3 class="vertical-separator">'.__('Please read carefully').'</h3>'. 
    193193                    '<ul>'. 
    194194                    '<li>'.__('Every newly imported user has received a random password '. 
     
    216216          return 
    217217          '<form action="'.$this->getURL(true).'" method="post">'. 
    218           '<h3>'.$legend.'</h3>'. 
    219           $this->core->formNonce(). 
     218          '<h3 class="vertical-separator">'.$legend.'</h3>'. 
     219          '<div>'.$this->core->formNonce(). 
    220220          form::hidden(array('do'),'step'.$step). 
    221           '%s'. 
    222           '<p><input type="submit" value="'.$submit_value.'" /></p>'. 
     221          '%s'.'</div>'. 
     222          '<p class="vertical-separator"><input type="submit" value="'.$submit_value.'" /></p>'. 
    223223          '<p class="form-note info">'.__('Depending on the size of your blog, it could take a few minutes.').'</p>'. 
    224224          '</form>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map