Jump to content

supprimer case a cocher dans le back office


Recommended Posts

  • 2 years later...

bonjour

je cherche la meme chose

dans le fichier adminimport comment supprimer l'affichage de la case si l'entité est produits

 

$this->entities[$this->l('Products')]:

 

<label for="truncate" class="clear">'.$this->l('Delete all').' <span id="entitie">'.$this->l('categories').'</span> '.$this->l('before import ?').' </label>
                            <div class="margin-form">
                                <input name="truncate" id="truncate" type="checkbox" style="margin-top: 6px;"/>
                            </div>

 

aidez moi dans la syntaxe a modifier dans ce fichier

 

merci

patrick

 

Link to comment
Share on other sites

bonjour

je cherche la meme chose

dans le fichier adminimport comment supprimer l'affichage de la case si l'entité est produits

 

$this->entities[$this->l('Products')]:

 

<label for="truncate" class="clear">'.$this->l('Delete all').' <span id="entitie">'.$this->l('categories').'</span> '.$this->l('before import ?').' </label>

                            <div class="margin-form">

                                <input name="truncate" id="truncate" type="checkbox" style="margin-top: 6px;"/>

                            </div>

 

aidez moi dans la syntaxe a modifier dans ce fichier

 

merci

patrick

Pour supprimer l'affichage, modifie  style="margin-top: 6px;" par  style="margin-top: 6px; display:none;"

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...