Jump to content

Tab Order - Colonne de droite décallée à gauche


Recommended Posts

Bonjour,

 

Petit bug html basique dans la section Admin > Commandes > Voir sur les version 1.4.x

 

La colonne de droite sur la page de commande se retrouve a gauche dans certains cas (sur Chrome et Firefox et selon les modules installés).

 

Le bug est situé dans admin/tabs/AdminOrders.php ligne 510 environ.

 

Rechercher :

 

// display order header
echo '
<div style="float:left" style="width:440px">';
echo '<h2>

Remplacer par :

// display order header

echo '
<div style="float:left;width:440px">';
echo '<h2>

 

 

Merci ;)

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