Missed this to rename ...
authorRoland Häder <roland@mxchange.org>
Mon, 11 Jul 2011 17:21:28 +0000 (17:21 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 11 Jul 2011 17:21:28 +0000 (17:21 +0000)
inc/libs/surfbar_functions.php
templates/de/html/member/member_book_surfbar_static.tpl
templates/de/html/member/member_list_surfbar_form.tpl
templates/de/html/member/member_surfbar_delete_action_form.tpl
templates/de/html/member/member_surfbar_edit_action_form.tpl

index 42ec4152d835073a01837cf842a0b3022fda5f39..f22ac3899ee269f6748c4bceda58f570ab387751 100644 (file)
@@ -196,7 +196,7 @@ function SURFBAR_MEMBER_ACTIONS ($urlId, $status) {
        // "Walk" through all actions and create forms
        foreach ($actionArray as $actionId => $action) {
                // Add form for this action
-               $OUT .= loadTemplate('member_surfbar_list_form', true, array(
+               $OUT .= loadTemplate('member_list_surfbar_form', true, array(
                        'width'  => $width,
                        'url_id' => bigintval($urlId),
                        'action' => strtolower($action)
index 33e90b141e45bd0684f8ab28e62aee3999a8ea15..f6079de42ac8e7aa24955ba27eeb2a9f9728f148 100644 (file)
@@ -1,4 +1,4 @@
-<form accept-charset="UTF-8" id="book" action="{%url=modules.php?module=login&amp;what=surfbar_book%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
+<form accept-charset="UTF-8" id="book" action="{%url=modules.php?module=login&amp;what=book_surfbar%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
 <div class="table dashed" style="width:600px;margin-top:10px">
        <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar buchen - Statisch:</strong>
index ce51f43919a80148c6ebbe8a50abcb64a8d1c471..3c2805fdbab850922946d6363f4fde03aafbd611 100644 (file)
@@ -1,5 +1,5 @@
 <td align="center" width="$content[width]%%">
-       <form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=surfbar_list%}" method="post">
+       <form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=list_surfbar%}" method="post">
                <input type="hidden" name="url_id" value="$content[url_id]" />
                <input type="hidden" name="action" value="$content[action]" />
                <input type="submit" class="form_submit" name="ok" title="{%pipe,translateMemberSurfbarActionToTitle=$content[action]%}" value="{%pipe,translateMemberSurfbarActionToSubmit=$content[action]%}" />
index 8d23d7155f55efd6db224b055466caf623a1b949..3ac8e3d6ae3b05a30f80a3ffaacfd859e0857460 100644 (file)
@@ -1,4 +1,4 @@
-<form accept-charset="UTF-8" id="delete" action="{%url=modules.php?module=login&amp;what=surfbar_list%}" method="post">
+<form accept-charset="UTF-8" id="delete" action="{%url=modules.php?module=login&amp;what=list_surfbar%}" method="post">
 <div class="table dashed" style="width:600px;margin-top:10px">
        <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar l&ouml;schen:</strong>
index cbcd9c6a57d989bf9c33815405e626b4d7b92094..d04bd5af706c4bc9b95df4897b52b52c2d9a2583 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" id="edit" action="{%url=modules.php?module=login&amp;what=surfbar_list%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
+<form accept-charset="UTF-8" id="edit" action="{%url=modules.php?module=login&amp;what=list_surfbar%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
 <div class="table dashed" style="width:600px;margin-top:10px">
        <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar editieren:</strong>