From 68e49610fc0a636a359c4a19bdd8209875703ae6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Jul 2005 01:23:10 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/barcode.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/barcode.php b/htdocs/admin/barcode.php index 574db7d626c..7515f801070 100644 --- a/htdocs/admin/barcode.php +++ b/htdocs/admin/barcode.php @@ -81,9 +81,10 @@ print ''.$langs->trans("Default").''; print "\n"; clearstatcache(); -$var=True; +$var=true; //EAN13 + $var=!$var; print ''; print "EAN13"; print "\n"; @@ -106,7 +107,8 @@ $var=True; print "\n"; //UPC - print ''; + $var=!$var; + print ''; print "UPC"; print "\n"; print "information"; @@ -127,6 +129,7 @@ $var=True; print "\n"; //ISBN + $var=!$var; print ''; print "ISBN"; print "\n"; @@ -148,8 +151,9 @@ $var=True; print "\n"; //code 39 - print ''; - print "code 39"; + $var=!$var; + print ''; + print "Code 39"; print "\n"; print "information"; print ''; @@ -170,6 +174,7 @@ $var=True; //code 128 + $var=!$var; print ''; print "Code 128"; print "\n"; @@ -191,7 +196,8 @@ $var=True; print "\n"; //I25 - print ''; + $var=!$var; + print ''; print "I25"; print "\n"; print "information";