mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Use custom option list instead of default. Default is used only if no custom option list.
This commit is contained in:
@@ -5996,7 +5996,7 @@ class e_form
|
|||||||
<li class="dropdown-header nav-header">After submit:</li>
|
<li class="dropdown-header nav-header">After submit:</li>
|
||||||
';
|
';
|
||||||
|
|
||||||
foreach($defsubmitopt as $k=>$v)
|
foreach($submitopt as $k=>$v)
|
||||||
{
|
{
|
||||||
$text .= "<li class='after-submit'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</li>";
|
$text .= "<li class='after-submit'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</li>";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user