Teach log search about --grep, --author and --committer

This makes the log searching more explicit, using a dropdown box to specify
the commit field to match against.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Lars Hjemli
2007-10-28 15:23:00 +01:00
父节点 6ec5f36f27
当前提交 68ca032dbe
共有 7 个文件被更改,包括 40 次插入10 次删除

查看文件

@@ -144,15 +144,32 @@ td#search form {
padding: 0px;
}
td#search input {
td#search select {
font-size: 9pt;
padding: 0px;
width: 10em;
border: solid 1px #333;
color: #333;
background-color: #fff;
}
td#search input {
font-size: 9pt;
padding: 0px;
}
td#search input.txt {
width: 8em;
border: solid 1px #333;
color: #333;
background-color: #fff;
}
td#search input.btn {
border: solid 1px #333;
color: #333;
background-color: #ccc;
}
div#summary {
vertical-align: top;
margin-bottom: 1em;