Fix for missing language string and variable renamed to better naming convention
authorRoland Häder <roland@mxchange.org>
Mon, 10 Jan 2011 09:06:13 +0000 (09:06 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 10 Jan 2011 09:06:13 +0000 (09:06 +0000)
inc/language/de.php
inc/modules/admin/what-list_unconfirmed.php
templates/de/html/admin/admin_list_unconfirmed_row_404.tpl

index 772503e97a432060d9f7e5148f5c4f1a318bb18a..b5d97d0a83fdf3e8ee088752c52567ad9161033a 100644 (file)
@@ -407,6 +407,7 @@ addMessages(array(
        '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",
index 2d57bc67158630dc855c8bf3388982df3678ca88..068e0cf8da6c370061894fb7e54d113e2d59d846 100644 (file)
@@ -75,7 +75,7 @@ LIMIT 1",
        $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--}');
 
@@ -94,7 +94,7 @@ LIMIT 1",
        $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--}');
@@ -146,7 +146,7 @@ LIMIT %s",
                                        // 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'],
index 350b2b647329f0df38477f36ece1d4e1d9308757..f98287eebaf68dc6bbd69ae21b86066275b9f557 100644 (file)
@@ -1,5 +1,5 @@
 <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>