1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

More file-system cleanup

This commit is contained in:
CaMer0n
2012-06-01 20:50:29 +00:00
parent 412d754983
commit 98117308f2
14 changed files with 23 additions and 317 deletions

View File

@@ -1746,19 +1746,28 @@ if (isset($_POST['check_avatar_sizes']))
".$frm->text('im_path', $pref['im_path'])."
<div class='field-help'>".IMALAN_6."</div>
</td>
</tr>
</tr>";
<tr>
<td class='label'>".IMALAN_34."
</td>
<td class='control'>
<div class='auto-toggle-area autocheck'>
".$frm->checkbox('enable_png_image_fix', 1, ($pref['enable_png_image_fix']))."
<div class='field-help'>".IMALAN_35."</div>
</div>
</td>
</tr>
// Removed as IE6 should no longer be supported. A 3rd-party plugin can be made for this functionality if really needed.
/*
$text .= "
<tr>
<td class='label'>".IMALAN_34."
</td>
<td class='control'>
<div class='auto-toggle-area autocheck'>
".$frm->checkbox('enable_png_image_fix', 1, ($pref['enable_png_image_fix']))."
<div class='field-help'>".IMALAN_35."</div>
</div>
</td>
</tr>";
*/
$text .= "
<tr>
<td class='label'>".IMALAN_36."</td>