mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Fixes #4374 help() form method fix.
This commit is contained in:
@@ -1085,12 +1085,12 @@ class eurl_admin_form_ui extends e_admin_form_ui
|
||||
</tr>";
|
||||
|
||||
$text .= "<tr>";
|
||||
$text .= "<td>".$lanDef[1]."</td>";
|
||||
$text .= "<td>".$lanDef[1].$this->help(LAN_EURL_FORM_HELP_DEFAULT, 'before')."</td>";
|
||||
$text .= "<td class='form-inline'>";
|
||||
$text .= $this->text('eurl_aliases['.$lanDef[0].']['.$module.']', $defVal, 255, 'size=xlarge');
|
||||
// $text .= ' ['.$lanDef[1].']';
|
||||
$text .= "</td><td>";
|
||||
$text .= $this->help(LAN_EURL_FORM_HELP_DEFAULT);
|
||||
$text .= $this->help(LAN_EURL_FORM_HELP_DEFAULT, 'after');
|
||||
|
||||
$text .= "</td>";
|
||||
// $help[] = '['.$lanDef[1].'] '.LAN_EURL_FORM_HELP_EXAMPLE.':<br /><strong>'.$url.'</strong>';
|
||||
|
Reference in New Issue
Block a user