diff options
Diffstat (limited to 'cgi/templates/txt_board.en.html')
-rw-r--r-- | cgi/templates/txt_board.en.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/txt_board.en.html b/cgi/templates/txt_board.en.html index 567ef8e..f34dc27 100644 --- a/cgi/templates/txt_board.en.html +++ b/cgi/templates/txt_board.en.html @@ -13,7 +13,7 @@ <?py #endif ?> <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" id="bailinks"><b>¿Eres nuevo?</b> <a href="/guia.html" target="_blank"><b>Cómo postear</b></a> | <a href="/faq.html" target="_blank"><b>Preguntas frecuentes</b></a> | <a href="/bai/" target="_blank"><b>Contacto</b></a></div> + <div class="innerbox" id="bailinks"><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> | <a href="/userconf.html"><b>Configurar</b></a></div> </div> <?py if postarea_extra: ?> <div class="outerbox"><div class="innerbox">#{postarea_extra}</div></div> @@ -91,7 +91,7 @@ <div class="formpad"> <div id="preview#{thread['id']}" class="msg" style="display:none"></div> <textarea name="message" cols="70" rows="6"></textarea> - <?py if allow_image_replies: ?><br /><input type="file" name="file" /><?py #endif ?> + <?py if allow_image_replies: ?><input type="file" name="file" /><?py #endif ?> <?py else: ?> <form class="postform"><div class="locked"><b>Thread has been closed. You cannot reply anymore.</b></div><div class="formpad"> <?py #endif ?> |