2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
'#markup'=>t('We do not currently have a web based backup tool. <a href="@backup_url">Learn more about how to take a backup</a>.',array('@backup_url'=>url('http://drupal.org/node/22281'))),
'#suffix'=>'</p>',
);
$form['information']['maint_header']=array(
'#prefix'=>'<h3>',
'#markup'=>t('Step 2: Enter maintenance mode'),
'#suffix'=>'</h3>',
);
$form['information']['maint_message']=array(
'#prefix'=>'<p>',
'#markup'=>t('It is strongly recommended that you put your site into maintenance mode while performing an update.'),
'#markup'=>t('Back up your database and site before you continue. <a href="@backup_url">Learn how</a>.',array('@backup_url'=>url('http://drupal.org/node/22281'))),
'#suffix'=>'</strong>',
);
$form['information']['site_offline']=array(
'#title'=>t('Perform updates with site in maintenance mode'),
$form['site_offline']=array(
'#title'=>t('Perform updates with site in maintenance mode (strongly recommended)'),
'#type'=>'checkbox',
'#default_value'=>TRUE,
);
$form['submit']=array(
'#type'=>'submit',
'#value'=>t('Install updates'),
'#value'=>t('Continue'),
'#weight'=>100,
);
...
...
@@ -407,7 +389,7 @@ function update_manager_confirm_update_form($form, &$form_state) {