Commit 7a0266b3 authored by 's avatar

- don't show meta_types that don't have an action

parent 26632704
......@@ -40,7 +40,9 @@ function toggleSelect() {
onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value">
<option value="manage_workspace" disabled>Select type to add...</option>
<dtml-in filtered_meta_types mapping sort=name>
<dtml-if action>
<option value="&dtml.html_quote-action;">&dtml-name;</option>
</dtml-if>
</dtml-in>
</select>
<input class="form-element" type="submit" name="submit" value=" Add " />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment