]> git.mxchange.org Git - mailer.git/commitdiff
Double-dot removed, some default more performant settings
authorRoland Häder <roland@mxchange.org>
Fri, 29 Jul 2011 01:33:14 +0000 (01:33 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 29 Jul 2011 01:33:14 +0000 (01:33 +0000)
inc/extensions/ext-other.php
inc/language/other_de.php
templates/de/html/admin/admin_config_other.tpl

index 6dec5f8d9f120cc41744c61386ef80f69c1b77af..3e5227e1b70855fe498b99fab3cf3aad764c5646 100644 (file)
@@ -229,7 +229,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.2.6': // SQL queries for v0.2.5
-                               addConfigAddSql('stats_enabled', "ENUM('Y','N') NOT NULL DEFAULT 'Y'");
+                               addConfigAddSql('stats_enabled', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Interne Statistiken sind nun abschaltbar (kann Performance bringen).");
index 4902e199e738dfa8922f36b1b3aab8e92d720a89..7c2171eaf39d9070f1d4dee230d9322bc4a820d1 100644 (file)
@@ -59,7 +59,7 @@ addMessages(array(
        'ADMIN_CONFIG_CODE_LENGTH' => "L&auml;nge des grafischen Codes im Best.-Frame (0 = Nur Button anklicken)",
        'ADMIN_CODE_LENGTH_NOTE' => "(Zeichenanzahl)",
        'ADMIN_CONFIG_ACTIVATE_EXCHANGE' => "Automatisches Freischalten des {?mt_word2?}, wenn x Mitglieder empfangsbereit sind. 0 = Funktion abschalten",
-       'ADMIN_CONFIG_ZIPCODE_ACTIVE' => "Versand nach PLZ erlauben",
+       'ADMIN_CONFIG_ZIPCODE_ACTIVE' => "Versand nach Postleitzahl (PLZ) erlauben?",
        'ADMIN_CONFIG_POINTS_WORD' => "W&auml;hrung Ihres Tausches (Klammlose, Wernis, Primera, FuCo, etc.)",
        'ADMIN_CONFIG_MAX_COMMA' => "Angezeigte Stellen hinter dem Komma",
        'ADMIN_CONFIG_CSS_PHP' => "Sollen die CSS-Dateien direkt ausgegeben werden oder von css.php angezeigt werden?",
index 66d4e1c2061e0974247220c3fa342c187156aa01..23cdfef731245e50ac2c93be8e12c770311aac10 100644 (file)
@@ -13,7 +13,7 @@
                </td>
                <td>
                        <input type="text" class="form_field" name="code_length" size="3" maxlength="5" value="{?code_length?}" />
-                       <div class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</div>
+                       <span class="tiny">{--ADMIN_CODE_LENGTH_NOTE--}</span>
                </td>
        </tr>
 
@@ -99,7 +99,7 @@
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_CSS_PHP--}:
+                       {--ADMIN_CONFIG_CSS_PHP--}
                </td>
                <td>
                        <input type="radio" class="form_field" name="css_php" value="DIRECT"$content[css_php_direct] /> {--ADMIN_CONFIG_SELECT_CSS_OUTPUT_MODE_DIRECT--}<br />
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_GUEST_MENU--}:
+                       {--ADMIN_CONFIG_GUEST_MENU--}
                </td>
                <td>
                        {%template,ConfigurationYesNoSelectionBox=guest_menu%}
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_MEMBER_MENU--}:
+                       {--ADMIN_CONFIG_MEMBER_MENU--}
                </td>
                <td>
                        {%template,ConfigurationYesNoSelectionBox=member_menu%}
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_YOURE_HERE--}:
+                       {--ADMIN_CONFIG_YOURE_HERE--}
                </td>
                <td>
                        {%template,ConfigurationYesNoSelectionBox=youre_here%}
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_SHOW_TIMINGS--}:
+                       {--ADMIN_CONFIG_SHOW_TIMINGS--}
                </td>
                <td>
                        {%template,ConfigurationYesNoSelectionBox=show_timings%}
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_SHOW_POINTS_UNCONFIRMED--}:
+                       {--ADMIN_CONFIG_SHOW_POINTS_UNCONFIRMED--}
                </td>
                <td>
                        {%template,ConfigurationYesNoSelectionBox=show_points_unconfirmed%}
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_MAILID_REDIRECT--}:
+                       {--ADMIN_CONFIG_MAILID_REDIRECT--}
                </td>
                <td class="bottom">
                        <input type="radio" class="form_field" name="mailid_error_redirect" value="INDEX"$content[mailid_error_redirect_index] /> {--ADMIN_CONFIG_MAILID_REDIRECT_INDEX--}<br />
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_ZIPCODE_ACTIVE--}:
+                       {--ADMIN_CONFIG_ZIPCODE_ACTIVE--}
                </td>
                <td align="center">
                        {%template,ConfigurationYesNoSelectionBox=order_multi_page%}
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_AUTOSEND_ACTIVE--}:
+                       {--ADMIN_CONFIG_AUTOSEND_ACTIVE--}
                </td>
                <td class="bottom" align="center">
                        {%template,ConfigurationYesNoSelectionBox=autosend_active%}
 
        <tr>
                <td align="right">
-                       {--ADMIN_CONFIG_SEND_UPDATE--}:
+                       {--ADMIN_CONFIG_SEND_UPDATE--}
                </td>
                <td align="center">
                        {%template,ConfigurationYesNoSelectionBox=send_prof_update%}
 
        <tr>
                <td class="bottom" align="right">
-                       {--ADMIN_CONFIG_NOTIFY_ADMIN--}:
+                       {--ADMIN_CONFIG_NOTIFY_ADMIN--}
                </td>
                <td class="bottom" align="center">
                        {%template,ConfigurationYesNoSelectionBox=admin_notify%}