summaryrefslogtreecommitdiffstats
path: root/src/schemes
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemes')
-rw-r--r--src/schemes/about/profiles.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/schemes/about/profiles.c b/src/schemes/about/profiles.c
index b7f3c87..5b8e374 100644
--- a/src/schemes/about/profiles.c
+++ b/src/schemes/about/profiles.c
@@ -221,6 +221,21 @@ generate_div(MqProfiles *profiles, gchar *id)
id == NULL),
mq_profile_icon_new(color),
mq_html_input_hidden(color_str, color),
+ mq_html_container("div", "color-picker",
+ mq_html_container("div", "picker-wrapper",
+ mq_html_container("div", "picker",
+ NULL),
+ mq_html_container("div", "picker-indicator",
+ NULL),
+ NULL),
+ mq_html_container("div", "slide-wrapper",
+ mq_html_container("div", "slide",
+ NULL),
+ mq_html_container("div", "slide-indicator",
+ NULL),
+ NULL),
+ mq_html_buttonbox(NULL, "OK", NULL, "Cancel"),
+ NULL),
mq_html_container("span", is_current ? "current" : NULL, name,
NULL),
mq_html_input_text(name_str, NULL, name),