diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-10 19:23:54 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-10 19:23:54 +0200 |
| commit | 67350e7accfb0b8b0dd3b9b53bdc80b0fdbe2fd1 (patch) | |
| tree | fa4dd7b0fd9ca2d416bd5f984ae5711fb1d6ee01 /budget/templates/layout.html | |
| parent | 822058b251814b3ee209d77b487aec46aaa7d288 (diff) | |
| download | ihatemoney-mirror-67350e7accfb0b8b0dd3b9b53bdc80b0fdbe2fd1.zip ihatemoney-mirror-67350e7accfb0b8b0dd3b9b53bdc80b0fdbe2fd1.tar.gz ihatemoney-mirror-67350e7accfb0b8b0dd3b9b53bdc80b0fdbe2fd1.tar.bz2 | |
Add some simple javascript for usability.
* Ask confirmation before deleting an user
* Display the form when clicking on the add bill button
* Only show the delete button (for users) on mouse over.
Diffstat (limited to 'budget/templates/layout.html')
| -rw-r--r-- | budget/templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/budget/templates/layout.html b/budget/templates/layout.html index 19af8ca..9036de3 100644 --- a/budget/templates/layout.html +++ b/budget/templates/layout.html @@ -4,6 +4,8 @@ <head> <title>Account manager</title> <link rel=stylesheet type=text/css href="{{ url_for('static', filename='main.css') }}"> +<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> +<script type="text/javascript" charset="utf-8">{% block js %}{% endblock %}</script> </head> <body> |
