Postponed
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 07:47 UTC
Updated:
27 Feb 2009 at 09:36 UTC
Heh, this is fun.........
// Profile Module
if (module_exists('profile')) {
$popups['admin/user/profile'] = array(
// Add input format
'a:contains('. t('single-line textfield') .')',
'a:contains('. t('multi-line textfield') .')',
'a:contains('. t('checkbox') .')',
'a:contains('. t('list selection') .')',
'a:contains('. t('freeform list') .')',
'a:contains('. t('URL') .')',
'a:contains('. t('date') .')',
'a:contains('. t('edit') .')',
'a:contains('. t('delete') .')',
);
}
I've noticed it's sometimes buggy. Probably missing some "additionalJavaScript" or something.
Comments
Comment #1
robloachNow that's just horrible. Here's better:
Postponed for #385432: Aggregator Module Support.