spurious > removed
[mir.git] / templates / admin / filtergroup.template
1 <html>
2 <head>
3   <title>${lang("abuse.filtergroup.htmltitle")}</title>
4   <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css"
5 </head>
6
7 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
8
9 <include "FUNCTIONS.template">
10 <include "EDITFUNCTIONS.template">
11
12 <include "head.template">
13
14 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
15
16   <call EditStart( 
17         ["module", "id", "do"], 
18         ["Abuse", id, "updatefiltergroup"])>
19
20         <call EditTextNormal (lang("filtergroup.name"), 40, 255, "name", name)>
21         
22         <tr>
23           <td class="table-foot" colspan="2" align="right"> 
24           <if id>
25             <input type="submit" class="majorbutton" name="save" value="${lang("save")}">
26           <else>
27             <input type="submit" class="majorbutton" name="save" value="${lang("insert")}">
28           </if> 
29           </td>
30         </tr>
31         
32   <call EditEnd()>
33   <p><a class="link-box" href="${config.actionRoot}?module=Abuse&do=showfiltergroups">[&lt;] ${lang("back")} </a> &nbsp;</p>
34     <include "foot.template">
35   </body>
36 </html>