put in subcategories as well as categories
authormtopper <mtopper>
Wed, 3 Aug 2005 23:18:28 +0000 (23:18 +0000)
committermtopper <mtopper>
Wed, 3 Aug 2005 23:18:28 +0000 (23:18 +0000)
etc/open/editarticle.template

index 5bd19d7..f341303 100755 (executable)
@@ -291,11 +291,35 @@ ${lang("posting.topic.info")}
 </p>
 <select name="to_topic" size="10" multiple>
 <list topics as t>
+<if t.arhiv_url = "Category">
 <option value="${t.id}" <list to_topic as to><if (t.id == to)>selected</if></list>>${t.title}</option>
+</if>
 </list>
 </select>
 <small>(${lang("optional")})</small>
 
+<!-- SubTOPIC -->
+<h4>
+${lang("posting.topic")}
+</h4>
+<p>
+${lang("posting.topic.info")}
+</p>
+<select name="to_topic" size="10" multiple>
+<list topics as t>
+<if t.arhiv_url = "Subcategory">
+<option value="${t.id}" <list to_topic as to><if (t.id == to)>selected</if></list>>${t.title}</option>
+</if>
+</list>
+</select>
+<small>(${lang("optional")})</small>
+
+
+
+
+
+
+
 <!-- AUTOR -->
 <h4>
 ${lang("posting.author")}