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