Is there a reason part of the search form HTML resides in wikiutil?  
Wouldn't it make more sense to have this in the theme file within the  
searchform function?



 From wikiutil.py

     searchfield = (
         '<input class="formfields" type="text" name="inline_string"  
value="%%(value)s" size="15" maxlength="50">'
         '&nbsp;<input type="image" src="%(src)s" alt="%(alt)s">'
         ) % {
             'alt': icon[0],
             'src': icon[1],
         }
_______________________________________________
Sycamore-Dev mailing list
[EMAIL PROTECTED]
http://www.projectsycamore.org/
https://tools.cernio.com/mailman/listinfo/sycamore-dev

Reply via email to