Changeset 17926
- Timestamp:
- 10/05/08 13:53:17 (2 months ago)
- Files:
-
- trunk/midcom/org.openpsa.calendar/viewer.php (modified) (1 diff)
- trunk/midcom/org.openpsa.contacts/handler/frontpage.php (modified) (1 diff)
- trunk/midcom/org.openpsa.directmarketing/viewer.php (modified) (1 diff)
- trunk/midcom/org.openpsa.expenses/viewer.php (modified) (1 diff)
- trunk/midcom/org.openpsa.imp/admin.php (modified) (1 diff)
- trunk/midcom/org.openpsa.invoices/handler/list.php (modified) (1 diff)
- trunk/midcom/org.openpsa.reports/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.openpsa.calendar/viewer.php
r17922 r17926 301 301 $this->_node_toolbar->add_item( 302 302 Array( 303 MIDCOM_TOOLBAR_URL => 'config .html',303 MIDCOM_TOOLBAR_URL => 'config/', 304 304 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 305 305 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/org.openpsa.contacts/handler/frontpage.php
r17350 r17926 61 61 array 62 62 ( 63 MIDCOM_TOOLBAR_URL => 'config .html',63 MIDCOM_TOOLBAR_URL => 'config/', 64 64 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 65 65 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/org.openpsa.directmarketing/viewer.php
r17802 r17926 408 408 array 409 409 ( 410 MIDCOM_TOOLBAR_URL => 'config .html',410 MIDCOM_TOOLBAR_URL => 'config/', 411 411 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 412 412 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/org.openpsa.expenses/viewer.php
r17359 r17926 124 124 array 125 125 ( 126 MIDCOM_TOOLBAR_URL => 'config .html',126 MIDCOM_TOOLBAR_URL => 'config/', 127 127 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 128 128 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/org.openpsa.imp/admin.php
r17363 r17926 67 67 //Add icon for component configuration 68 68 $this->_topic_toolbar->add_item(Array( 69 MIDCOM_TOOLBAR_URL => 'config .html',69 MIDCOM_TOOLBAR_URL => 'config/', 70 70 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 71 71 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/org.openpsa.invoices/handler/list.php
r17925 r17926 71 71 $this->_node_toolbar->add_item( 72 72 Array( 73 MIDCOM_TOOLBAR_URL => 'config .html',73 MIDCOM_TOOLBAR_URL => 'config/', 74 74 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 75 75 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/org.openpsa.reports/admin.php
r17353 r17926 59 59 //Add icon for component configuration 60 60 $this->_topic_toolbar->add_item(Array( 61 MIDCOM_TOOLBAR_URL => 'config .html',61 MIDCOM_TOOLBAR_URL => 'config/', 62 62 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 63 63 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'),
