Skip to content

Commit

Permalink
adding indexes did not work properly with disabled Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Oct 18, 2001
1 parent 488a1fb commit 1c3afd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dtml/manageIndex.dtml
Expand Up @@ -72,9 +72,9 @@ function toggleSelect() {
<td align="left" valign="top">&nbsp;</td>
<td align="right" valign="top">
<div class="form-element">
<form action="addIndexForm" method="get">
<form action="&dtml-absolute_url;" method="get">
<dtml-if "_.len(filtered_meta_types) > 1">
<select class="form-element" name="index_type"
<select class="form-element" name=":action"
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>
Expand Down

0 comments on commit 1c3afd5

Please sign in to comment.