changeset 42:36c9e3e31234

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Jul 2021 16:44:14 +0300
parents 6b2827b1b810 (current diff) 11e31df42560 (diff)
children 41c48fda5d4d
files
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/info.php	Tue Jul 20 16:43:59 2021 +0300
+++ b/info.php	Tue Jul 20 16:44:14 2021 +0300
@@ -139,7 +139,10 @@
         }
         else
         if ($nohits)
-          echo "<td class=\"nohits\" title=\"Not researched\">?</td>";
+        {
+          echo "<td class=\"nohits\" title=\"".
+          $mat1." + ".$mat2." = Not researched\">?</td>";
+        }
         else
           echo "<td class=\"nohits\"></td>";
 
--- a/instructions.php	Tue Jul 20 16:43:59 2021 +0300
+++ b/instructions.php	Tue Jul 20 16:44:14 2021 +0300
@@ -1,7 +1,7 @@
 <?
 require "mgeneric.inc.php";
 
-$pageCSS = "/css/docs4.css";
+$pageCSS = "/docs.css";
 $pageTitle = "Alloy combo information submission instructions";
 cmPrintPageHeader($pageTitle);