diff --git a/app/number_translations/number_translation_edit.php b/app/number_translations/number_translation_edit.php index 08820ab40a..17e4f90e44 100644 --- a/app/number_translations/number_translation_edit.php +++ b/app/number_translations/number_translation_edit.php @@ -215,7 +215,7 @@ echo " ".$text['label-number_translation_detail_regex']."\n"; echo " ".$text['label-number_translation_detail_replace']."\n"; echo " ".$text['label-number_translation_detail_order']."\n"; - echo " \n"; + echo " \n"; echo " \n"; $x = 0; foreach($number_translation_details as $row) { @@ -247,7 +247,9 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + if ($x < sizeof($number_translation_details) - 1) { + echo " ".$v_link_label_delete."\n"; + } echo " \n"; echo " \n"; $x++; @@ -264,7 +266,6 @@ echo "\n"; echo "\n"; echo " \n"; echo " \n"; + echo "
\n"; echo " \n"; echo " \n"; echo " ";