Changeset 12791
- Timestamp:
- 10/12/07 23:04:34 (1 year ago)
- Files:
-
- trunk/midcom/midcom.admin.styleeditor/handler/create.php (modified) (1 diff)
- trunk/midcom/midcom.admin.styleeditor/handler/edit.php (modified) (1 diff)
- trunk/midcom/midcom.admin.styleeditor/handler/file.php (modified) (1 diff)
- trunk/midcom/midcom.admin.styleeditor/handler/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.styleeditor/handler/create.php
r12782 r12791 223 223 array 224 224 ( 225 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)." /midcom-logout-",225 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)."midcom-logout-", 226 226 MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 227 227 MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png', trunk/midcom/midcom.admin.styleeditor/handler/edit.php
r12782 r12791 316 316 array 317 317 ( 318 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)." /midcom-logout-",318 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)."midcom-logout-", 319 319 MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 320 320 MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png', trunk/midcom/midcom.admin.styleeditor/handler/file.php
r12782 r12791 101 101 array 102 102 ( 103 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)." /midcom-logout-",103 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)."midcom-logout-", 104 104 MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 105 105 MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png', trunk/midcom/midcom.admin.styleeditor/handler/list.php
r12782 r12791 148 148 array 149 149 ( 150 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)." /midcom-logout-",150 MIDCOM_TOOLBAR_URL => $_MIDCOM->get_context_data(MIDCOM_CONTEXT_ANCHORPREFIX)."midcom-logout-", 151 151 MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 152 152 MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png',
