Changeset 17708
- Timestamp:
- 09/26/08 11:01:59 (2 months ago)
- Files:
-
- branches/MidCOM_2_8/de.linkm.sitemap/handler/sitemap.php (modified) (1 diff)
- branches/MidCOM_2_8/net.nemein.redirector/viewer.php (modified) (3 diffs)
- branches/MidCOM_2_8/scaffold/handler/index.php (modified) (1 diff)
- branches/MidCOM_2_8/scaffold/viewer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/de.linkm.sitemap/handler/sitemap.php
r12497 r17708 236 236 { 237 237 $this->_node_toolbar->add_item(Array( 238 MIDCOM_TOOLBAR_URL => 'config .html',238 MIDCOM_TOOLBAR_URL => 'config/', 239 239 MIDCOM_TOOLBAR_LABEL => $this->_l10n_midcom->get('component configuration'), 240 240 MIDCOM_TOOLBAR_HELPTEXT => $this->_l10n_midcom->get('component configuration helptext'), branches/MidCOM_2_8/net.nemein.redirector/viewer.php
r17216 r17708 40 40 { 41 41 // No type set, redirect to config 42 $_MIDCOM->relocate("{$prefix}config .html");42 $_MIDCOM->relocate("{$prefix}config/"); 43 43 // This will exit 44 44 } … … 51 51 if (count($nodes) == 0) 52 52 { 53 $_MIDCOM->relocate("{$prefix}config .html");53 $_MIDCOM->relocate("{$prefix}config/"); 54 54 // This will exit 55 55 } … … 105 105 // Otherwise fall-through to config 106 106 default: 107 $_MIDCOM->relocate("{$prefix}config .html", $this->_config->get('redirection_code'));107 $_MIDCOM->relocate("{$prefix}config/", $this->_config->get('redirection_code')); 108 108 // This will exit 109 109 } branches/MidCOM_2_8/scaffold/handler/index.php
r14775 r17708 11 11 * 12 12 * The midcom_baseclasses_components_handler class defines a bunch of helper vars 13 * See: http://www.midgard-project.org/api-docs/midcom/dev/midcom.baseclasses/midcom_baseclasses_components_handler .html13 * See: http://www.midgard-project.org/api-docs/midcom/dev/midcom.baseclasses/midcom_baseclasses_components_handler/ 14 14 * 15 15 * @package ${module} branches/MidCOM_2_8/scaffold/viewer.php
r14775 r17708 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'),
