mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +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:
@@ -455,11 +455,10 @@ e107::css('inline',"
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>".LAN_TYPE."".$frm->help(FORLAN_2, 'before')."</td>
|
||||
<td>".LAN_TYPE."".$frm->help(FORLAN_2)."</td>
|
||||
<td>
|
||||
".$frm->radio('prune_type','delete',false, array('label'=>FORLAN_89)).
|
||||
$frm->radio('prune_type','make_inactive',true, array('label'=>FORLAN_90))."
|
||||
".$frm->help(FORLAN_2, 'after')."
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Reference in New Issue
Block a user