Changeset 17926

Show
Ignore:
Timestamp:
10/05/08 13:53:17 (2 months ago)
Author:
flack
Message:

remove some .html suffixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/org.openpsa.calendar/viewer.php

    r17922 r17926  
    301301            $this->_node_toolbar->add_item( 
    302302                Array( 
    303                     MIDCOM_TOOLBAR_URL => 'config.html', 
     303                    MIDCOM_TOOLBAR_URL => 'config/', 
    304304                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    305305                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/org.openpsa.contacts/handler/frontpage.php

    r17350 r17926  
    6161                array 
    6262                ( 
    63                     MIDCOM_TOOLBAR_URL => 'config.html', 
     63                    MIDCOM_TOOLBAR_URL => 'config/', 
    6464                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    6565                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/org.openpsa.directmarketing/viewer.php

    r17802 r17926  
    408408                array 
    409409                ( 
    410                     MIDCOM_TOOLBAR_URL => 'config.html', 
     410                    MIDCOM_TOOLBAR_URL => 'config/', 
    411411                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    412412                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/org.openpsa.expenses/viewer.php

    r17359 r17926  
    124124                array 
    125125                ( 
    126                     MIDCOM_TOOLBAR_URL => 'config.html', 
     126                    MIDCOM_TOOLBAR_URL => 'config/', 
    127127                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    128128                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/org.openpsa.imp/admin.php

    r17363 r17926  
    6767        //Add icon for component configuration 
    6868        $this->_topic_toolbar->add_item(Array( 
    69             MIDCOM_TOOLBAR_URL => 'config.html', 
     69            MIDCOM_TOOLBAR_URL => 'config/', 
    7070            MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    7171            MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/org.openpsa.invoices/handler/list.php

    r17925 r17926  
    7171            $this->_node_toolbar->add_item( 
    7272                Array( 
    73                     MIDCOM_TOOLBAR_URL => 'config.html', 
     73                    MIDCOM_TOOLBAR_URL => 'config/', 
    7474                    MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    7575                    MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), 
  • trunk/midcom/org.openpsa.reports/admin.php

    r17353 r17926  
    5959        //Add icon for component configuration 
    6060        $this->_topic_toolbar->add_item(Array( 
    61             MIDCOM_TOOLBAR_URL => 'config.html', 
     61            MIDCOM_TOOLBAR_URL => 'config/', 
    6262            MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 
    6363            MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'),