// "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)
-<form accept-charset="UTF-8" id="book" action="{%url=modules.php?module=login&what=surfbar_book%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
+<form accept-charset="UTF-8" id="book" action="{%url=modules.php?module=login&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>
<td align="center" width="$content[width]%%">
- <form accept-charset="UTF-8" action="{%url=modules.php?module=login&what=surfbar_list%}" method="post">
+ <form accept-charset="UTF-8" action="{%url=modules.php?module=login&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]%}" />
-<form accept-charset="UTF-8" id="delete" action="{%url=modules.php?module=login&what=surfbar_list%}" method="post">
+<form accept-charset="UTF-8" id="delete" action="{%url=modules.php?module=login&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öschen:</strong>
<div align="center">
-<form accept-charset="UTF-8" id="edit" action="{%url=modules.php?module=login&what=surfbar_list%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
+<form accept-charset="UTF-8" id="edit" action="{%url=modules.php?module=login&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>