diff options
author | Choom | 2022-12-14 21:18:29 -0300 |
---|---|---|
committer | Choom | 2022-12-14 21:42:49 -0300 |
commit | 7a4f14b0992621bf6df944d086d65a6b4476f33d (patch) | |
tree | d1c60128fa53de5d83c57c725024fc9a34cdb7de /cgi/templates/manage | |
parent | dcd6e1d63a46ff957ce6eb519915b4a9e8fe625b (diff) | |
download | weabot-7a4f14b0992621bf6df944d086d65a6b4476f33d.tar.gz weabot-7a4f14b0992621bf6df944d086d65a6b4476f33d.tar.xz weabot-7a4f14b0992621bf6df944d086d65a6b4476f33d.zip |
Fix fortunas
Diffstat (limited to 'cgi/templates/manage')
-rw-r--r-- | cgi/templates/manage/quotes.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cgi/templates/manage/quotes.html b/cgi/templates/manage/quotes.html index d30a403..f45a095 100644 --- a/cgi/templates/manage/quotes.html +++ b/cgi/templates/manage/quotes.html @@ -1,11 +1,12 @@ <?py include('templates/base_top.html') ?> <?py include('templates/manage/menu.html') ?> <center> - <div class="replymode">Quotes</div> - <p>Ingresa un mensaje a mostrar por cada linea:</p> - <form method="post" action=""> - <textarea name="data" cols="80" rows="15" style="width:500px;height:250px;">${data}</textarea><br /> - <input type="submit" name="save" style="width:500px;" value="Guardar" /> + <div class="replymode">Fortunas</div> + <p>Ingresa un mensaje a mostrar por cada lĂnea:</p> + <form method="post" action="" style="max-width:500px;"> + <textarea name="data" cols="80" rows="15" style="width:100%;height:300px;">${data}</textarea> + <br /> + <input type="submit" name="save" style="width:100%;" value="Guardar" /> </form> </center> <hr /> |