Changeset 12791

Show
Ignore:
Timestamp:
10/12/07 23:04:34 (1 year ago)
Author:
solt
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.styleeditor/handler/create.php

    r12782 r12791  
    223223            array 
    224224            ( 
    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-", 
    226226                MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 
    227227                MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png', 
  • trunk/midcom/midcom.admin.styleeditor/handler/edit.php

    r12782 r12791  
    316316            array 
    317317            ( 
    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-", 
    319319                MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 
    320320                MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png', 
  • trunk/midcom/midcom.admin.styleeditor/handler/file.php

    r12782 r12791  
    101101            array 
    102102            ( 
    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-", 
    104104                MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 
    105105                MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png', 
  • trunk/midcom/midcom.admin.styleeditor/handler/list.php

    r12782 r12791  
    148148            array 
    149149            ( 
    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-", 
    151151                MIDCOM_TOOLBAR_LABEL => $_MIDCOM->i18n->get_string('logout','midcom'), 
    152152                MIDCOM_TOOLBAR_ICON => 'stock-icons/16x16/exit.png',