mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Admin area tool tips simplified to a single location. Pref simplified to Enable/Disable. Fixed flip-switch 'e-expandit' failures in Admin > Prefs.
This commit is contained in:
@@ -567,9 +567,9 @@ class import_main_ui extends e_admin_ui
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
<td>".LAN_CONVERT_38."".$frm->help(LAN_CONVERT_39, 'before')."</td>
|
||||
<td>".LAN_CONVERT_38."".$frm->help(LAN_CONVERT_39)."</td>
|
||||
<td>".$frm->radio_switch('import_delete_existing_data', $_POST['import_delete_existing_data'])."
|
||||
".$frm->help(LAN_CONVERT_39, 'after')."</td>
|
||||
</td>
|
||||
</tr>";
|
||||
|
||||
//TODO
|
||||
|
Reference in New Issue
Block a user