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

index 68024be..8fec69d 100755 (executable)
@@ -28,8 +28,10 @@ indymedia.de | LinksImcs
        <select name="parent_id" size="1">
                <option value="0" selected> Neuen Parent anlegen
                <list contentlist as p>
-               <if !(true)>
-               <option value="${p.id}1"> ${p.title} 1
+               <if true>
+               <option value="${p.id}"> ${p.title}
+               <else>
+               <option value="${p.id}1"> ${p.title}
                </if>
                </list>
                </select>