Roundup Tracker - Issues

Message907

Author rouilj
Recipients
Date 2003-07-27.19:56:34
Message-id
In-reply-to
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
History
Date User Action Args
2009-02-03 14:20:26adminlinkissue778587 messages
2009-02-03 14:20:26admincreate