no message
authorfh <fh>
Sun, 2 Sep 2001 15:18:24 +0000 (15:18 +0000)
committerfh <fh>
Sun, 2 Sep 2001 15:18:24 +0000 (15:18 +0000)
templates-dist/de/linksimcs.template

index 5814047..9dd7eb6 100755 (executable)
@@ -27,9 +27,9 @@ indymedia.de | LinksImcs
     <td>
        <select name="parent_id" size="1">
                <option value="0" selected> Neuen Parent anlegen
-               <list contentlist as parent>
-               <if ${parent_id} == 0>
-               <option value="${id}"> ${title} 
+               <list contentlist as p>
+               <if ${p.parent_id} == 0>
+               <option value="${p.id}"> ${p.title} 
                </if>
                </list>
                </select>