My $.02:  all themable stuff (e.g., HTML) should be in themes.

On 5/18/07, Adam Dewitz <[EMAIL PROTECTED]> wrote:
> 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
>
_______________________________________________
Sycamore-Dev mailing list
[EMAIL PROTECTED]
http://www.projectsycamore.org/
https://tools.cernio.com/mailman/listinfo/sycamore-dev

Reply via email to