aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
authorLibravatar Señor X 2019-03-31 04:51:31 -0300
committerLibravatar Señor X 2019-03-31 04:51:31 -0300
commit2535cc0e31382f4ecc16aa6a1988a80455356270 (patch)
treed836677edf472e42a3152869282aa41ea093a4d3 /cgi/templates
parent7a28fa5875bec5dcb6736fb58d95b939e85f0e5e (diff)
downloadweabot-2535cc0e31382f4ecc16aa6a1988a80455356270.tar.gz
weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.tar.xz
weabot-2535cc0e31382f4ecc16aa6a1988a80455356270.zip
Cambiando #themeSelector a que tome todo select
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/txt_board.en.html2
-rw-r--r--cgi/templates/txt_board.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/txt_board.en.html b/cgi/templates/txt_board.en.html
index b4f552b..a5a70dd 100644
--- a/cgi/templates/txt_board.en.html
+++ b/cgi/templates/txt_board.en.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="Search active posts" /><input type="submit" value="Search archives" formaction="/tools/search_kako.py" /></form>
</div>
<div class="innerbox links"><a href="/guia.html"><b>C&oacute;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>
</div>
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&oacute;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>