Changeset 17709
- Timestamp:
- 09/26/08 11:03:50 (2 months ago)
- Files:
-
- trunk/midcom/de.linkm.sitemap/handler/sitemap.php (modified) (1 diff)
- trunk/midcom/net.nemein.redirector/viewer.php (modified) (3 diffs)
- trunk/midcom/scaffold/handler/index.php (modified) (1 diff)
- trunk/midcom/scaffold/viewer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/de.linkm.sitemap/handler/sitemap.php
r17555 r17709 246 246 { 247 247 $this->_node_toolbar->add_item(Array( 248 MIDCOM_TOOLBAR_URL => 'config .html',248 MIDCOM_TOOLBAR_URL => 'config/', 249 249 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 250 250 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), trunk/midcom/net.nemein.redirector/viewer.php
r17615 r17709 46 46 { 47 47 // No type set, redirect to config 48 $_MIDCOM->relocate("{$prefix}config .html");48 $_MIDCOM->relocate("{$prefix}config/"); 49 49 // This will exit 50 50 } … … 57 57 if (count($nodes) == 0) 58 58 { 59 $_MIDCOM->relocate("{$prefix}config .html");59 $_MIDCOM->relocate("{$prefix}config/"); 60 60 // This will exit 61 61 } … … 111 111 // Otherwise fall-through to config 112 112 default: 113 $_MIDCOM->relocate("{$prefix}config .html", $this->_config->get('redirection_code'));113 $_MIDCOM->relocate("{$prefix}config/", $this->_config->get('redirection_code')); 114 114 // This will exit 115 115 } trunk/midcom/scaffold/handler/index.php
r17350 r17709 13 13 * 14 14 * @see midcom_baseclasses_components_handler 15 * @see: http://www.midgard-project.org/api-docs/midcom/dev/midcom.baseclasses/midcom_baseclasses_components_handler/ 16 * 15 17 * @package ${module} 16 18 */ trunk/midcom/scaffold/viewer.php
r17354 r17709 98 98 { 99 99 $this->_node_toolbar->add_item(Array( 100 MIDCOM_TOOLBAR_URL => "create/{$name} .html",100 MIDCOM_TOOLBAR_URL => "create/{$name}/", 101 101 MIDCOM_TOOLBAR_LABEL => sprintf 102 102 ( … … 116 116 array 117 117 ( 118 MIDCOM_TOOLBAR_URL => 'config .html',118 MIDCOM_TOOLBAR_URL => 'config/', 119 119 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 120 120 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'),
