comparison materials/info.php @ 332:d6a03237017f misc

Use alloyTable CSS class instead of matTable
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 Dec 2015 03:06:15 +0200
parents 7e6ca29133bb
children 02b421843a90
comparison
equal deleted inserted replaced
331:7e6ca29133bb 332:d6a03237017f
276 // 276 //
277 echo "<h3>Mixtable</h3>\n"; 277 echo "<h3>Mixtable</h3>\n";
278 if (count($alloyTable[$setShowMat]) > 0) 278 if (count($alloyTable[$setShowMat]) > 0)
279 { 279 {
280 echo 280 echo
281 "<table class=\"matTable\">". 281 "<table class=\"alloyTable\">\n".
282 " <tr>\n". 282 " <tr>\n".
283 " <th>+</th>\n"; 283 " <th>+</th>\n";
284 284
285 foreach ($alloyTable[$setShowMat] as $key => $value) 285 foreach ($alloyTable[$setShowMat] as $key => $value)
286 { 286 {