no message
authorfh <fh>
Tue, 4 Sep 2001 18:46:11 +0000 (18:46 +0000)
committerfh <fh>
Tue, 4 Sep 2001 18:46:11 +0000 (18:46 +0000)
templates-dist/de/linksimcs.template

index 4f28402..89e25a1 100755 (executable)
     <td>
        <select name="parent_id" size="1">
                <option value="0" selected> Neuen Parent anlegen
-               <list contentlist as entry>
-               <if true>
-               <option value="${p.id}"> ${entry.title} 1
-               <else>
-               <option value="${p.id}"> ${entry.title} 2
-               
+               <list linksimcslist as entry>
+               <if entry.parent_id=="0">
+                       <option value="${p.id}"> ${entry.title}
                </if>
                </list>
                </select>