diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 04:40:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-10-15 04:40:41 +0000 |
commit | 6c2b8b7db9e955507d329f6f5d04a6bbd5c09ad2 (patch) | |
tree | bceefab0a0d7d49dfdff99d1124de51ebd656e4c /modules | |
parent | 02c064210cd02a46d8736839514d3bedcb35cbc0 (diff) | |
download | brdo-6c2b8b7db9e955507d329f6f5d04a6bbd5c09ad2.tar.gz brdo-6c2b8b7db9e955507d329f6f5d04a6bbd5c09ad2.tar.bz2 |
#902644 follow-up by sun: Remove accidentally doubly committed stuff.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.admin.css | 10 | ||||
-rw-r--r-- | modules/system/system.module | 12 |
2 files changed, 0 insertions, 22 deletions
diff --git a/modules/system/system.admin.css b/modules/system/system.admin.css index 0b1409bb7..adcc369fd 100644 --- a/modules/system/system.admin.css +++ b/modules/system/system.admin.css @@ -56,16 +56,6 @@ small .admin-link:after { } /** - * Quick inline admin links. - */ -small .admin-link:before { - content: '['; -} -small .admin-link:after { - content: ']'; -} - -/** * Modules page. */ #system-modules div.incompatible { diff --git a/modules/system/system.module b/modules/system/system.module index 9942996d6..88c9c94c7 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -359,18 +359,6 @@ function system_element_info() { '#theme' => 'textfield', '#theme_wrappers' => array('form_element'), ); - $types['machine_name'] = array( - '#input' => TRUE, - '#default_value' => NULL, - '#required' => TRUE, - '#maxlength' => 64, - '#size' => 60, - '#autocomplete_path' => FALSE, - '#process' => array('form_process_machine_name', 'ajax_process_form'), - '#element_validate' => array('form_validate_machine_name'), - '#theme' => 'textfield', - '#theme_wrappers' => array('form_element'), - ); $types['password'] = array( '#input' => TRUE, '#size' => 60, |