A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_surfbar_edit_action_form.tpl
index 288df314f0a8c92766272ecd8d4434c52ae163a8..37382bef1cfbba4fe4f091f33cef508a10f92d98 100644 (file)
@@ -1,32 +1,34 @@
+<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=surfbar_list%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
-<div class="member_table dashed" style="width:600px;margin-top:10px">
-       <div class="member_title2 bottom" style="padding-top:5px;padding-bottom:5px">
+<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>
        </div>
 
        <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar editieren:</strong>
        </div>
 
        <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
-               URL eingeben: <input type="text" class="member_normal" name="url" size="20" maxlength="255" value="$content[url]" />
+               URL eingeben: <input type="text" class="form_field" name="url" size="20" maxlength="255" value="$content[url]" />
        </div>
 
        <div class="member_input" style="padding-top:5px;padding-bottom:5px">
                Soll die Anzahl Aufrufe begrenzt werden?<br />
        </div>
 
        <div class="member_input" style="padding-top:5px;padding-bottom:5px">
                Soll die Anzahl Aufrufe begrenzt werden?<br />
-               <input type="radio" id="limited_no" onfocus="return FocusLimitedNo()" name="limited" value="N"$content[limited_n] /> {--NO--}
-               <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_y] /> {--YES--}
+               <input type="radio" id="limited_no" onfocus="return FocusLimitedNo()" name="limited" value="N"$content[limited_no] /> {--NO--}
+               <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_yes] /> {--YES--}
        </div>
 
        <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
        </div>
 
        <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
-               Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="$content[views_max]" />
+               Aufrufe begrenzen auf: <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="$content[views_max]" />
        </div>
 
        </div>
 
-       <div class="member_title2 top" style="padding-top:5px;padding-bottom:5px">
-               <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-               <input type="hidden" name="id" value="$content[id]" />
+       <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="hidden" name="url_id" value="$content[url_id]" />
                <input type="hidden" name="action" value="edit" />
                <input type="hidden" name="execute" value="1" />
                <input type="hidden" name="action" value="edit" />
                <input type="hidden" name="execute" value="1" />
-               <input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
        </div>
 </div>
 
        </div>
 </div>
 
-<script src="{%url=js.php?js=surfbar_member_edit%}{%version=surfbar%}&amp;views_max=$content[views_max]&amp;limited=$content[limited]"
+<script src="{%url=js.php?js=surfbar_member_edit%}{%ext,version=surfbar%}&amp;views_max=$content[views_max]&amp;limited=$content[limited]"
  type="text/javascript"></script>
 </form>
  type="text/javascript"></script>
 </form>
+</div>