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