*** empty log message ***
authorfh <fh>
Tue, 4 Sep 2001 23:22:40 +0000 (23:22 +0000)
committerfh <fh>
Tue, 4 Sep 2001 23:22:40 +0000 (23:22 +0000)
templates-dist/de/linksimcs.template

index f13409c..39bb352 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}
+                       <option value="${entry.id}"> ${entry.title}
                </if>
                </list>
                </select>
+               </if>
     </td>
   </tr>
   <tr>