} // END - if
// Version number
-setThisExtensionVersion('0.0.8');
+setThisExtensionVersion('0.0.9');
// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('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'));
+setExtensionVersionHistory(array('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'));
switch (getExtensionMode()) {
case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
// Update notes (these will be set as task text!)
setExtensionUpdateNotes("Verwaltung auf Management umgestellt.");
break;
- }
+
+ case '0.0.9': // SQL queries for v0.0.9
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Administrationsbereich' WHERE `module`='admin' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Logindaten werden geprüft . . .' WHERE `module`='chk_login' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Bestätigung Ihrer Email-Adresse' WHERE `module`='confirm' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='CSS-Ausgabe' WHERE `module`='css' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Die Seite wird auf Frame-Killer getestet' WHERE `module`='frametester' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Willkommen' WHERE `module`='index' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Java-Script Ausgabe' WHERE `module`='js' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Externe Seite wird geladen . . .' WHERE `module`='loader' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Willkommen zum Mitgliedsbereich!' WHERE `module`='login' AND `title`='' LIMIT 1");
+ addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_mod_reg` SET `title`='Referal-Link' WHERE `module`='ref' AND `title`='' LIMIT 1");
+
+ // Update notes (these will be set as task text!)
+ setExtensionUpdateNotes("Standartnamen gesetzt, diese überschreiben nicht Ihre bereits gespeicherten Modulnamen.");
+ break;
+ } // END - switch
break;
case 'modify': // When the extension got modified
default: // Unknown extension mode
logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));
break;
-}
+} // END - switch
// [EOF]
?>
'ADMIN_TRANSFER_CODE' => "Länge des Touring-Codes",
'ADMIN_TRANSFER_CODE_NOTE' => "<strong>0</strong> deaktiviert den Touring-Code.",
'ADMIN_AUTOPURGE_TRANSFER' => "Veraltete Einträge automatisch löschen? (purge)",
+ 'ADMIN_TRANSFER_POINTS_TOTAL' => "Gesamttransfersumme",
'TRANSFER_LIST_INCOMING' => "Eingehende Überweisungen",
'TRANSFER_LIST_OUTGOING' => "Ausgehende Überweisungen",
'TRANSFER_ALLOW_OPT_IN' => "Wollen Sie {?POINTS?}-Überweisungen von anderen Mitgliedern erhalten?",
default:
logDebugMessage(__FUNCTION__, __LINE__, sprintf("Invalid type %s detected.", $type));
break;
- }
+ } // END - switch
// Is a column name set?
if (empty($column)) {
</td>
</tr>
<tr>
- <td align="right" height="20">
+ <td class="bottom" align="right" height="20">
{--ADMIN_DOUBLER_USERID--}:
</td>
- <td style="padding-left: 5px">
+ <td class="bottom" style="padding-left: 5px">
$content[member_selection]
</td>
</tr>
</td>
</tr>
<tr>
- <td align="center" height="20">
+ <td class="bottom" align="center" height="20">
<input type="radio" name="doubler_send_mode" class="admin_normal" value="DIRECT"$content[send_mode_direct] />
</td>
- <td style="padding-left: 5px">
+ <td class="bottom" style="padding-left: 5px">
<input type="radio" name="doubler_send_mode" class="admin_normal" value="RESET"$content[send_mode_reset] />
</td>
</tr>
$content[rows]
<tr>
<td colspan="5" class="admin_footer bottom">
- <strong>{--TRANSFER_POINTS_TOTAL--}</strong>
+ <strong>{--ADMIN_TRANSFER_POINTS_TOTAL--}</strong>
</td>
<td align="center" class="header_column bottom">
{%pipe,translateComma=$content[total]%}
<td class="{%template,ColorSwitch%} bottom right" align="center">$content[unix]</td>
<td class="{%template,ColorSwitch%} bottom right" align="center">$content[theme_name]</td>
<td class="{%template,ColorSwitch%} bottom right" align="center">
- <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[name] ($content[unix])">$content[theme_author]</a>
+ <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[theme_name] ($content[unix])">$content[theme_author]</a>
</td>
<td class="{%template,ColorSwitch%} bottom right" align="center">
<a href="{%pipe,generateDerefererUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
</td>
- <td class="{%template,ColorSwitch%} bottom right" align="center">v$content[theme_ver]</td>
+ <td class="{%template,ColorSwitch%} bottom right" align="center">v$content[theme_version]</td>
<td class="{%template,ColorSwitch%} bottom" align="center">
$content[form_content]
</td>