Peter.31 Posted May 3, 2020 Share Posted May 3, 2020 Vedel by mi niekto poradiť ako odstrániť menu v pravej časti administrácie. Pozri obrázok (červenou farbou je to zvýraznené). Ďakujem. Link to comment Share on other sites More sharing options...
qrzon Posted June 2, 2020 Share Posted June 2, 2020 Podľa mňa len manuálne v admin téme Link to comment Share on other sites More sharing options...
qrzon Posted June 2, 2020 Share Posted June 2, 2020 (edited) Konkrétne: /admin............./themes/default/template/header.tpl (riadok 367) treba pridať ako komentár {* *} alebo zmazať <ul id="employee_links" class="dropdown-menu dropdown-menu-right"> <li class="employee-wrapper-avatar" data-mobile="true" data-from="employee_links" data-target="menu"> <span class="employee_avatar"> <img class="imgm img-thumbnail" alt="" src="{$employee->getImage()}" width="60" height="60" /> </span> </li> <li class="text-left text-nowrap username" data-mobile="true" data-from="employee_links" data-target="menu">{l s='Welcome back %name%' sprintf=['%name%' => $employee->firstname] d='Admin.Navigation.Header'}</li> <li class="employee-wrapper-profile"><a class="admin-link" href="{$link->getAdminLink('AdminEmployees', true, [], ['id_employee' => $employee->id|intval, 'updateemployee' => 1])|escape:'html':'UTF-8'}"><i class="material-icons">settings</i> {l s='Your profile' d='Admin.Navigation.Header'}</a></li> <li class="divider"></li> {* --- ZACIATOK --- <li><a href="{l s='https://www.prestashop.com/en/resources/documentations?utm_source=back-office&utm_medium=profile&utm_campaign=resources-en&utm_content=download17 ' d='Admin.Navigation.Header'}" target="_blank"><i class="material-icons">book</i> {l s='Resources' d='Admin.Navigation.Header'}</a></li> <li><a href="{l s='https://www.prestashop.com/en/training?utm_source=back-office&utm_medium=profile&utm_campaign=training-en&utm_content=download17' d='Admin.Navigation.Header'}" target="_blank"><i class="material-icons">school</i> {l s='Training' d='Admin.Navigation.Header'}</a></li> <li><a href="{l s='https://www.prestashop.com/en/experts?utm_source=back-office&utm_medium=profile&utm_campaign=expert-en&utm_content=download17' d='Admin.Navigation.Header'}" target="_blank"><i class="material-icons">person_pin_circle</i> {l s='Find an Expert' d='Admin.Navigation.Header'}</a></li> <li><a href="{l s='https://addons.prestashop.com?utm_source=back-office&utm_medium=profile&utm_campaign=addons-en&utm_content=download17' d='Admin.Navigation.Header'}" target="_blank"><i class="material-icons">extension</i> {l s='PrestaShop Marketplace' d='Admin.Navigation.Header'}</a></li> <li><a href="{l s='https://www.prestashop.com/en/contact?utm_source=back-office&utm_medium=profile&utm_campaign=help-center-en&utm_content=download17' d='Admin.Navigation.Header'}" target="_blank"><i class="material-icons">help</i> {l s='Help Center' d='Admin.Global'}</a></li> --- KONIEC--- *} {if $host_mode} <li><a href="https://www.prestashop.com/cloud/" class="_blank"><i class="material-icons">settings_applications</i> {l s='My PrestaShop account' d='Admin.Navigation.Header'}</a></li> {/if} <li class="divider"></li> <li class="signout text-center" data-mobile="true" data-from="employee_links" data-target="menu" data-after="true"><a id="header_logout" href="{$logout_link|escape:'html':'UTF-8'}"><i class="material-icons visible-xs">power_settings_new</i> {l s='Sign out' d='Admin.Navigation.Header'}</a></li> </ul> </li> </ul> Edited June 2, 2020 by qrzon (see edit history) Link to comment Share on other sites More sharing options...
Peter.31 Posted June 3, 2020 Author Share Posted June 3, 2020 Už som to odstránil. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now