diff --git a/BOMs.php b/BOMs.php index 3b850d47d..13645c08f 100644 --- a/BOMs.php +++ b/BOMs.php @@ -261,7 +261,7 @@ function DisplayBOMItems($UltimateParent, $Parent, $Component, $Level) { echo '
'; echo ''; - echo ' + echo '
@@ -368,7 +368,7 @@ function DisplayBOMItems($UltimateParent, $Parent, $Component, $Level) { ', _('Component Details'), '

'; - echo ''; + echo '
'; if (isset($_GET['Edit'])) { $SQL = "SELECT bom.loccode, effectiveafter, @@ -799,7 +799,7 @@ function DisplayBOMItems($UltimateParent, $Parent, $Component, $Level) { $DbgMsg = _('The SQL used to retrieve description of the parent part was'); $Result = DB_query($SQL, $ErrMsg, $DbgMsg); if (DB_num_rows($Result) > 0) { - echo '
+ echo '
', _('Assembly parent items'), ' : '; $i = 0; @@ -878,7 +878,10 @@ function DisplayBOMItems($UltimateParent, $Parent, $Component, $Level) { echo ''; echo ''; echo ' - + + '; $BOMTree = array(); @@ -920,14 +923,14 @@ function DisplayBOMItems($UltimateParent, $Parent, $Component, $Level) { } } echo '
', $SelectedParent, ' - ', $MyRow[0], ' (', $MBdesc, ') ', $SelectedParent, ' - ', $MyRow[0], ' (', $MBdesc, ') + ', _('Print'), ' +
- + '; if (!isset($SelectedComponent)) { echo '
'; echo ''; - echo ' + echo '
'; @@ -973,7 +976,7 @@ function DisplayBOMItems($UltimateParent, $Parent, $Component, $Level) {
', _('Select new component for BOM'), '
-
+
';