quickhack of mh-configthing: the actionroot was /servlet/OpenMir if OpenMir was loade...
[mir.git] / templates-dist / de / linksimcs.template
index f13409c..30a3a6e 100755 (executable)
     <td align="right" bgcolor="#006600"><font face="Verdana, Arial, Helvetica, sans-serif" size="-1" color="#ffffff">
                <B>Kontinent:</B></font></td>
     <td>
+               <if contentlist>
        <select name="to_parent_id" size="1">
-               <option value="0" selected> Neuen Parent anlegen
-               <list contentlist as entry>
-               <if entry.to_parent_id=="0">
-                       <option value="${p.id}"> ${entry.title}
-               </if>
-               </list>
+                       <option value=""> Neuen Oberbegriff anlegen
+                       <list contentlist as entry>
+                       <option value="${entry.id}"> ${entry.title}
+                       </list>
                </select>
+               </if>
     </td>
   </tr>
   <tr>
     <td align="right" bgcolor="#006600"><font color="#ffffff"><B>URL:</B></font></td>
     <td>
-      <input type="text" size="20" name="filename" value="${url}">
+      <input type="text" size="40" name="url" value="${url}">
     </td>
   </tr>
   <tr>