witten
/
luminotes
Archived
1
0
Fork 0

Adding a little down arrow to "search" button to indicate it's a pulldown.

This commit is contained in:
Dan Helfman 2007-09-05 02:34:48 +00:00
parent 259002efe0
commit c7d4643264
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class Search_form( Form ):
Form.__init__(
self,
Input( type = u"button", class_ = u"note_button", id = u"search_button", value = u"search", title = "search options" ),
Input( type = u"button", class_ = u"note_button", id = u"search_button", value = u"search ↓", title = "search options" ),
Input( type = u"text", name = u"search_text", id = u"search_text", size = 30, maxlength = 100 ),
id = u"search_form",
)