]> git.mxchange.org Git - mailer.git/commitdiff
Usual change: ok->other_than_ok ;)
authorRoland Häder <roland@mxchange.org>
Fri, 28 Dec 2012 23:19:49 +0000 (23:19 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 28 Dec 2012 23:19:49 +0000 (23:19 +0000)
inc/modules/admin/admin-inc.php
templates/de/html/admin/admin_expert_settings_form.tpl

index ce7680ee51ef7a567f5f7031eb4b507ee907dfd2..57a889db6c197ca5ad162709d20716beac2a32eb 100644 (file)
@@ -1345,7 +1345,7 @@ function doVerifyExpertSettings () {
                        // Okay, does he want to see them?
                        if (isAdminsExpertWarningEnabled()) {
                                // Ask for them
-                               if (isFormSent()) {
+                               if (isFormSent('save_expert')) {
                                        // Is the element set, then we need to change the admin
                                        if (isPostRequestElementSet('expert_settings')) {
                                                // Get it and prepare final post data array
index 145dfe4374d74e1371c790d2692993c3d1dad49b..8c233740496be133be792e87bc9630c31335510c 100644 (file)
@@ -13,7 +13,7 @@
        </div>
        <div class="table_footer">
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="form_submit" name="ok" value="{--ADMIN_EXPERT_SETTINGS_CONTINUE--}" />
+               <input type="submit" class="form_submit" name="save_expert" value="{--ADMIN_EXPERT_SETTINGS_CONTINUE--}" />
        </div>
 </div>
 {%form_close%}