#902644 follow-up by sun: Remove accidentally doubly committed stuff.

merge-requests/26/head
Angie Byron 2010-10-15 04:40:41 +00:00
parent 02c064210c
commit 6c2b8b7db9
2 changed files with 0 additions and 22 deletions

View File

@ -55,16 +55,6 @@ small .admin-link:after {
content: ']';
}
/**
* Quick inline admin links.
*/
small .admin-link:before {
content: '[';
}
small .admin-link:after {
content: ']';
}
/**
* Modules page.
*/

View File

@ -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,