'POOL_TYPE_NEW' => "Wartet auf Versand",
'POOL_TYPE_ACTIVE' => "Wird versendet",
'POOL_TYPE_ADMIN' => "Wartet auf Freischaltung",
+ 'POOL_TYPE_QUEUE' => "Eingereiht/Wird versendet"
'EMAIL_ID' => "Email-Id",
'EMAIL_SENDER' => "Versender",
'EMAIL_SUBJECT' => "Betreffzeile",
$col = 'stats_id'; $type = 'NORMAL'; $ID = '-1';
// Load admin_list_unconfirmed template
- $listed = true; $DATA = getRequestParameter('mid'); $LINK = 'mailid';
+ $listed = true; $DATA = getRequestParameter('mid'); $mailType = 'mailid';
} elseif ((isGetRequestParameterSet('bid')) && (isExtensionActive('bonus'))) {
// @TODO This constant might be unused? define('__LIST_UNCON_TITLE', '{--ADMIN_LIST_UNCONFIRMED_BONUS_LINKS--}');
$col = 'bonus_id'; $type = 'BONUS'; $ID = getRequestParameter('bid');
// Load admin_list_unconfirmed template
- $listed = true; $DATA = $ID; $LINK = 'bonusid';
+ $listed = true; $DATA = $ID; $mailType = 'bonusid';
} else {
// @TODO "Please do not call me directly." Should be rewritten to a nice selection depending on ext-bonus
loadTemplate('admin_settings_saved', false, '{--ADMIN_CALL_NOT_DIRECTLY--}');
// Prepare data for the row template
$row = array(
'userid' => $row['userid'],
- 'link' => $LINK,
+ 'link' => $mailType,
'id' => $ID,
'email' => '<a href="' . generateEmailLink($row['email'], 'user_data') . '">' . translateGender($row['gender']) . ' ' . $row['surname'] . ' ' . $row['family'] . '</a>',
'status' => $row['status'],
<tr>
<td align="center" class="{%template,ColorSwitch%} bottom" colspan="4">
- {%message,ADMIN_USER_DATA_NOT_FOUND=$content[userid]%}
+ {%message,ADMIN_USER_ACCOUNT_404=$content[userid]%}
</td>
</tr>