mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Fix icon appearing on admin language selection. Minor tweaks
This commit is contained in:
@@ -1342,7 +1342,7 @@ class mailoutAdminClass extends e107MailManager
|
||||
* @param $nextPage - 'mode' specification for page to return to following delete
|
||||
* @return text for display
|
||||
*/
|
||||
/*
|
||||
|
||||
public function showDeleteConfirm($mailID, $nextPage = 'saved')
|
||||
{
|
||||
$mailData = $this->retrieveEmail($mailID);
|
||||
@@ -1390,7 +1390,7 @@ class mailoutAdminClass extends e107MailManager
|
||||
|
||||
$ns->tablerender(ADLAN_136.SEP.LAN_MAILOUT_171, $text);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Generate the HTML to show a list of emails of a particular type, in tabular
|
||||
|
Reference in New Issue
Block a user