Commit 42e2141e authored by 's avatar

Merged fix for bug #2020

parent 2aea6600
...@@ -41,7 +41,7 @@ function toggleSelect() { ...@@ -41,7 +41,7 @@ function toggleSelect() {
<dtml-if "_.len(filtered_meta_types) > 1"> <dtml-if "_.len(filtered_meta_types) > 1">
<select class="form-element" name=":action" <select class="form-element" name=":action"
onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value" /> onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value" />
<option value="manage_workspace" disabled />Select type to add... <option value="manage_workspace" disabled>Select type to add...</option>
<dtml-in filtered_meta_types mapping sort=name> <dtml-in filtered_meta_types mapping sort=name>
<option value="&dtml.url_quote-action;">&dtml-name;</option> <option value="&dtml.url_quote-action;">&dtml-name;</option>
</dtml-in> </dtml-in>
......
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