mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +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:
@@ -417,10 +417,11 @@ class social_ui extends e_admin_ui
|
||||
|
||||
$text2 .= "
|
||||
<tr>
|
||||
<td><label for='".$text_label."'>".LAN_SOCIAL_ADMIN_11." ".$var['label']." ".LAN_SOCIAL_ADMIN_12."</label>".$frm->help($help, 'before')."</td>
|
||||
<td><label for='".$text_label."'>".LAN_SOCIAL_ADMIN_11." ".$var['label']." ".LAN_SOCIAL_ADMIN_12."</label>".
|
||||
$frm->help($help)."</td>
|
||||
<td>
|
||||
".$frm->text($keypref, varset($pref['xurl'][$k]), false, $opts).
|
||||
$frm->help($help, 'after')."
|
||||
"
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
|
Reference in New Issue
Block a user