diff options
| author | Frédéric Sureau <frederic.sureau@gmail.com> | 2012-02-15 16:09:23 +0100 |
|---|---|---|
| committer | Frédéric Sureau <frederic.sureau@gmail.com> | 2012-02-15 16:09:23 +0100 |
| commit | 71cb07a92b65579f45152ca09c0597e90fd7b484 (patch) | |
| tree | 7bf4bb1cd190bc08476f008f6f00d4d3d1aa52f0 /budget/templates/home.html | |
| parent | caf9b6fcc24d97586a50b21022fbf673435fe939 (diff) | |
| parent | c981002796584956e853062d23a208440837ae5a (diff) | |
| download | ihatemoney-mirror-71cb07a92b65579f45152ca09c0597e90fd7b484.zip ihatemoney-mirror-71cb07a92b65579f45152ca09c0597e90fd7b484.tar.gz ihatemoney-mirror-71cb07a92b65579f45152ca09c0597e90fd7b484.tar.bz2 | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'budget/templates/home.html')
| -rw-r--r-- | budget/templates/home.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/budget/templates/home.html b/budget/templates/home.html index 013cde7..d21d0ec 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -39,4 +39,25 @@ </div> </div> </div> +<script> + $(document).ready(function(){ + $('form.create #password').qtip({ + content: '{{ _("This access code will be sent to your friends. It is stored as-is by the server, so don\\'t reuse a personal password here!") }}', + show: { + event: 'focus' + }, + hide: { + event: 'focusout' + }, + position: { + my: "bottom center", + at: "top center", + adjust: { + method: 'shift' + } + + } + }); + }); +</script> {% endblock %} |
