some updates/fixes
authorzapata <zapata>
Wed, 20 Nov 2002 17:48:12 +0000 (17:48 +0000)
committerzapata <zapata>
Wed, 20 Nov 2002 17:48:12 +0000 (17:48 +0000)
templates/admin/fileedit.template
templates/admin/fileeditlist.template
templates/admin/start_admin.template

index c78931c..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>
 
index 2867b10..3ea5a3b 100755 (executable)
@@ -1,6 +1,6 @@
 <html>
 <head>
-       <title>${config["Mir.Name"]} | ${lang("fileedit")}</title>
+       <title>${config["Mir.Name"]} | ${lang("fileeditlist.htmltitle")}</title>
         <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
 </head>
 
@@ -14,7 +14,7 @@
 
   <tr class="dark">
 
-    <td><span class="witesmall"><b>${lang("language.file")}</b></span></td>
+    <td><span class="witesmall"><b>${lang("fileeditlist.filename")}</b></span></td>
        <td>&nbsp;</td>
   </tr>
 
index f73d34d..3d1baf0 100755 (executable)
                        <span class="spezialtext">
                        <b>${lang("start.breaking.title")}</b></span>
                <p>
-                       <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
-                       <a href="${config.actionRoot}?module=Breaking&do=list">${lang("edit")}</a>
-               <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
-                       <a href="${config.actionRoot}?module=Breaking&do=add">${lang("start.breaking.new")}</a>
+      <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
+                         <a href="${config.actionRoot}?module=Breaking&do=list">${lang("edit")}</a>
+      <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
+                         <a href="${config.actionRoot}?module=Breaking&do=add">${lang("start.breaking.new")}</a>
 
                        <table width="100%" border="0">
                <tr><td bgcolor="white">&nbsp;</td></tr>
@@ -48,7 +48,7 @@
            <p>
                        <b>${lang("start.show")}:</b><br>
       <list data.articletypes as a>
-                       <img src="${config.docRoot}/img/pointgris.gif" border=0>
+                       <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
                        <a href="${config.actionRoot}?module=Content&do=list&where=is_published%3d'1'%20and%20to_article_type%3D${a.id}&order=webdb_create%20desc">${a.name}</a><br>
       </list>
 
                         <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
                         <a href="${config.actionRoot}?module=Hidden&do=list">${lang("start.content.hidden")}</a><br><br>
 
-                       <b>here to edit all the include files:</b>
-                       <br>
-                       <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;
-                       <a href="${config.actionRoot}?module=FileEdit&do=list">${lang("edit")} ${lang("file")}</a>
+      <span class="spezialtext"><b>
+        ${lang("start.editfiles.title")}
+      </b></span>
+      <br />
+
+                       <img src="${config.docRoot}/img/pointgris.gif" border=0>&nbsp;<a href="${config.actionRoot}?module=FileEdit&do=list">${lang("start.editfiles.include")}</a>
 
                        <br><br>