Added css style for each cluster type. Unified cluster handling in UI

This commit is contained in:
emeric
2018-05-06 17:50:18 +02:00
parent 57e745b460
commit 142ef53b6f
8 changed files with 28 additions and 23 deletions
+1
View File
@@ -60,6 +60,7 @@ class LmsApplication : public Wt::WApplication
static std::unique_ptr<Wt::WAnchor> createArtistAnchor(Database::Artist::pointer artist, bool addText = true);
static std::unique_ptr<Wt::WAnchor> createReleaseAnchor(Database::Release::pointer release, bool addText = true);
static std::unique_ptr<Wt::WTemplate> createCluster(Database::Cluster::pointer cluster, bool canDelete= false);
private: