fixed a bug: synchronization now really optional
[mir.git] / templates / admin / fileedit.template
index fa8f730..e0775ae 100755 (executable)
@@ -1,6 +1,6 @@
 <html>
 <head>
-       <title>${config["Mir.Name"]} | ${lang("fileedit")}</title>
+       <title>${config["Mir.Name"]} | ${lang("fileedit.htmltitle")}</title>
   <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
@@ -9,7 +9,7 @@
 <include "templates/admin/head.template">
 
 <br>
-<b>${lang("fileedit")} :</b> ${data.filename}
+<b>${lang("fileedit.filename")} :</b> ${data.filename}
 
 <br>
 
@@ -20,7 +20,7 @@
         <input type="hidden" name="do" value="update">
 
 
-        <textarea cols="80" rows="40" name="text" wrap=virtual>${data.text}</textarea>
+        <textarea cols="120" rows="40" name="text" wrap=virtual>${data.text}</textarea>
 
 <br>