From 7c916666a62527079f543c9925df13fa7b8effc8 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Fri, 15 Mar 2019 09:48:32 +0100 Subject: [PATCH] update with html5 compliant code --- htdocs/product/admin/dynamic_prices.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/product/admin/dynamic_prices.php b/htdocs/product/admin/dynamic_prices.php index 542618d76a7..bbaa5f43e2f 100644 --- a/htdocs/product/admin/dynamic_prices.php +++ b/htdocs/product/admin/dynamic_prices.php @@ -176,7 +176,7 @@ if ($action != 'create_updater' && $action != 'edit_updater') { print ''.$entry->code.''; print ''.$entry->description.''; print ''.price($entry->value).''; - print 'id.'">'.img_edit().'  '; + print 'id.'">'.img_edit().'  '; print 'id.'">'.img_delete().''; print ''; } @@ -228,7 +228,7 @@ if ($action == 'create_variable' || $action == 'edit_variable') { print ''; //Form Buttons - print '
'; + print '
'; print '  '; print ''; print '
'; @@ -267,7 +267,7 @@ if ($action != 'create_variable' && $action != 'edit_variable') { print ''.$entry->parameters.''; print ''.$entry->update_interval.''; print ''.$entry->getLastUpdated().''; - print 'id.'">'.img_edit().'  '; + print 'id.'">'.img_edit().'  '; print 'id.'">'.img_delete().''; print ''; } @@ -350,7 +350,7 @@ if ($action == 'create_updater' || $action == 'edit_updater') { print ''; //Form Buttons - print '
'; + print '
'; print '  '; print ''; print '
';