Jump to content

[How To] nascondere in BO "Hai un PrestaShop Addons account"


ares

Recommended Posts

Salve, se a qualcuno interessa,
per nascondere  in BO la barra con "Hai un PrestaShop Addons account?"
 
aprire il file " /admin/themes/default/template/controllers/modules/filters.tpl" e commentare

 

    <!--start addons login-->
            {* <div class="filter-module" id="addons_login_div">
                <p>{l s='You are logged into PrestaShop Addons.'}</p>
                <div style="float:right">                
                    <label><img src="themes/default/img/module-profile.png" /> {l s='Welcome'} {$username_addons}</label>
                    <label>|</label>
                    <label><a href="#" id="addons_logout_button"><img src="themes/default/img/module-logout.png" /> {l s='Log out from PrestaShop Addons.'}</a></label>
                </div>
            </div> *}
            <!--end addons login-->

 

e la parte

 

    <!--start addons login-->
         {*<div class="filter-module" id="addons_login_div">
                <p>{l s='Do you have a %s account?' sprintf='<a href="http://addons.prestashop.com/">PrestaShop Addons</a>'}</p>
                <form id="addons_login_form" method="post">
                    <label>{l s='Addons Login'} :</label> <input type="text" value="" id="username_addons" autocomplete="off" class="ac_input">
                    <label>{l s= 'Password Addons'} :</label> <input type="password" value="" id="password_addons" autocomplete="off" class="ac_input">
                    <input type="submit" class="button" id="addons_login_button" value="{l s='Log in'}">
                    <br /><span id="addons_loading" style="color:red"></span>
                </form>
            </div>*}
            <!--end addons login-->

 

A me funziona perfettamente su 1.5.6.1

 

 Buon lavoro

 

post-15759-0-45496900-1385999196_thumb.jpg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...