} // END - if
// Version number
-setThisExtensionVersion('0.3.0');
+setThisExtensionVersion('0.3.1');
// Version history array (add more with , '0.0.1' and so on)
-setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9', '0.2.0', '0.2.1', '0.2.2', '0.2.3', '0.2.4', '0.2.5', '0.2.6', '0.2.7', '0.2.8', '0.2.9', '0.3.0'));
+setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9', '0.2.0', '0.2.1', '0.2.2', '0.2.3', '0.2.4', '0.2.5', '0.2.6', '0.2.7', '0.2.8', '0.2.9', '0.3.0', '0.3.1'));
switch (getExtensionMode()) {
case 'register': // Do stuff when installation is running
// SQL commands to run
+ // - Menu systems
addAdminMenuSql('setup', 'config_beg', 'Bettel-Link', 'IP-Sperre, {OPEN_CONFIG}POINTS{CLOSE_CONFIG}-Vergütung usw. können Sie hier einstellen.', 10);
- addGuestMenuSql('main', 'beg', '{OPEN_CONFIG}POINTS{CLOSE_CONFIG} erbetteln!', 4);
+ addGuestMenuSql('members', 'beg', '{OPEN_CONFIG}POINTS{CLOSE_CONFIG} erbetteln!', 4);
addMemberMenuSql('main', 'beg', 'Ihr Bettel-Link', 6);
+ // - Configuration
addConfigAddSql('beg_timeout', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 600');
addConfigAddSql('beg_userid_timeout', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 1800');
addConfigAddSql('beg_points', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00100');
addConfigAddSql('beg_rallye', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_user_data` ADD `beg_points` FLOAT(21,5) UNSIGNED NOT NULL DEFAULT 0.00000");
- addMemberMenuSql('main', 'beg2', 'Bettel-Rallye', 7);
+ // Menu system
addAdminMenuSql('user', 'list_beg', 'Bettel-Rallye', 'Listet alle Teilnehmer der monatlichen Bettel-Rallye auf.', 12);
// Update notes (these will be set as task text!)
case '0.2.4': // SQL queries for v0.2.4
addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `action`='extras', `sort`=1 WHERE `what`='beg' LIMIT 1");
- addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `action`='rals', `sort`=3, `title`='Bettel-Rallye' WHERE `what`='beg2' LIMIT 1");
// Update notes (these will be set as task text!)
setExtensionUpdateNotes("Mitgliedsmenü komplett umgebaut.");
`remote_ip` VARCHAR(15) NOT NULL DEFAULT '0.0.0.0',
`timestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`referal_url` TINYTEXT NOT NULL,
-PRIMARY KEY (`id),
+PRIMARY KEY (`id`),
INDEX (`userid`)",
'Recorded Referal URLs');
// Update notes
setExtensionUpdateNotes("Monatliche Bettelrallye und die erbettelten {?POINTS?} werden nun über die Tabelle <strong>{OPEN_CONFIG}_MYSQL_PREFIX{CLOSE_CONFIG}_points_data</strong> verwaltet.");
break;
+
+ case '0.3.1': // SQL queries for v0.3.1
+ // Add/move menu
+ addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_member_menu` WHERE `what`='beg2'");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_guest_menu` SET `action`='members',`sort`=3 WHERE `what`='beg' LIMIT 1");
+ addMemberMenuSql('rals', 'beg2', 'Bettel-Rallye', 3);
+
+ // Update notes
+ setExtensionUpdateNotes("Bettel-Rallye re-hinzugefügt.");
+ break;
} // END - switch
break;
'GUEST_BEG_TRAILER' => "{?POINTS?} erbetteln bei...",
'GUEST_BEG_EARN_1' => "Betteln macht sich bezahlt! Für jeden Klick erhalten Sie von",
'GUEST_BEG_EARN_2' => "bis",
- 'GUEST_BEG_EARN_3' => "auf Ihr Mitgliedskonto direkt gutgeschrieben. Zuddem verdienen Sie an den erbettelteten {?POINTS?} Ihrer Refferal mit.",
+ 'GUEST_BEG_EARN_3' => "auf Ihr Mitgliedskonto direkt gutgeschrieben. Zudem verdienen Sie an den erbettelten {?POINTS?} Ihrer Refferal mit.",
'GUEST_BEG_TIMEOUT' => "Sie können derzeit alle <span class=\"data\">{%config,createFancyTime=beg_timeout%}</span> {?POINTS?} betteln.",
'GUEST_BEG_HAVE_FUN' => "Heute noch anmelden und Spass haben.",
'ADMIN_CONFIG_BEG_POINTS_MAX' => "Maximale erbettelbare {?POINTS?} bei Klick auf Bettellink",
'BEG_SORRY_YOURE_LOGGED_IN_2' => " geklickt. Sie haben somit auch keine ",
'BEG_SORRY_YOURE_LOGGED_IN_3' => " {?POINTS?} erhalten.",
'BEG_SAME_USERID_AS_OWN' => "Mitglieder-Id des Webmasters benutzt.",
+ 'MEMBER_BEG_LINK_TITLE' => "Ihr Bettellink zum Bewerben",
// Pay modes
'ADMIN_CONFIG_BEG_PAY_MODE' => "Wie sollen {?POINTS?} vergütet werden?",
'BEG_RALLYE_CONDITION_2' => "Es kann jeder dran teilnehmen, der Mitglied bei diesem {?mt_word?} (<strong>{?MAIN_TITLE?}</strong>) und freigegeben ist.",
'BEG_RALLYE_CONDITION_3' => "Zur Erstellung des Rallye-Ergebnisses werden alle erbettelten {?POINTS?} berücksichtig.",
'BEG_RALLYE_CONDITION_4' => "Der Rechtsweg ist ausgeschlossen.",
- 'MEMBER_LIST_BEG_RALLYE_TITLE' => "Hier finden Sie die aktuelle Liste mit den möglichen Gewinnern.",
+ 'MEMBER_LIST_BEG_RALLYE_TITLE' => "Derzeitiger Stand der Bettel-Rallye",
'BEG_LINK_HERE' => "Betteln Sie am Besten gleich los! Hier ist der Link dazu.",
'ADMIN_CONFIG_BEG_RANKS' => "Anzahl Gewinner der Bettel-Rallye",
'BEG_MONTHLY_RALLYE' => "GEWONNEN: Monatliche Bettel-Rallye",
'ENTER_POINTS' => "Vergütung",
'ENTER_SECONDS' => "Wartezeit",
'ADMIN_MORE_SELECTED' => "Sie haben mehr Empfänger eingegeben, als das empfangsbereit sind.",
- 'ADMIN_BONUS_CONTENT' => "Versendete Bonus-Mails",
+ 'ADMIN_LIST_BONUS_TITLE' => "Versendete Bonus-Mails",
'EMAIL_POINTS' => "Vergütung",
'EMAIL_SECONDS' => "Wartezeit",
'POOL_ACTIVE' => "Wird gerade versendet",
'MEMBER_REFBACK_REFID' => "Mitglieder-Id",
'MEMBER_REFBACK_LEVEL_REFID' => "Werber",
'MEMBER_REFBACK_STATUS' => "Referal-Status",
- 'MEMBER_REFBACK_PERCENTS' => "Refback Prozente",
+ 'MEMBER_REFBACK_PERCENTS' => "Refback-Prozente",
'MEMBER_REFBACK_POINTS' => "Refback Vergütung",
'MEMBER_REFBACK_EDIT' => "Einstellen",
'MEMBER_REFBACK_EDIT_TITLE' => "Refback für ausgewähltes Mitglied einstellen:",
'MEMBER_REFBACK_DELETED_TITLE' => "Einstellen von Refback ist für gelöschte Mitglieder nicht möglich.",
'MEMBER_REFBACK_DISABLED' => "Refback ist administrativ deaktiviert. Bitte nutze die Referal-Übersicht links im Menü.",
'MEMBER_REFBACK_MIN_MAX_NOTE' => "<strong>Hinweis:</strong> Sie können derzeit zwischen <u>{%config,translateComma=refback_min_perc%}</u> und <u>{%config,translateComma=refback_max_perc%}</u> Prozent, inklusive, Refback einstellen.",
+ // - Edit form
+ 'MEMBER_ENTER_REFBACK_PERCENTS' => "Refback-Prozente eingeben",
+ 'MEMBER_ENTER_REFBACK_NOTE_FOR_RECIPIENT' => "Optionalen Hinweis an den Empfänger",
// Error messages for members
'MEMBER_REFBACK_ERROR_MESSAGE' => "Fehler beim Einstellen des Refbacks. Fehlermeldung:<br />\n<span class=\"data\">%s</span>",
}
// Update refback percents (but with some sanity-checks!
-function updateMemberRefbackPercents ($id, $percents) {
+function updateMemberRefbackPercents ($id, $percents, $note) {
//* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'id=' . $id . ',percents=' . $percents . ' - ENTERED!');
// Default status is failed
$status['message'] = 'MEMBER_REFBACK_ERROR_GENERAL';
// Prepare email content
$dummy['refback_percents'] = $percents;
+ $dummy['refback_note'] = $note;
// Load member email template
$mail = loadEmailTemplate('member_refback', $dummy, $dummy['refid']);
sendEmail($dummy['refid'], '{--MEMBER_REFBACK_SUBJECT--}', $mail);
// Send admin notification
- sendAdminNotification('{--ADMIN_REFBACK_SUBJECT--}', 'admin_refback', $dummy, getMemberId());
+ sendAdminNotification('{--ADMIN_REFBACK_SUBJECT--}', 'admin_refback', $dummy, $dummy['refid']);
// All fine!
$status['ok'] = true;
// Validate percents
if ((($percents >= getConfig('refback_min_perc')) || (round($percents) == 0)) && ($percents <= getConfig('refback_max_perc'))) {
// Change ref-back for this direct id
- $status = updateMemberRefbackPercents(postRequestParameter('id'), postRequestParameter('refback_percents'));
+ $status = updateMemberRefbackPercents(postRequestParameter('id'), postRequestParameter('refback_percents'), postRequestParameter('refback_note'));
// Check status
if (isset($status['ok'])) {
Hallo Administrator,
-Das Mitglied $userid hat soeben Refback für ein anderes Mitglied eingestellt.
+Das Mitglied {%pipe,getMemberId%} hat soeben Refback für das Mitglied $userid eingestellt.
------------------------------------
-Mitglied-Id: {%user,refid,bigintval=$userid%} (der den Refback bekommt)
+Hier sind alle relevanten Daten des Refback-Empfängers:
-----------------------------------
Vorname: {%user,surname=$userid%}
-----------------------------------
-----------------------------------
Refback: {%pipe,translateComma=$content[refback_percents]%}%
-----------------------------------
-Bereits erhalten: {%pipe,translateComma=$content[refback_points]%} {?POINTS?}
+Bereits verdient: {%pipe,translateComma=$content[refback_points]%} {?POINTS?}
+-----------------------------------
+Hinweis: $content[refback_note]
-----------------------------------
Mit freundlichen Grüßen,
Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
-Das Mitglied $content[refid] hat Ihnen soeben {%pipe,translateComma=$content[refback_percents]%}% Refback eingestellt. Sie erhalten also anteilig {?POINTS?} von seinen Referal-Gutschriften die Sie ihm/ihr bringen ebenfalls gutgeschrieben.
+das Mitglied {%pipe,getMemberId%} hat Ihnen soeben {%pipe,translateComma=$content[refback_percents]%}% Refback eingestellt. Sie erhalten also anteilig {?POINTS?} von seinen Referal-Gutschriften die Sie ihm/ihr bringen ebenfalls gutgeschrieben.
------------------------------
Ihr Mitglieder-Id ist: $userid
------------------------------
Refback: {%pipe,translateComma=$content[refback_percents]%}%
------------------------------
+Hinweis: $content[refback_note]
+------------------------------
Sie haben bereits {%pipe,translateComma=$content[refback_points]%} {?POINTS?} Refback-Vergütung an das Mitglied abgegeben.
</td>
<td class="{%template,ColorSwitch%} bottom" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
- <strong>$content[text]</strong>
+ <strong><pre>$content[text]</pre></strong>
</td>
</tr>
<tr>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="99%">
<tr>
- <td colspan="3" align="center" height="25" class="table_header">
- <div class="table">{--ADMIN_BONUS_CONTENT--}</div>
+ <td colspan="3" align="center" height="25" class="table_header bottom">
+ <strong>{--ADMIN_LIST_BONUS_TITLE--}</strong>
</td>
</tr>
$content[nav]
<tr>
- <td class="bottom top right" colspan="2" width="46%" align="center">
+ <td class="bottom right" colspan="2" width="46%" align="center">
<div>{--EMAIL_SUBJECT--}:</div>
<div><strong>$content[subject]</strong></div>
</td>
- <td class="bottom top" width="54%" align="center">
+ <td class="bottom" width="54%" align="center">
<div>{--EMAIL_TEXT--}:</div>
- <div><strong>$content[text]</strong></div>
+ <div><strong><pre>$content[text]</pre></strong></div>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="bottom right" width="23%">
<div>{--EMAIL_POINTS--}:</div>
<div><strong>{%pipe,translateComma=$content[points]%} {?POINTS?}</strong></div>
</td>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="bottom right" width="23%">
<div>{--EMAIL_SECONDS--}:</div>
<div><strong>{%pipe,createFancyTime=$content[time]%}</strong></div>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
<div>{--EMAIL_CATEGORY--}:</div>
<div><strong>{%pipe,getCategory=$content[cat_id]%}</strong></div>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
<div>{--EMAIL_RECEIVERS--}:</div>
<div><strong>{%pipe,translateComma=$content[mails_sent]%}</strong>
({--EMAIL_RUIDS--}: <strong>{%pipe,convertReceivers=$content[receivers]%}</strong>)</div>
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
<div>{--USERS_LINKS--}:</div>
<div><strong>$content[unconfirmed]</strong></div>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
<div>{--EMAIL_POOL_TYPE--}:</div>
<div><strong>{%pipe,translatePoolType=$content[data_type]%}</strong></div>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
<div>{--EMAIL_TSEND--}:</div>
<div><strong>$content[target_send]</strong></div>
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
<div>{--EMAIL_URL--}:</div>
<div><strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong></div>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
<div>{--EMAIL_TIMESTAMP--}:</div>
<div><strong>$content[timestamp]</strong></div>
</td>
</tr>
<tr>
- <td align="center" class="top right" colspan="2">
+ <td align="center" class="bottom right" colspan="2">
<div>{--EMAIL_URL--}:</div>
<div><strong>$content[url]</strong></div>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
</tr>
<tr>
- <td align="center" class="top admin_delete_link" colspan="3">
+ <td align="center" class="bottom admin_delete_link" colspan="3">
{%template,AdminBonusMailLinks=$content[id]%}
</td>
</tr>
<tr>
- <td class="bottom top right" width="23%" align="center">
+ <td class="bottom right" width="23%" align="center">
{--EMAIL_SENDER--}:<br />
{%pipe,generateUserProfileLink=$content[sender]%}
</td>
- <td class="bottom top right" width="23%" align="center">
+ <td class="bottom right" width="23%" align="center">
{--EMAIL_SUBJECT--}:<br />
$content[subject]
</td>
- <td class="bottom top" width="54%" align="center">
+ <td class="bottom" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
- $content[text]
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td colspan="2" align="center" class="top bottom right">
+ <td colspan="2" align="center" class="bottom right">
{--EMAIL_PAYMENT--}:<br />
{%pipe,getPaymentTitlePrice=$content[payment_id]%}
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
{--EMAIL_CATEGORY--}:<br />
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
{--EMAIL_RECEIVERS--}:<br />
<div>{%pipe,translateComma=$content[mails_sent]%}</div>
({--EMAIL_RUIDS--}:
<div>{%pipe,convertReceivers=$content[receivers]%}</div>)
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
{--USERS_LINKS--}:<br />
$content[unconfirmed]
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
{--EMAIL_POOL_TYPE--}:<br />
{%pipe,translatePoolType=$content[data_type]%}
</td>
<tr>
- <td class="bottom top right" colspan="2" width="46%" align="center">
+ <td class="bottom right" colspan="2" width="46%" align="center">
{--EMAIL_SUBJECT--}:<br />
<strong>$content[subject]</strong>
</td>
- <td class="bottom top" width="54%" align="center">
+ <td class="bottom" width="54%" align="center">
{--EMAIL_TEXT--}:<br />
- <strong>$content[text]</strong>
+ <strong><pre>$content[text]</pre></strong>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="bottom right" width="23%">
{--EMAIL_POINTS--}:<br />
<strong>{%pipe,translateComma=$content[points]%} {?POINTS?}</strong>
</td>
- <td align="center" class="top bottom right" width="23%">
+ <td align="center" class="bottom right" width="23%">
{--EMAIL_SECONDS--}:<br />
<strong>{%pipe,createFancyTime=$content[time]%}</strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
{--EMAIL_CATEGORY--}:<br />
<strong>{%pipe,getCategory=$content[cat_id]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
{--EMAIL_RECEIVERS--}:<br />
<strong>{%pipe,translateComma=$content[mails_sent]%}</strong>
({--EMAIL_RUIDS--}: <strong>{%pipe,convertReceivers=$content[receivers]%}</strong>)
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
{--USERS_LINKS--}:<br />
<strong>$content[unconfirmed_content]</strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
{--EMAIL_POOL_TYPE--}:<br />
<strong>{%pipe,translatePoolType=$content[data_type]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
{--EMAIL_TSEND--}:<br />
<strong>{%pipe,translateComma=$content[target_send]%}</strong>
</td>
- <td align="center" class="top bottom right">
+ <td align="center" class="bottom right">
{--EMAIL_URL--}:<br />
<strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
</td>
- <td align="center" class="top bottom">
+ <td align="center" class="bottom">
{--EMAIL_TIMESTAMP--}:<br />
<strong>$content[timestamp]</strong>
</td>
</tr>
<tr>
<td align="center" class="bottom right">{--EMAIL_TEXT--}:<br />
- <strong>$content[text]</strong>
+ <strong><pre>$content[text]</pre></strong>
</td>
<td align="center" class="bottom">{--USERS_LINKS--}:<br />
<strong>$content[unconfirmed]</strong>
<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
<!-- @TODO Shouldn't we add a title here? //-->
<tr>
- <td width="20%" align="center" class="header_column bottom top right" height="26"><strong>{--ID_SELECT--}</strong></td>
- <td width="20%" align="center" class="header_column bottom top right"><strong>{--MAILID_LINK--}</strong></td>
- <td width="40%" align="center" class="header_column bottom top right"><strong>{--SURNAME_FAMILY--}</strong></td>
- <td width="20%" align="center" class="header_column bottom top"><strong>{--ACCOUNT_STATUS--}</strong></td>
+ <td width="20%" align="center" class="header_column bottom right" height="26"><strong>{--ID_SELECT--}</strong></td>
+ <td width="20%" align="center" class="header_column bottom right"><strong>{--MAILID_LINK--}</strong></td>
+ <td width="40%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
+ <td width="20%" align="center" class="header_column bottom"><strong>{--ACCOUNT_STATUS--}</strong></td>
</tr>
$content
</table>
<form accept-charset="UTF-8" action="{%url=modules.php?module=admin%}" method="post">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
<tr>
- <td colspan="7" align="center" class="admin_task_header top left right">
+ <td colspan="7" align="center" class="admin_task_header bottom">
<strong>{--ADMIN_TASK_SYSTEM_WELCOME--}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top bottom right left header_column"><strong>{--ID_SELECT--}</strong></td>
- <td align="center" class="top bottom right header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
- <td align="center" class="top bottom right header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
- <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
- <td align="center" class="top bottom right header_column"><strong>{--ADMIN_MEMBER_USERID--}</strong></td>
- <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
- <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
+ <td align="center" class="bottom right left header_column"><strong>{--ID_SELECT--}</strong></td>
+ <td align="center" class="bottom right header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+ <td align="center" class="bottom right header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+ <td align="center" class="bottom right header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+ <td align="center" class="bottom right header_column"><strong>{--ADMIN_MEMBER_USERID--}</strong></td>
+ <td align="center" class="bottom right header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+ <td align="center" class="bottom right header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
</tr>
$content
<tr>
- <td colspan="7" align="center" class="table_footer bottom left right">
+ <td colspan="7" align="center" class="table_footer">
<input type="reset" value="{--ADMIN_UNSELECT_ALL--}" class="form_reset" />
<input type="submit" name="assign" value="{--ADMIN_ASSIGN_TASKS--}" class="form_submit" />
<input type="submit" name="unassign" value="{--ADMIN_UNASSIGN_TASKS--}" class="form_submit" />
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" align="center" class="table dashed">
<tr>
- <td colspan="4" class="table_header" align="center" style="height: 30px">
+ <td colspan="4" class="table_header bottom" align="center" style="height: 30px">
<strong class="big">{--_USERID--} $content[userid]</strong>
</td>
</tr>
<tr>
- <td align="center" width="25%" class="top right">
+ <td align="center" width="25%" class="bottom right">
{--GENDER--}:<br />
<strong>{%user,gender,translateGender=$content[userid]%}</strong>
</td>
- <td align="center" width="25%" class="top right">
+ <td align="center" width="25%" class="bottom right">
{--SURNAME--}:<br />
<strong>{%user,surname=$content[userid]%}</strong>
</td>
- <td align="center" width="25%" class="top right">
+ <td align="center" width="25%" class="bottom right">
{--FAMILY--}:<br />
<strong>{%user,family=$content[userid]%}</strong>
</td>
- <td align="center" width="25%" class="top">
+ <td align="center" width="25%" class="bottom">
{--STREET_NR--}:<br />
<strong>{%user,street_nr=$content[userid]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--BIRTHDAY2--}:<br />
<strong>$content[birthday]</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--COUNTRY--}:<br />
<strong>$content[country]</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--ZIP--}:<br />
<strong>{%user,zip,bigintval=$content[userid]%}</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--CITY--}:<br />
<strong>{%user,city=$content[userid]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--EMAIL--}:<br />
<strong><a href="$content[email_link]">$content[email]</a></strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--ACCOUNT_STATUS--}:<br />
<strong>{%user,status,translateUserStatus=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--RECEIVE_MAILS--}:<br />
<strong>{%user,receive_mails,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--MAX_PER_DAY--}:<br />
<strong>{%user,max_mails,translateComma=$content[userid]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--REFERAL_USERID--}:<br />
<strong>{%user,refid,generateUserProfileLink=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--REFERAL_CLICKS--}:<br />
<strong>{%user,ref_clicks,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--TOTAL_LOGINS--}:<br />
<strong>{%user,total_logins,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--REMOTE_IP--}:<br />
<strong>{%user,REMOTE_ADDR=$content[userid]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--LAST_ONLINE_SHORT--}:<br />
<strong>$content[last_online]</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--ADMIN_LAST_MODULE--}:<br />
<strong>{%user,last_module,fixEmptyContentToDashes=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--HAS_JOINED--}:<br />
<strong>$content[joined]</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--MAILS_SENT--}:<br />
<strong>$content[emails_sent]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--USED_POINTS--}:<br />
<strong>{%user,used_points,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--TOTAL_POINTS--}:<br />
<strong>{%pipe,getTotalPoints,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--LOCKED_POINTS--}:<br />
<strong>{%pipe,translateComma=$content[locked_points]%}</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--OWN_POINTS--}:<br />
<strong>{%pipe,translateComma=$content[own_points]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--TOTAL_CATEGORIES--}:<br />
<strong>$content[cats]</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--RAND_CONFIRMED--}:<br />
<strong>{%user,rand_confirmed,translateComma=$content[userid]%}/{%config,translateComma=user_min_confirmed%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--LOCK_TIMESTAMP--}:<br />
<strong>$content[lock_timestamp]</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--LOCK_REASON--}:<br />
<strong>{%user,lock_reason,fixEmptyContentToDashes=$content[userid]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--UNCONFIRMED_LINKS--}:<br />
<strong>$content[links]</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--TOTAL_REFERALS--}:<br />
<strong>$content[refs]</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--LAST_UPDATE--}:<br />
<strong>$content[last_update]</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--LAST_PROFILE_SENT--}:<br />
<strong>$content[last_profile_sent]</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--ADMIN_USER_REFERAL_PAYOUT--}:<br />
<strong>{%user,ref_payout,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--USER_NICKNAME--}:<br />
<strong>{%user,nickname,fixEmptyContentToDashes=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--CLICK_RATE--}:<br />
<strong>{%pipe,translateComma=$content[click_rate]%}%</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--EMAILS_RECEIVED--}:<br />
<strong>{%user,emails_received,translateComma=$content[userid]%}</strong>
</td>
</tr>
<tr>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--MAILS_CONFIRMED--}:<br />
<strong>{%user,mails_confirmed,translateComma=$content[userid]%}</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
- <td align="center" class="top right">
+ <td align="center" class="bottom right">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
- <td align="center" class="top">
+ <td align="center" class="bottom">
{--_UNUSED--}:<br />
<strong>---</strong>
</td>
</tr>
<tr>
- <td align="center" class="table_footer top" colspan="4">
+ <td align="center" class="table_footer" colspan="4">
<div>
<strong>{--ADMIN_MEMBER_FUNCTIONS--}:</strong>
</div>
</tr>
<tr>
<td height="80%" align="center">
- <table border="0" cellspacing="0" cellpadding="0" class="beg_table dashed">
- <tr>
- <td align="center" height="50" class="bottom">
- <div class="para big">
- {--BEG_LINK_BY--}
- </div>
+ <div class="table dashed">
+ <div class="table_header bottom">
+ <div class="para big">
+ {--BEG_LINK_BY--}
+ </div>
- <div class="para">
- {%message,BEG_LINK_USERID=$content[userid]%}
- </div>
- </td>
- </tr>
- <tr>
- <td align="center" height="120" class="notice bottom">
- $content[message]
- </td>
- </tr>
- <tr>
- <td align="center">
- <a href="{%url=ref.php?refid=$content[userid]%}">{--BEG_CONTINUE_REGISTER--}</a>
- </td>
- </tr>
- </table>
+ <div class="para">
+ {%message,BEG_LINK_USERID=$content[userid]%}
+ </div>
+ </div>
+ <div height="120" class="bottom">
+ <div align="center">$content[message]</div>
+ </div>
+ <div class="table_footer">
+ <a href="{%url=ref.php?refid=$content[userid]%}">{--BEG_CONTINUE_REGISTER--}</a>
+ </div>
+ </div>
</td>
</tr>
<tr>
-<div align="center" class="beg_table dashed">
- <div class="notice">
+<div align="center">
+<div class="table dashed">
+ <div class="table_header bottom">
<div class="big">{--GUEST_BEG_TRAILER--}</div>
<div>{?MAIN_TITLE?}</div>
</div>
- <div class="notice">
+ <div class="bottom" style="padding-top:7px">
<div class="para">
{--GUEST_BEG_EARN_1--} <strong>{%config,translateComma=beg_points%} {?POINTS?}</strong>
{--GUEST_BEG_EARN_2--} <strong>{%config,translateComma=beg_points_max%} {?POINTS?}</strong>
{--GUEST_BEG_HAVE_FUN--}
</div>
</div>
- <div align="center" class="notice">
+ <div align="center" class="table_footer">
<a href="{%url=ref.php?refid={%pipe,determineReferalId%}%}">{--BEG_CONTINUE_REGISTER--}</a>
</div>
</div>
+</div>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
<tr>
- <td class="doubler_header bottom right" align="center" width="100">
+ <td class="header_column bottom right" align="center" width="100">
<strong>{--_USERID--}</strong>
</td>
- <td class="doubler_header bottom right" align="center" width="160">
+ <td class="header_column bottom right" align="center" width="160">
<strong>{?POINTS?}</strong>
</td>
- <td class="doubler_header bottom" align="center" width="160">
+ <td class="header_column bottom" align="center" width="160">
<strong>{--DOUBLER_TIMEMARK--}</strong>
</td>
</tr>
-<div align="center" class="beg_table dashed">
- <div class="notice">
- <div>
- {--MEMBER_BEG_YOUR_LINK--}:
- </div>
- <div>
- <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
- </div>
+<div align="center">
+<div class="table dashed">
+ <div class="table_header bottom">
+ <strong>{--MEMBER_BEG_LINK_TITLE--}</strong>
</div>
- <div class="notice">
+ <div class="para">
+ {--MEMBER_BEG_YOUR_LINK--}:<br />
+ <strong><a href="{?URL?}/beg.php?userid=$content[userid]">{?URL?}/beg.php?userid=$content[userid]</a></strong>
+ </div>
+ <div class="para">
{--MEMBER_BEG_CLICKS_TOTAL--}:
<strong>{%user,beg_clicks,translateComma%}</strong>
</div>
- <div align="left" class="notice">
- <div class="para">
- {--MEMBER_BEG_EARN_1--} <strong>{%config,translateComma=beg_points%} {?POINTS?}</strong>
- {--MEMBER_BEG_EARN_2--} <strong>{%config,translateComma=beg_points_max%} {?POINTS?}</strong>
- {--MEMBER_BEG_EARN_3--}
- </div>
- <div class="para">
- {%message,MEMBER_BEG_TIMEOUT%}
- </div>
- <div class="para" align="right">
- {--MEMBER_BEG_HAVE_FUN--}
- </div>
+ <div class="para">
+ {--MEMBER_BEG_EARN_1--} <strong>{%config,translateComma=beg_points%} {?POINTS?}</strong>
+ {--MEMBER_BEG_EARN_2--} <strong>{%config,translateComma=beg_points_max%} {?POINTS?}</strong>
+ {--MEMBER_BEG_EARN_3--}
+ </div>
+ <div class="para">
+ {%message,MEMBER_BEG_TIMEOUT%}
</div>
+ <div class="table_footer top">
+ <strong>{--MEMBER_BEG_HAVE_FUN--}</strong>
+ </div>
+</div>
</div>
<table border="0" cellspacing="0" cellpadding="0" class="doubler_list dashed">
<tr>
- <td class="doubler_header bottom right" align="center" width="100">
+ <td class="header_column bottom right" align="center" width="100">
<strong>{--_USERID--}</strong>
</td>
- <td class="doubler_header bottom right" align="center" width="100">
+ <td class="header_column bottom right" align="center" width="100">
<strong>{--REFERAL_USERID--}</strong>
</td>
- <td class="doubler_header bottom right" align="center" width="160">
+ <td class="header_column bottom right" align="center" width="160">
<strong>{?POINTS?}</strong>
</td>
- <td class="doubler_header bottom" align="center" width="160">
+ <td class="header_column bottom" align="center" width="160">
<strong>{--DOUBLER_TIMEMARK--}</strong>
</td>
</tr>
<span class="notice">{--MEMBER_REFBACK_REFID--}: $content[refid]</span>
</div>
<div class="bottom" align="center">
- {--MEMBER_REFBACK_PERCENTS--}:
+ {--MEMBER_ENTER_REFBACK_PERCENTS--}:
<input type="text" class="form_field" name="refback_percents" size="6" maxlength="7" value="{%pipe,translateComma=$content[refback_percents]%}" />%
</div>
+<div class="bottom" align="center">
+ {--MEMBER_ENTER_REFBACK_NOTE_FOR_RECIPIENT--}:<br />
+ <textarea class="form_field" rows="5" cols="30" name="refback_note"></textarea>
+</div>
<div class="table_footer">
<input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
<input type="submit" class="form_submit" name="edit" value="{--MEMBER_REFBACK_EDIT_SUBMIT--}" />
<tr>
- <td class="guest_advert" colspan="3" align="center">
+ <td class="guest_advert" colspan="3" align="center">
<!-- Horizontal footer banner //-->
</td>
</tr>
<div align="center">
-<div class="table dashed">
-<div class="table_header">
- <strong>{--MEMBER_LIST_BEG_RALLYE_TITLE--}</strong>
-</div>
-</div>
-
<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
<tr>
- <td width="80" align="center" class="header_column bottom"><strong>{--BEG_RANK--}:</strong></td>
- <td width="120" align="center" class="header_column bottom"><strong>{--_USERID--}:</strong></td>
- <td width="100" align="center" class="header_column bottom"><strong>{--BEG_POINTS--}:</strong></td>
+ <td colspan="4" class="table_header">
+ <strong>{--MEMBER_LIST_BEG_RALLYE_TITLE--}</strong>
+ </td>
+ </tr>
+ <tr>
+ <td width="80" align="center" class="header_column bottom right"><strong>{--BEG_RANK--}:</strong></td>
+ <td width="120" align="center" class="header_column bottom right"><strong>{--_USERID--}:</strong></td>
+ <td width="100" align="center" class="header_column bottom right"><strong>{--BEG_POINTS--}:</strong></td>
<td width="220" align="center" class="header_column bottom"><strong>{--LAST_ONLINE_SHORT--}:</strong></td>
</tr>
$content[rows]
<tr>
- <td colspan="4" class="table_footer" align="center"
- style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <div class="tiny notice">{--BEG_RALLYE_NOTE--}</div></td>
+ <td colspan="4" class="table_footer">
+ {--BEG_RALLYE_NOTE--}
+ </td>
</tr>
</table>
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
- class="table dashed">
- <tr>
- <td class="header_column bottom"
- style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
- align="center"><strong>{--BEG_RALLYE_CONDITIONS--}:</strong></td>
- </tr>
- <tr>
- <td class="notice bottom"
- style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
- <ol align="left">
- <li class="tiny">{--BEG_RALLYE_CONDITION_1--}</li>
- <li class="tiny">{--BEG_RALLYE_CONDITION_2--}</li>
- <li class="tiny">{--BEG_RALLYE_CONDITION_3--}</li>
- <li class="tiny">{--BEG_RALLYE_CONDITION_4--}</li>
+<div class="table dashed">
+ <div class="table_header bottom"
+ <strong>{--BEG_RALLYE_CONDITIONS--}:</strong>
+ </div>
+ <div class="bottom">
+ <ol class="listing">
+ <li>{--BEG_RALLYE_CONDITION_1--}</li>
+ <li>{--BEG_RALLYE_CONDITION_2--}</li>
+ <li>{--BEG_RALLYE_CONDITION_3--}</li>
+ <li>{--BEG_RALLYE_CONDITION_4--}</li>
</ol>
- </td>
- </tr>
- <tr>
- <td colspan="4" class="table_footer" align="center"
- style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
+ </div>
+ <div class="table_footer">
<a href="{%url=modules.php?module=login&what=beg%}">{--BEG_LINK_HERE--}</a>
- </td>
- </tr>
-</table>
+ </div>
+</div>
</div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
{--USERNAME_ADMIN_SHORT--}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_IS_NOTIFY--}</td>
+ <td align="center" class="switch_sw1 bottom">
{%pipe,translateYesNo=$content[is_notify]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw2 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_NEW--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_NEW--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
{--USERNAME_ADMIN_SHORT--}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_IS_NOTIFY--}</td>
+ <td align="center" class="switch_sw1 bottom">
{%pipe,translateYesNo=$content[is_notify]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw2 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_QUEUE--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_QUEUE--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
{--USERNAME_ADMIN_SHORT--}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_IS_NOTIFY--}</td>
+ <td align="center" class="switch_sw1 bottom">
{%pipe,translateYesNo=$content[is_notify]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw2 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom">
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom">
[<a href="{%url=mailid.php?userid=$content[userid]&bonusid=$content[id]%}" target="_blank" title="{--CONFIRM_LINK--}">$content[id]</a>]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
{--USERNAME_ADMIN_SHORT--}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_IS_NOTIFY--}</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_IS_NOTIFY--}</td>
+ <td align="center" class="switch_sw1 bottom">
{%pipe,translateYesNo=$content[is_notify]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw2 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_ACTIVE--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</strong></td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_ACTIVE--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</strong></td>
+ <td align="center" class="switch_sw1 bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</strong></td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</strong></td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</strong></td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</strong></td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</strong></td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</strong></td>
+ <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_ADMIN--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_ADMIN--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_DELETED--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_NEW--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_NEW--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom">
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom">
[<a href="{%url=mailid.php?userid=$content[userid]&mailid=$content[id]%}" target="_blank" title="{--CONFIRM_LINK--}">$content[id]</a>]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
+<div class="para"><div align="center">
<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="650">
<tr>
<td colspan="2" align="center" class="header_column bottom">
</td>
</tr>
<tr>
- <td width="45%" align="center" class="bottom right"><strong>{--CONFIRM_LINK--}:</strong></td>
- <td width="55%" align="center" class="bottom"><em>{--EMAIL_STATUS_TEMP--}</em></td>
+ <td width="45%" align="center" class="switch_sw2 bottom right">{--CONFIRM_LINK--}:</td>
+ <td width="55%" align="center" class="switch_sw2 bottom"><em>{--EMAIL_STATUS_TEMP--}</em></td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SENDER--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_SENDER--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[sender]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_SUBJECT--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_SUBJECT--}:</td>
+ <td align="center" class="switch_sw2 bottom">
$content[subject]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TEXT--}:</strong></td>
- <td align="center" class="bottom">
- $content[text]
+ <td align="center" class="switch_sw1 bottom right" valign="top">{--EMAIL_TEXT--}:</td>
+ <td align="center" class="switch_sw1 bottom">
+ <pre>$content[text]</pre>
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_CATEGORY--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_CATEGORY--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,getCategory=$content[cat_id]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIMESTAMP--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_TIMESTAMP--}:</td>
+ <td align="center" class="switch_sw1 bottom">
$content[timestamp]
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_TIME--}:</strong></td>
- <td align="center" class="bottom">
+ <td align="center" class="switch_sw2 bottom right">{--EMAIL_TIME--}:</td>
+ <td align="center" class="switch_sw2 bottom">
{%pipe,createFancyTime=$content[time]%}
</td>
</tr>
<tr>
- <td align="center" class="bottom right"><strong>{--EMAIL_POINTS--}:</strong></td>
- <td align="center" class="bottom" style="padding-right:5px">
+ <td align="center" class="switch_sw1 bottom right">{--EMAIL_POINTS--}:</td>
+ <td align="center" class="switch_sw1 bottom" style="padding-right:5px">
{%pipe,translateComma=$content[points]%} {?POINTS?}
</td>
</tr>
</td>
</tr>
</table>
-<p></p>
+</div></div>
-.beg_table {
- background-color: #FFFFFF;
-}
-.doubler_header {
- text-align: center;
- height: 24px;
- background-color: #EEEEFF;
-}
ul.listing {
text-align: left;
- margin-top: 5px;
- margin-left: 5px;
- margin-right: 5px;
- padding-left: 5px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
list-style-type: none;
}
+ol.listing {
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
+}
+
li.listing {
padding-bottom: 5px;
}
-.beg_table {
- background-color: #ddeedd
-}
-.doubler_header {
- background-color: #ddeedd;
- text-align: center;
- height: 24px;
-}
list-style-type: none;
}
+ol.listing {
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
+}
+
li.listing {
padding-bottom: 5px;
}
-.beg_table {
- background-color: #FFFFCC;
-}
-.doubler_header {
- text-align: center;
- height: 24px;
- background-color: #DDDDAA;
-}
list-style-type: none;
}
+ol.listing {
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
+}
+
li.listing {
padding-bottom: 5px;
}
-.beg_table {
- background-color: #ddeedd
-}
-.doubler_header {
- background-color : #ddeedd;
- align : center;
- height : 24px;
-}
list-style-type: none;
}
+ol.listing {
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
+}
+
li.listing {
padding-bottom: 5px;
}
-.beg_table {
- background-color: #0571cc;
-}
-.doubler_header {
- text-align : center;
- height : 24px;
- background-color : #69b2ff;
-}
list-style-type: none;
}
+ol.listing {
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
+}
+
li.listing {
padding-bottom: 5px;
}
list-style-type: none;
}
+ol.listing {
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ padding-left: 0px;
+ margin-left: 25px;
+}
+
li.listing {
padding-bottom: 5px;
}