1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-03 03:13:34 +02:00

SEF Generate button added to newpost area. Can now generate and edit prior to saving.

This commit is contained in:
Cameron
2016-01-13 01:31:12 -08:00
parent 896d1f4345
commit 82d4a5583a
7 changed files with 79 additions and 18 deletions

View File

@@ -415,5 +415,7 @@ define("LAN_CUSTOM_URL", "Custom URL");
define("LAN_CUSTOM_URL_DISABLED", "Disabled or Enter Custom URL");
define("LAN_GENERAL", "General");
define("LAN_GENERATE", "Generate");
define("LAN_WILL_OVERWRITE_SEF", "This will overwrite your existing SEF URL.");
// TODO - move e_form related LANS below, add new lan_form.php file (for both front/back-end)

View File

@@ -126,7 +126,7 @@ define ('EPL_ADLAN_107',"Build an admin-area and xml file for:");
define ('EPL_ADLAN_108',"Check language files:");
define ('EPL_ADLAN_109',"Basic Info.");
// define ('EPL_ADLAN_110',"Preferences");
define ('EPL_ADLAN_111',"Generate");
// define ('EPL_ADLAN_111',"Generate");// LAN_GENERATE
define ('EPL_ADLAN_112',"Review all fields and modify if necessary.");
define ('EPL_ADLAN_113',"Review ALL tabs before clicking 'Generate'.");
define ('EPL_ADLAN_114',"Plugin Builder");