]> _ Git - sandvik-apps.git/commitdiff
wait #5330 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Aug 2022 07:17:04 +0000 (09:17 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Aug 2022 07:17:04 +0000 (09:17 +0200)
ScreeningMediaSelection/_doc/data.xlsx
ScreeningMediaSelection/_doc/translations.xlsx
ScreeningMediaSelection/_doc/~$200522 Sandvik SM Sel. Guide Tool v1.0 Draft_10-1.xlsx [deleted file]
ScreeningMediaSelection/_doc/~$data.xlsx [deleted file]
ScreeningMediaSelection/index.html
ScreeningMediaSelection/js/common.js
ScreeningMediaSelection/js/script.js
ScreeningMediaSelection/tools/refreshdata.php

index a856ad15e35f1ffa17a2b5182afbfff5d97d9f54..f6dad1f62751e8c7fe32202a3848314cffbd98f0 100644 (file)
Binary files a/ScreeningMediaSelection/_doc/data.xlsx and b/ScreeningMediaSelection/_doc/data.xlsx differ
index 241915bbbe031a51c42ee4d633b4dee605c8ec8c..7b46835fe157b34b7daae8c246734a5d1e740d8f 100644 (file)
Binary files a/ScreeningMediaSelection/_doc/translations.xlsx and b/ScreeningMediaSelection/_doc/translations.xlsx differ
diff --git a/ScreeningMediaSelection/_doc/~$200522 Sandvik SM Sel. Guide Tool v1.0 Draft_10-1.xlsx b/ScreeningMediaSelection/_doc/~$200522 Sandvik SM Sel. Guide Tool v1.0 Draft_10-1.xlsx
deleted file mode 100644 (file)
index b8107f7..0000000
Binary files a/ScreeningMediaSelection/_doc/~$200522 Sandvik SM Sel. Guide Tool v1.0 Draft_10-1.xlsx and /dev/null differ
diff --git a/ScreeningMediaSelection/_doc/~$data.xlsx b/ScreeningMediaSelection/_doc/~$data.xlsx
deleted file mode 100644 (file)
index b8107f7..0000000
Binary files a/ScreeningMediaSelection/_doc/~$data.xlsx and /dev/null differ
index a612c52768240bac4f3691261b1849bd042acc1b..a09014231c4fece3042361185ad397cd999d6caa 100644 (file)
@@ -29,7 +29,7 @@
         <p class="text">
             <span data-l10n="It is designed to provide an aperture for a specific separation (cut point) based on a limited number of parameters, except for Flat (Self-supporting) decks, normally used for scalping, then the nearest available aperture is displayed instead."></span>
             <span data-l10n="Other parameters may have to be taken into consideration before a final decision is taken."></span>
-            <span data-l10n="A screening product specialist should always review and approve the aperture selection before an order is placed."></span>
+            <span data-l10n="A screening product specialist shall always review and approve the aperture selection before an order is placed."></span>
         </p>
         <p class="text"><strong data-l10n="Apertures - Shapes & Patterns"></strong></p>
         <p class="text">
index f7c96d0962e43b62641f3488bbb36f38b24402ab..131019354989822b04c1aa55b2612d41013cec2d 100644 (file)
@@ -99,7 +99,6 @@ var currentSection = "#calculator";
 function initLocaleEvents() {
     $(document).on('click', "section#locale [data-locale]", function () {
         changeLocale($(this).data('locale'));
-        goBackToCurrentSection();
         return false;
     });
 
@@ -109,9 +108,11 @@ function initLocaleEvents() {
             return false;
         }
         currentSection = s;
+        $("#holder").show();
         showHide('section#locale', function () {
 
         });
+        $('body').css('overflow','hidden');
         return false;
     })
 }
index b3a2f0d098f609f0affb3241b064b08474c6138c..71e3d2f3b93af16a569fe4f79aa6ef656540165f 100644 (file)
@@ -731,9 +731,9 @@ function addField(f, value) {
         } else {
             c = '<h2 data-l10n="' + RESULT_TITLE + '"></h2><div class="resholder"><div class="product_model">' + INPUT.result_concat.join(' ').replace(/\s,/g, ',') + '</div> <div class="res">' + INPUT.result_disclaimer + '</div></div>';
             if(INPUT.result_concat[0].indexOf('WN')===0){
-                c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="The aperture size shown is a theoretical value. It doesn’t necessarily mean that tooling (pin pack) is available."></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist."></p><p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
+                c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="The aperture size shown is a theoretical value. It doesn’t necessarily mean that tooling (pin pack) is available."></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist."></p><p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
             }else {
-                c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist. Other apertures are also available upon request"></p>' + '<p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
+                c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by product specialist. Other apertures are also available upon request"></p>' + '<p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p>';
             }
 
         }
index e4a4d482750f266ce03dd8fb669d5bcf93c5608a..be12bbd52fb67f7f77e087ca8d421b9866515846 100644 (file)
@@ -5,5 +5,6 @@ $root = __DIR__ . '/../';
 $js = $root . 'js/data.js';
 $xlsx = $root . '/_doc/data.xlsx';
 $data = postFiles('https://extranet.cubedesigners.com/tools/convertXlsxToJson', $xlsx, 'file', ['dataorg' => 'excelToArray', 'format' => 'js']);
+$data = str_replace('"SUISSE"', '"CH"', $data);
 file_put_contents($js, $data);
 header('Location: ../');
\ No newline at end of file