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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user