Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_add_surfbar_url.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=add_surfbar_url" method="post">
2 <div class="admin_table dashed" style="width:600px;margin-top:10px">
3         <div class="admin_title bottom2" style="padding-top:5px;padding-bottom:5px">
4                 <strong>URL in Surfbar hinzuf&uuml;gen:</strong>
5         </div>
6
7         <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
8                 URL eingeben: <input type="text" name="url" size="20" maxlength="255" value="http://" />
9         </div>
10
11         <div class="admin_input" style="padding-top:5px;padding-bottom:5px" align="center">
12                 Maximale Einblendung: <input type="text" name="limit" size="5" maxlength="20" value="0" /><br />
13                 <span class="admin_note">(0 = Unbegrenzt)</span>
14         </div>
15
16         <div class="admin_title top2" style="padding-top:3px;padding-bottom:3px">
17                 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;*
18                 <input type="submit" class="admin_submit" name="add" value="{--ADMIN_SURFBAR_ADD_URL--}" />
19         </div>
20 </div>
21 </form>