1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +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

@@ -140,40 +140,43 @@ $text = "
<tr>
<td>
<strong class='e-tip'>".CACLAN_11."</strong>
<div class='field-help'>".CACLAN_13."</div>
".$frm->help(CACLAN_13, 'before')."
</td>
<td>{$contentcache_label}</td>
<td class='left middle'>
".$frm->radio_switch('cachestatus', e107::getPref('cachestatus'))."
".$frm->help(CACLAN_13, 'after')."
</td>
</tr>
<tr>
<td>
<strong class='e-tip'>".CACLAN_12."</strong>
<div class='field-help'>".CACLAN_14."</div>
".$frm->help(CACLAN_14, 'before')."
</td>
<td>{$syscache_label}</td>
<td class='left middle'>
".$frm->radio_switch('syscachestatus', e107::getPref('syscachestatus'))."
".$frm->help(CACLAN_14, 'after')."
</td>
</tr>
<tr>
<td>
<strong class='e-tip'>".CACLAN_28."</strong>
<div class='field-help'>".CACLAN_29."</div>
<strong class='e-tip'>".CACLAN_28."</strong>".$frm->help(CACLAN_29, 'before')."
</td>
<td>{$jscsscache_label}</td>
<td class='left middle'>
".$frm->radio_switch('jscsscachestatus', e107::getPref('jscsscachestatus'))."
".$frm->help(CACLAN_29, 'after')."
</td>
</tr>
<tr>
<td>
<strong class='e-tip'>".CACLAN_20."</strong>
<div class='field-help'>".CACLAN_21."</div>
<strong class='e-tip'>".CACLAN_20."</strong>".$frm->help(CACLAN_21, 'before')."
".$frm->help(CACLAN_21, 'after')."
</td>
<td>{$dbcache_label}</td>
<td class='left middle'>
@@ -182,8 +185,8 @@ $text = "
</tr>
<tr>
<td>
<strong class='e-tip'>".CACLAN_22."</strong>
<div class='field-help'>".CACLAN_23."</div>
<strong class='e-tip'>".CACLAN_22."</strong>".$frm->help(CACLAN_23, 'before')."
".$frm->help(CACLAN_23, 'after')."
</td>
<td>{$imgcache_label}</td>
<td class='left middle'>