diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-22 18:12:03 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-07-22 18:12:03 +0200 |
commit | 3e87066506bbbc5e0819c4f8bc7ec5b763b76303 (patch) | |
tree | 89fa1a38ea84d2b45766b9b25107087fad3a6d9c /themes/baggy/_pocheit-form.twig | |
parent | 955fc6743871016787e8425425b63cd0f40acaa9 (diff) | |
download | wallabag-3e87066506bbbc5e0819c4f8bc7ec5b763b76303.tar.gz wallabag-3e87066506bbbc5e0819c4f8bc7ec5b763b76303.tar.zst wallabag-3e87066506bbbc5e0819c4f8bc7ec5b763b76303.zip |
fix display of 'Done' message when we add a link from 'save a link' item
Diffstat (limited to 'themes/baggy/_pocheit-form.twig')
-rwxr-xr-x | themes/baggy/_pocheit-form.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_pocheit-form.twig b/themes/baggy/_pocheit-form.twig index 505ec368..57a928c0 100755 --- a/themes/baggy/_pocheit-form.twig +++ b/themes/baggy/_pocheit-form.twig | |||
@@ -4,7 +4,7 @@ | |||
4 | {% trans "Save a link" %}</h2> | 4 | {% trans "Save a link" %}</h2> |
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 | <input type="submit" value="{% trans "save link!" %}" /> | 8 | <input type="submit" value="{% trans "save link!" %}" /> |
8 | <div id="add-link-result"></div> | ||
9 | </form> | 9 | </form> |
10 | </div> | 10 | </div> |