Issue 778587
Created on 2003-07-27 19:56 by rouilj, last changed 2003-08-12 14:02 by jlgijsbers.
msg907 |
Author: [hidden] (rouilj) |
Date: 2003-07-27 19:56 |
|
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
|
msg908 |
Author: [hidden] (jlgijsbers) |
Date: 2003-08-10 18:30 |
|
Logged In: YES
user_id=469548
I fixed this using my old patch from before I had CVS access.
|
msg909 |
Author: [hidden] (richard) |
Date: 2003-08-11 22:50 |
|
Logged In: YES
user_id=6405
Does anything need adding to the upgrading.txt to mention the new
search page structure?
|
msg910 |
Author: [hidden] (jlgijsbers) |
Date: 2003-08-12 14:02 |
|
Logged In: YES
user_id=469548
You're right, I added a little piece referring to the
section in customizing.txt.
|
|
Date |
User |
Action |
Args |
2003-07-27 19:56:34 | rouilj | create | |
|