1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +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

@@ -2379,7 +2379,7 @@ class pluginBuilder
$text .= "
<div class='buttons-bar center'>
".$frm->hidden('newplugin', $this->pluginName)."
".$frm->admin_button('step', 3,'other',EPL_ADLAN_111)."
".$frm->admin_button('step', 3,'other', LAN_GENERATE)."
</div>";
$text .= $frm->close();