Commit 8a8543df authored by Chris McDonough's avatar Chris McDonough

Merging ZCatalog prettification fixes into trunk.

parent fb616f92
......@@ -28,7 +28,7 @@ that have one or more keywords specified in a search query.</p>
<form action="<dtml-var URL1>">
<ul>
<dtml-in index_objects>
<dtml-in index_objects sort=id>
<li>
<input type="checkbox" name="names:list" value="<dtml-var id html_quote>">
<dtml-var id> (<i><dtml-var meta_type></i>)</li>
......
......@@ -26,7 +26,7 @@ tab). This way, the summary data may be shown in the search results.</p>
<form action="<dtml-var URL1>">
<ul>
<dtml-in schema>
<dtml-in schema sort=sequence-item>
<li>
<input type="checkbox" name="names:list" value="<dtml-var sequence-item html_quote>">
<dtml-var sequence-item></li>
......
......@@ -58,7 +58,7 @@
<h3>Index Status</h3>
<ul>
<dtml-in index_objects>
<dtml-in index_objects sort=id>
<li>
<dtml-var "_.len(_['sequence-item'])">
object are indexed in <b><dtml-var "_['sequence-item'].id"></b>
......
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