1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Minor LAN fixes to emoticon and mailout

This commit is contained in:
Moc
2013-03-18 14:20:14 +01:00
parent c1e47084da
commit 15cbd9b597
4 changed files with 4 additions and 8 deletions

View File

@@ -8,9 +8,6 @@
*
* Administration - Mailout
*
* $URL$
* $Id$
*
*/
@@ -19,7 +16,6 @@
*
* @package e107
* @subpackage admin
* @version $Id$;
*/
/*
@@ -1052,7 +1048,7 @@ function show_maint($debug = FALSE)
$text .= "<tr><td>".LAN_MAILOUT_182."</td><td>
".$frm->admin_button('email_dross','no-value','delete',LAN_SUBMIT)."
".$frm->admin_button('email_dross','no-value','delete', LAN_RUN)."
<br /><span class='field-help'>".LAN_MAILOUT_252."</span></td></tr>";
$text .= "</tbody></table>\n</fieldset></form>";