cypersnap Posted May 1, 2008 Share Posted May 1, 2008 Bonjour, Comment ajouter <label for="other">{l s='Additional information'}</label> dans la page AdminOrders ? Par ex pour ajouter le numéro de tel du client on ajoute cette ligne : '.$addressDelivery->phone.' mais quelle est le raccourcie pour "Additional information" SVP Merci Link to comment Share on other sites More sharing options...
DrÿSs' Posted May 5, 2008 Share Posted May 5, 2008 Bonjour, Je suppose que vous voulez parler du système de traduction ? Si c'est bien celà, vous pouvez l'appeler de cette façon : <?php echo '<label for="other">'.$this->l('Additional information').'</label>'; ?> Code PHP bien sûr 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