- topiclist now optionally with checkboxes on article edit form
[mir.git] / templates / admin / infomessage.template
1 <html>
2 <head>
3     <title>${config["Mir.Name"]} | ${lang("infomessage.htmltitle")}</title>
4     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
5 </head>
6 <body>
7 <include "head.template">
8 <table width="100%" border="0" align="center">
9         <tr>
10                 <td>
11                         <p>
12                           <b>${lang("infomessage."+message, argument1, argument2)}<b>
13                         <p>
14                 </td>
15         </tr>
16 </table>
17 <include "foot.template">
18 </body>
19 </html>