1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Auto-detection of {WMESSAGE}

This commit is contained in:
Cameron
2013-03-22 19:54:37 -07:00
parent 0b19510ad3
commit 1cbfeb96f0
4 changed files with 21 additions and 14 deletions

View File

@@ -236,15 +236,21 @@ if ($action == "opt") {
<tr>
<td>".WMLAN_05."</td>
<td>".$frm->checkbox('wm_enclose', 1, varset($pref['wm_enclose'],0))."<span class='field-help'>".WMLAN_06."</span></td>
</tr>
</tr>";
/* DEPRECATED - see header_default.php {WMESSAGE}
$text .= "
<tr>
<td>".WMLAN_07."</td>
<td>".$frm->checkbox('wmessage_sc', 1, varset($pref['wmessage_sc'],0))."</td>
</tr>
</tr>";
*/
$text .= "
</table>
<div class='buttons-bar center'>
".$text .= $frm->admin_button('updateoptions', LAN_SAVE)."
". $frm->admin_button('updateoptions', LAN_SAVE)."
</div>
</fieldset>
</form>