mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
#3622 - Download plugin - moving 'Report Broken Download' to e_notify
Work in progress: - Convert previous 'download_email' pref - Move broken download list to download plugin admin /e107_admin/message.php
This commit is contained in:
@@ -2229,11 +2229,15 @@ $columnInfo = array(
|
||||
<tr>
|
||||
<td>".DOWLAN_151."</td>
|
||||
<td>". r_userclass("download_reportbroken", $pref['download_reportbroken'])."</td>
|
||||
</tr>
|
||||
</tr>";
|
||||
|
||||
//moved to e_notify
|
||||
/*
|
||||
<tr>
|
||||
<td>".DOWLAN_150."</td>
|
||||
<td>". ($pref['download_email'] ? "<input type='checkbox' name='download_email' value='1' checked='checked'/>" : "<input type='checkbox' name='download_email' value='1'/>")."</td>
|
||||
</tr>
|
||||
</tr>*/
|
||||
$text .= "
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user