Skip to content
Extraits de code Groupes Projets
Valider 47ad2019 rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Fix the design of the form buttons in the installer #7584

parent 24328a60
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -73,7 +73,7 @@ class FormDatabaseSetup extends QuickForm2 ...@@ -73,7 +73,7 @@ class FormDatabaseSetup extends QuickForm2
->loadOptions($adapters) ->loadOptions($adapters)
->addRule('required', Piwik::translate('General_Required', Piwik::translate('Installation_DatabaseSetupAdapter'))); ->addRule('required', Piwik::translate('General_Required', Piwik::translate('Installation_DatabaseSetupAdapter')));
$this->addElement('submit', 'submit', array('value' => Piwik::translate('General_Next') . ' »', 'class' => 'submit')); $this->addElement('submit', 'submit', array('value' => Piwik::translate('General_Next') . ' »', 'class' => 'btn btn-lg'));
// default values // default values
$this->addDataSource(new HTML_QuickForm2_DataSource_Array(array( $this->addDataSource(new HTML_QuickForm2_DataSource_Array(array(
......
...@@ -61,7 +61,7 @@ class FormFirstWebsiteSetup extends QuickForm2 ...@@ -61,7 +61,7 @@ class FormFirstWebsiteSetup extends QuickForm2
1 => Piwik::translate('SitesManager_EnableEcommerce'), 1 => Piwik::translate('SitesManager_EnableEcommerce'),
)); ));
$this->addElement('submit', 'submit', array('value' => Piwik::translate('General_Next') . ' »', 'class' => 'submit')); $this->addElement('submit', 'submit', array('value' => Piwik::translate('General_Next') . ' »', 'class' => 'btn btn-lg'));
// default values // default values
$this->addDataSource(new HTML_QuickForm2_DataSource_Array(array( $this->addDataSource(new HTML_QuickForm2_DataSource_Array(array(
......
...@@ -65,7 +65,7 @@ class FormSuperUser extends QuickForm2 ...@@ -65,7 +65,7 @@ class FormSuperUser extends QuickForm2
), ),
)); ));
$this->addElement('submit', 'submit', array('value' => Piwik::translate('General_Next') . ' »', 'class' => 'submit')); $this->addElement('submit', 'submit', array('value' => Piwik::translate('General_Next') . ' »', 'class' => 'btn btn-lg'));
// default values // default values
$this->addDataSource(new HTML_QuickForm2_DataSource_Array(array( $this->addDataSource(new HTML_QuickForm2_DataSource_Array(array(
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter