Message907
In customizing.txt the section
Searching on categories still includes code like:
<td><input type="checkbox" name=":columns" value="category"
checked></td>
<td><input type="radio" name=":sort" value="category"></td>
<td><input type="radio" name=":group" value="category"></td>
</tr>
With the recent changes in CVS, this should probably look more like:
<td metal:use-macro="search_input"></td>
<td metal:use-macro="column_input"></td>
<td metal:use-macro="sort_input"></td>
I am sure this is not all that needs changing. The that portion of the
doc will need reworking to explain the new code.
-- rouilj |
|
Date |
User |
Action |
Args |
2009-02-03 14:20:26 | admin | link | issue778587 messages |
2009-02-03 14:20:26 | admin | create | |
|