Commit 7af1e311 authored by 's avatar

added table width

parent 8410e0ee
......@@ -69,7 +69,7 @@ function toggleSelect() {
<form action="&dtml-URL1;" name="objectItems" method="post">
<dtml-if objectItems>
<table cellspacing="0" cellpadding="2" border="0">
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr class="list-header">
<td width="5%" align="right" colspan="2"><div
class="list-item"><a href="<dtml-var
......@@ -106,7 +106,6 @@ function toggleSelect() {
><strong>Last Modified</strong><dtml-else>Last Modified</dtml-if></a></div>
</td>
</tr>
<dtml-in objectItems sort_expr="skey" reverse_expr="rkey">
<dtml-if sequence-odd>
<tr class="row-normal">
......
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