README.txt |
README.txt |
|
The "Update Status Advanced Settings" module extends the administrative
interface for Drupal core's "Update Manager" module. It provides
additional configuration options on the "Settings" tab of the
"Available… |
update_advanced-rtl.css |
update_advanced-rtl.css |
|
.update-advanced-settings tr.update-advanced-settings-label td.update-advanced-settings-label {
padding: 0 2em 0 0;
} |
update_advanced.css |
update_advanced.css |
|
.update-advanced-settings .form-select {
width: 12em;
}
.update-advanced-settings tr.update-advanced-settings-label td.update-advanced-settings-label {
font-size: 70%;
font-weight: bold;
background: #ddd;
color: #666;
padding: 0 0 0 2em;… |
update_advanced.info |
update_advanced.info |
|
name = Update Status Advanced Settings
description = Adds advanced settings and extra functionality to the Update Manager module in core.
configure = admin/reports/updates/settings
core = 7.x
dependencies[] = update |
update_advanced.install |
update_advanced.install |
|
Install, update and uninstall functions for the update_advanced module. |
update_advanced.module |
update_advanced.module |
|
Provides advanced settings for the Update status module in core. |
update_advanced.settings.inc |
update_advanced.settings.inc |
|
Code only required on the settings tab of the update status page. |