1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

Bootstrap 3 style for comment form. Removed hardcoded lans. Use form API for inputs.

This commit is contained in:
Lóna Lore
2015-12-12 17:36:24 +01:00
parent 17505f3d78
commit 7564382da3
2 changed files with 201 additions and 167 deletions

View File

@@ -67,6 +67,8 @@ define("COMLAN_400", "approved");
define("COMLAN_401", "blocked");
define("COMLAN_402", "pending");
define("COMLAN_403", "Leave a message...");
define("COMLAN_404", "Approve");
define("COMLAN_TYPE_1", "news");
define("COMLAN_TYPE_2", "download");