[Zope-Checkins] CVS: Zope2 - manageIndex.dtml:1.1.2.2
andreas@digicool.com
andreas@digicool.com
Wed, 9 May 2001 14:05:19 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog/dtml
In directory korak:/tmp/cvs-serv25908/dtml
Modified Files:
Tag: ajung-dropin-registry
manageIndex.dtml
Log Message:
savepoint
--- Updated File manageIndex.dtml in package Zope2 --
--- manageIndex.dtml 2001/05/09 14:20:00 1.1.2.1
+++ manageIndex.dtml 2001/05/09 18:05:17 1.1.2.2
@@ -37,13 +37,13 @@
<td align="left" valign="top"> </td>
<td align="right" valign="top">
<div class="form-element">
- <form action="&dtml-URL1;/" method="get">
+ <form action="addIndexForm" method="get">
<dtml-if "_.len(filtered_meta_types) > 1">
- <select class="form-element" name=":action"
- onChange="location.href='&dtml-URL1;/'+this.options[this.selectedIndex].value">
+ <select class="form-element" name="index_type"
+ onChange="location.href='&dtml-URL1;/addIndexForm?index_type='+this.options[this.selectedIndex].value">
<option value="manage_workspace" disabled>Select type to add...</option>
<dtml-in filtered_meta_types mapping sort=name>
- <option value="&dtml.url_quote-action;">&dtml-name;</option>
+ <option value="&dtml-name;">&dtml-name;</option>
</dtml-in>
</select>
<input class="form-element" type="submit" name="submit" value=" Add " />
@@ -88,6 +88,15 @@
onMouseOut="window.status=''; return true"><dtml-if
"skey == 'meta_type' or rkey == 'meta_type'"
><strong>Index type</strong><dtml-else>Index type</dtml-if></a></div>
+ </td>
+ <td width="29%" align="left"><div class="list-item"><a
+ href="./manage_main?skey=meta_type<dtml-if
+ "rkey == ''">&rkey=meta_type</dtml-if
+ >"
+ onMouseOver="window.status='Sort objects by index type'; return true"
+ onMouseOut="window.status=''; return true"><dtml-if
+ "skey == 'meta_type' or rkey == 'meta_type'"
+ ><strong>Size</strong><dtml-else>Size</dtml-if></a></div>
</td>
<td width="29%" align="left"><div class="list-item"><a
href="./manage_main?skey=bobobase_modification_time<dtml-if