1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 08:34:09 +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:
Cameron
2021-02-04 08:45:10 -08:00
parent 82fbeab43c
commit 5870fbdb84
15 changed files with 300 additions and 210 deletions

View File

@@ -455,11 +455,11 @@ e107::css('inline',"
</tr>
<tr>
<td>".LAN_TYPE."</td>
<td>".LAN_TYPE."".$frm->help(FORLAN_2, 'before')."</td>
<td>
".$frm->radio('prune_type','delete',false, array('label'=>FORLAN_89)).
$frm->radio('prune_type','make_inactive',true, array('label'=>FORLAN_90))."
<div class='field-help'>".FORLAN_2."</div>
".$frm->help(FORLAN_2, 'after')."
</td>
</tr>