''], '');} else if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(1, ['upload' => 'Non'],''); } // ----------------------------------------------------- // Update // if ($codeOpe==='upActiv') {include ("ml.reqUpActiv.php");} if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Pas de update activ' => ''], '');} if ($codeOpe==='upLib') {include ("ml.reqUpLib.php");} if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Pas de update lib' => ''], '');} if ($codeOpe==='upCoeff') {include ("ml.reqUpCoeff.php");} if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Pas de update coeff' => ''], '');} if ($codeOpe==='upIcoMl' && $uploadOk==1) {include ("ml.reqUpIco.php");} if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Pas de update ico' => ''], '');} if ($codeOpe==='upIcoMlClass') {include ("ml.reqUpIco.php");} if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Pas de update ico class' => ''], '');} if ($codeOpe==='upTvaMl') {include ("ml.reqUpTva.php");} if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Pas de update tva' => ''], '');} // ----------------------------------------------------- // Select // ----------------------------------------------------- include ("ml.reqSelect.php"); include ("./catalog/req/reqAllTVA.php"); // ----------------------------------------------------- // Debug // ----------------------------------------------------- if (isset($debug[1]) && $debug[1] == '1') {include ("ml.debug.php");} // ----------------------------------------------------- // Gestion avancement // ----------------------------------------------------- if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2, ['Veuillez configurer un mode de livraison pour activer cette étape' => ''], '');} // ----------------------------------------------------- // Form // ----------------------------------------------------- echo '
'; // ----------------------------------------------------- // Champs cachés // ----------------------------------------------------- echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; // ----------------------------------------------------- // List box langues // ----------------------------------------------------- echo '
'; $lgLien="affAdmin=6&optAff=2"; // echo '
'; if ($_SESSION['nbLg']>1) {include ($includePathAdmin. "/drapeaux/drapeauxListBox.php");} // echo '
'; // echo 'Site Colissimo'; echo '
'; echo '
'; echo 'Configurer'; echo 'Site prestataire'; echo 'Libellé affiché'; echo 'TVA'; echo 'Activation'; echo 'Icône'; for ($i=0;$i'; //filtre pour les modes pas encore prets if ($i!=0 && $i!=1 && $i!=2 && $i!=3 && $i!=8 ) { // ----------------------------------------------------- // ID // echo '' .$tabIdMl[$i]. ''; // ----------------------------------------------------- // Reglages // ----------------------------------------------------- echo ''; echo ''; echo ''; // ----------------------------------------------------- // Lien site // ----------------------------------------------------- echo ''; echo '' .$tabDescMl[$i]. ''; echo ''; // ----------------------------------------------------- // Libellé // ----------------------------------------------------- echo ''; echo ''; echo ''; // ----------------------------------------------------- // TVA // ----------------------------------------------------- if ($tabIdTvaML[$i]=="")$tabIdTvaML[$i]=0; echo ''; // ----------------------------------------------------- // Activation // ----------------------------------------------------- echo 'Activer :'; if ($tabAfficherMl[$i]==1) {echo ''; } else {echo ''; } echo ''; // ----------------------------------------------------- // Ico // ----------------------------------------------------- echo ''; echo ' '; $test=strtolower(substr($tabIcoML[$i],-3)); if ($test=='jpg' || $test=='peg' || $test=='gif' || $test=='svg' || $test=='png' || $test=='bmp') { echo ''; echo ' '; } else { echo ''; echo ' '; } echo ''; echo ' '; echo ' '; // echo 'Choisir une icône (ou saisie)'; echo ''; echo ''; // ----------------------------------------------------- // Séparation // ----------------------------------------------------- echo '
'; echo ''; } } echo '
'; //grid // ----------------------------------------------------- // Submit // ----------------------------------------------------- echo '
'; echo '
'; echo '
'; ?>