Changeset 17709

Show
Ignore:
Timestamp:
09/26/08 11:03:50 (2 months ago)
Author:
rambo
Message:

forward port r17708, refs #47

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/de.linkm.sitemap/handler/sitemap.php

    r17555 r17709  
    246246        { 
    247247            $this->_node_toolbar->add_item(Array( 
    248                 MIDCOM_TOOLBAR_URL => 'config.html', 
     248                MIDCOM_TOOLBAR_URL => 'config/', 
    249249                MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    250250                MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/net.nemein.redirector/viewer.php

    r17615 r17709  
    4646        { 
    4747            // No type set, redirect to config 
    48             $_MIDCOM->relocate("{$prefix}config.html"); 
     48            $_MIDCOM->relocate("{$prefix}config/"); 
    4949            // This will exit 
    5050        } 
     
    5757                if (count($nodes) == 0) 
    5858                { 
    59                     $_MIDCOM->relocate("{$prefix}config.html"); 
     59                    $_MIDCOM->relocate("{$prefix}config/"); 
    6060                    // This will exit 
    6161                } 
     
    111111                // Otherwise fall-through to config 
    112112            default: 
    113                 $_MIDCOM->relocate("{$prefix}config.html", $this->_config->get('redirection_code')); 
     113                $_MIDCOM->relocate("{$prefix}config/", $this->_config->get('redirection_code')); 
    114114                // This will exit 
    115115        } 
  • trunk/midcom/scaffold/handler/index.php

    r17350 r17709  
    1313 * 
    1414 * @see midcom_baseclasses_components_handler 
     15 * @see: http://www.midgard-project.org/api-docs/midcom/dev/midcom.baseclasses/midcom_baseclasses_components_handler/ 
     16 *  
    1517 * @package ${module} 
    1618 */ 
  • trunk/midcom/scaffold/viewer.php

    r17354 r17709  
    9898            { 
    9999                $this->_node_toolbar->add_item(Array( 
    100                     MIDCOM_TOOLBAR_URL => "create/{$name}.html", 
     100                    MIDCOM_TOOLBAR_URL => "create/{$name}/", 
    101101                    MIDCOM_TOOLBAR_LABEL => sprintf 
    102102                    ( 
     
    116116                array 
    117117                ( 
    118                     MIDCOM_TOOLBAR_URL => 'config.html', 
     118                    MIDCOM_TOOLBAR_URL => 'config/', 
    119119                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    120120                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'),