1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 07:03:06 +02:00

Issue #6 Language File Optimization.

This commit is contained in:
Cameron
2015-07-08 14:52:16 -07:00
parent af53d2dd3d
commit e6ef1483da
12 changed files with 84 additions and 38 deletions

View File

@@ -4392,7 +4392,7 @@ class e_form
</tbody>
</table>";
$text .= "<div class='alert alert-block alert-info center middle'>".LAN_NO_RECORDS."</div>"; // not prone to column-count issues.
$text .= "<div class='alert alert-block alert-info center middle'>".LAN_NO_RECORDS_FOUND."</div>"; // not prone to column-count issues.
}
else
{