Dotclear


Ignore:
Timestamp:
05/14/11 10:46:43 (14 years ago)
Author:
kozlika
Branch:
default
Message:

Wizard style. Need to be tested, je suis pas douée pour les fausses install :-P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/install/wizard.php

    r217 r263  
    171171 
    172172'<form action="wizard.php" method="post">'. 
    173 '<p><label class="required" title="'.__('Required field').'">'.__('Database type:').' '. 
     173'<p><label class="required" for="DBDRIVER"><abbr title="'.__('Required field').'">*</abbr> '.__('Database type:').' '. 
    174174form::combo('DBDRIVER',array('MySQL'=>'mysql','PostgreSQL'=>'pgsql'),$DBDRIVER).'</label></p>'. 
    175 '<p><label>'.__('Database Host Name:').' '. 
     175'<p><label for="DBHOST">'.__('Database Host Name:').' '. 
    176176form::field('DBHOST',30,255,html::escapeHTML($DBHOST)).'</label></p>'. 
    177 '<p><label>'.__('Database Name:').' '. 
     177'<p><label for="DBNAME">'.__('Database Name:').' '. 
    178178form::field('DBNAME',30,255,html::escapeHTML($DBNAME)).'</label></p>'. 
    179 '<p><label>'.__('Database User Name:').' '. 
     179'<p><label for="DBUSER">'.__('Database User Name:').' '. 
    180180form::field('DBUSER',30,255,html::escapeHTML($DBUSER)).'</label></p>'. 
    181 '<p><label>'.__('Database Password:').' '. 
     181'<p><label for="DBPASSWORD">'.__('Database Password:').' '. 
    182182form::password('DBPASSWORD',30,255).'</label></p>'. 
    183 '<p><label class="required" title="'.__('Required field').'">'.__('Database Tables Prefix:').' '. 
     183'<p><label for="DBPREFIX" class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Database Tables Prefix:').' '. 
    184184form::field('DBPREFIX',30,255,html::escapeHTML($DBPREFIX)).'</label></p>'. 
    185185 
Note: See TracChangeset for help on using the changeset viewer.

Sites map