mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
"<div class='field-help'>" etc has been replaced by the $frm->help() method and is also used by the admin-ui.
This commit is contained in:
@@ -567,9 +567,9 @@ class import_main_ui extends e_admin_ui
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
<td>".LAN_CONVERT_38."</td>
|
||||
<td>".LAN_CONVERT_38."".$frm->help(LAN_CONVERT_39, 'before')."</td>
|
||||
<td>".$frm->radio_switch('import_delete_existing_data', $_POST['import_delete_existing_data'])."
|
||||
<div class='field-help'>".LAN_CONVERT_39."</div></td>
|
||||
".$frm->help(LAN_CONVERT_39, 'after')."</td>
|
||||
</tr>";
|
||||
|
||||
//TODO
|
||||
|
Reference in New Issue
Block a user