]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Discarding unilng.php module tag-0.19
authorJean-Marc Pigeon <jmp@safe.c>
Sun, 14 Dec 2025 10:32:25 +0000 (05:32 -0500)
committerJean-Marc Pigeon <jmp@safe.c>
Sun, 14 Dec 2025 10:32:25 +0000 (05:32 -0500)
www/gesdis.php
www/gessql.php
www/lvllog.php
www/lvlmai.php
www/lvlrmt.php
www/lvlusr.php
www/res/unilng.php [moved from www/unilng.php with 100% similarity]

index 14d53df91f04b3eabd3fddee6d631bb6f4004221..e2d9274e22dec3856e3d3445dffd363f3381d171 100644 (file)
@@ -7,7 +7,6 @@
 //
 //==============================================================
 include_once "unienv.php";
-include_once "unilng.php";
 
 //==============================================================
 //
index bad49ca5227c6abe348e851fb59fcbbed19b8440..7374b4174094d90cfc5581ceeaf009fe6ae0e5df 100644 (file)
@@ -293,13 +293,11 @@ while ($proceed==true) {
       break;
     case 5      :       //getting user working language
       $dislang="en";
-      $userlang=lng::en;
       $language=$stmt->fetch(PDO::FETCH_ASSOC)['lang'];
       rou_alert(0,"$OPEP, JMPDBG langage=$language");
       if ($language!=NULL) {
         switch ($language) {
           case "FRA"  :
-            $userlang=lng::fr;
             $dislang="fr";
             break;
           case "ENG"  :
index 0750badeae6eed4fc7b8965bd2c2a53747764f2b..b8317c3144e34167977a92d6961448cadc637bd3 100644 (file)
@@ -7,7 +7,6 @@
 //==============================================================
 include_once "subrou.php";
 include_once "unienv.php";
-include_once "unilng.php";
 include_once "gesdis.php";
 include_once "gessql.php";
 
index 7e7e59943f3f9d5678253dca9c29f0d17c52cf51..70efc2e08a97d8395421dc7a9442df92d9ce3a0e 100644 (file)
@@ -24,7 +24,6 @@ function tblheader(string $dsearch,int $numrec,int $offset,int $limit, string $s
 global $userlang;
 global $myfilename;
 
-$date=gettranslate($userlang,"Date");
 $filterOptions = [
     'smtpfrom' => 'Originator',
     'rcptto'   => 'Recipient',
index ea8c105deb09f30498637c6cd66189f558abfcdd..478ce91e2cda7d0adff8810954488e86ce2dd8d3 100644 (file)
@@ -16,7 +16,6 @@ function tblheader(string $remoteip,int $numrec,int $offset,int $limit)
 global $userlang;
 
 $debut=$offset+1;
-$email=gettranslate($userlang,"Remote SMTP server");
 
 $STR  = <<<EOT
 <TABLE WIDTH="100%" BORDER="0" CellSpacing="0">
@@ -52,7 +51,7 @@ $STR  = <<<EOT
 <TD align=left>
 <FORM action="lvlrmt.php" method="post">
 <FONT SIZE=+1>
-$email:
+<span class="translatable" trkey="Search">Search</span>
 <input type="text" value="$remoteip" name="remoteip" size=20 style="font-size: 100%;">
 <input type="submit" style="display:none"/>
 </FONT>
index be6a3a64616f9da7b3d55d49334b2c4941f1643a..616d09e422e4ec144e85409ef94498a8f8bc80cf 100644 (file)
@@ -51,7 +51,7 @@ $STR  = <<<EOT
 <TD align=left>
 <FORM action="lvlusr.php" method="post">
 <FONT SIZE=+1>
-<span class="translatable" trkey="Email">Email</span>
+<span class="translatable" trkey="Search">Search</span>
 <input type="text" value="$username" name="username" size=20 style="font-size: 100%;">
 <input type="submit" style="display:none"/>
 </FONT>
similarity index 100%
rename from www/unilng.php
rename to www/res/unilng.php