diff options
author | Señor X | 2019-03-31 04:51:31 -0300 |
---|---|---|
committer | Señor X | 2019-03-31 04:51:31 -0300 |
commit | 2535cc0e31382f4ecc16aa6a1988a80455356270 (patch) | |
tree | d836677edf472e42a3152869282aa41ea093a4d3 /cgi/templates/txt_board.html | |
parent | 7a28fa5875bec5dcb6736fb58d95b939e85f0e5e (diff) | |
download | weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.tar.gz weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.tar.xz weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.zip |
Cambiando #themeSelector a que tome todo select
Diffstat (limited to 'cgi/templates/txt_board.html')
-rw-r--r-- | cgi/templates/txt_board.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html index ecb13ab..d3bc72e 100644 --- a/cgi/templates/txt_board.html +++ b/cgi/templates/txt_board.html @@ -14,7 +14,7 @@ <form method="get" action="/tools/search.py" id="search"><input type="text" name="q" value="" /><input type="hidden" name="board" value="#{board}" /><input type="submit" value="Buscar en mensajes activos" /><input type="submit" value="Buscar en archivo" formaction="/tools/search_kako.py" /></form> </div> <div class="innerbox links"><b>¿Eres nuevo?</b> <a href="/guia.html"><b>Cómo postear</b></a> | <a href="/faq.html"><b>Preguntas frecuentes</b></a> | <a href="/bai/"><b>Contacto</b></a> - <?py if not force_css: ?>| <b>Estilo: </b><select id="themeSelector"> + <?py if not force_css: ?>| <b>Estilo: </b><select id="styles"> <?py for title in txt_styles: ?><option value="#{title}">#{title}</option><?py #endfor ?></select> <?py #endif ?> </div> |