Changeset 17457

Show
Ignore:
Timestamp:
09/08/08 17:47:43 (3 months ago)
Author:
bergie
Message:

Show component icon in the selection lists to make finding the right component easier visually

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.folder/config/schemadb_folder.inc

    r12463 r17457  
    3434                'options' => midcom_admin_folder_folder_management::list_components($_MIDCOM->get_context_data(MIDCOM_CONTEXT_COMPONENT)), 
    3535            ), 
    36             'widget' => 'select', 
     36            'widget' => 'selectcomponent', 
    3737        ), 
    3838        'style' => array 
  • trunk/midcom/midcom.helper.datamanager2/static/legacy.css

    r16822 r17457  
    5151} 
    5252 
     53form.datamanager2 label select.selectcomponent option 
     54{ 
     55    height: 20px; 
     56    padding-left: 22px; 
     57    padding-top: 2px; 
     58    vertical-align: middle; 
     59    background-position: 2px 2px; 
     60    background-repeat: no-repeat; 
     61} 
     62 
    5363form.datamanager2 label input.radiobutton 
    5464{ 
  • trunk/midcom/midgard.admin.asgard/handler/object/manage.php

    r17350 r17457  
    438438                                    'allow_other' => true, 
    439439                                ), 
    440                                 'widget'      => 'select', 
     440                                'widget'      => 'selectcomponent', 
    441441                            ) 
    442442                        ); 
  • trunk/midcom/midgard.admin.asgard/plugin.php

    r17056 r17457  
    783783                        default: 
    784784                            $midcom_dba_classname = $_MIDCOM->dbclassloader->get_midcom_class_name_for_legacy_midgard_class($type); 
     785                            if (!$midcom_dba_classname) 
     786                            { 
     787                                $display_button = false; 
     788                                break; 
     789                            } 
    785790                            $component = $_MIDCOM->dbclassloader->_mgdschema_class_handler[$midcom_dba_classname]; 
    786791                            if ($component != $object->component) 
  • trunk/midcom/net.nemein.approvenotifier/config/manifest.inc

    r15057 r17457  
    11'name' => 'net.nemein.approvenotifier', 
     2'icon' => 'stock-icons/16x16/stock_mark.png', 
    23'purecode' => true, 
    34'version' => '0.1.0beta1', 
  • trunk/midcom/net.nemein.redirector/config/manifest.inc

    r15038 r17457  
    11'name' => 'net.nemein.redirector', 
     2'icon' => 'stock-icons/16x16/forward.png', 
    23'purecode' => false, 
    34'version' => '1.1.0beta1', 
  • trunk/midcom/net.nemein.repeathandler/config/manifest.inc

    r15038 r17457  
    11'name' => 'net.nemein.repeathandler', 
     2'icon' => 'stock-icons/16x16/stock_task-recurring.png', 
    23'purecode' => true, 
    34'version' => '1.1.0beta1', 
  • trunk/midcom/org.openpsa.directmarketing/config/manifest.inc

    r15056 r17457  
    11'name' => 'org.openpsa.directmarketing', 
     2'icon' => 'stock-icons/16x16/stock_mail.png', 
    23'purecode' => false, 
    34'privileges' => array(), 
  • trunk/midcom/org.openpsa.mail/config/manifest.inc

    r17101 r17457  
    11'name' => 'org.openpsa.mail', 
     2'icon' => 'stock-icons/16x16/stock_mail-open.png', 
    23'purecode' => true, 
    34'privileges' => array(),