#215303 by Pancho, slightly modified: clean URL test support text was not green if not using JS
parent
18575200c6
commit
d04ebcee1d
|
@ -1675,7 +1675,7 @@ function system_clean_url_settings() {
|
|||
$form['clean_url']['#suffix'] = '<p>'. t('<a href="@clean_url">Run the clean url test</a>.', array('@clean_url' => base_path() .'admin/settings/clean-urls')) .'</p></div>';
|
||||
}
|
||||
else {
|
||||
$form['clean_url']['#description'] .= ' '. t('Your server has been successfully tested to support this feature.');
|
||||
$form['clean_url']['#description'] .= ' <div class="ok">'. t('Your server has been successfully tested to support this feature.') .'</div>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue