diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-30 21:25:26 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-10-30 21:25:26 +0100 |
commit | 476b8902bb8cf9df910c6069383ccee740f93ab1 (patch) | |
tree | 599fe2ef64f4f3a1cb4058ace00346d017e9906a /themes/baggy/_pocheit-form.twig | |
parent | 6f0b92138f2456c9deb0b8fe76985abf19ef346f (diff) | |
parent | cd271fc485975e3089a85902f28e674065c5783d (diff) | |
download | wallabag-476b8902bb8cf9df910c6069383ccee740f93ab1.tar.gz wallabag-476b8902bb8cf9df910c6069383ccee740f93ab1.tar.zst wallabag-476b8902bb8cf9df910c6069383ccee740f93ab1.zip |
Merge pull request #905 from jsit/closebutton
Making the close button more visually consistent on the menu popup forms
Diffstat (limited to 'themes/baggy/_pocheit-form.twig')
-rwxr-xr-x | themes/baggy/_pocheit-form.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig index 57a928c0..409707f0 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -1,7 +1,7 @@ | |||
1 | <div id="bagit-form" class="messages info"> | 1 | <div id="bagit-form" class="messages info"> |
2 | <form method="get" action="index.php" target="_blank" id="bagit-form-form"> | 2 | <form method="get" action="index.php" target="_blank" id="bagit-form-form"> |
3 | <h2><a href="javascript: void(null);" id="bagit-form-close">X</a> | 3 | <h2>{% trans "Save a link" %}</h2> |
4 | {% trans "Save a link" %}</h2> | 4 | <a href="javascript: void(null);" id="bagit-form-close" class="popup-close">×</a> |
5 | <input type="hidden" name="autoclose" value="1" /> | 5 | <input type="hidden" name="autoclose" value="1" /> |
6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | 6 | <input required placeholder="example.com/article" class="addurl" id="plainurl" name="plainurl" type="url" /> |
7 | <span id="add-link-result"></span> | 7 | <span id="add-link-result"></span> |