From 8a3dcc53f7e9242bc0e7171ca0769af47dd9ed28 Mon Sep 17 00:00:00 2001 From: Elmar Kouwenhoven Date: Wed, 9 May 2012 16:51:33 +0200 Subject: [PATCH] fixed the meta refresh, made some nice ajax loaders while getting artist information, Also fixed clicking on 'refresh artist' after the ajaxcall was success the table with albums will be refreshed. --- data/interfaces/default/artist.html | 18 +++++++++++++++--- data/interfaces/default/js/script.js | 21 ++++++++++++++++++++- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/data/interfaces/default/artist.html b/data/interfaces/default/artist.html index 4b418732..2232df6e 100644 --- a/data/interfaces/default/artist.html +++ b/data/interfaces/default/artist.html @@ -7,7 +7,7 @@ <%def name="headerIncludes()">
- Refresh Artist + Refresh Artist Delete Artist %if artist['Status'] == 'Paused': Resume Artist @@ -29,7 +29,12 @@
${artist['ArtistName']}
-

${artist['ArtistName']}

+

+ %if artist['Status'] == 'Loading': + loading + %endif + ${artist['ArtistName']} +

%if artist['Status'] == 'Loading':

(Album information for this artist is currently being loaded)

@@ -134,7 +139,6 @@ <%def name="headIncludes()"> -