From 8a727b8f0bfb48f0c47dd860c486e9fdaf7ebf41 Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Mon, 30 Sep 2013 11:18:55 -0400 Subject: [PATCH] tweak presentation of lists. --- js/CXGN/List.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/CXGN/List.js b/js/CXGN/List.js index fd19ecc49..4f95a4ce0 100644 --- a/js/CXGN/List.js +++ b/js/CXGN/List.js @@ -293,9 +293,9 @@ CXGN.List.prototype = { var list_type = list_data.type_name; var list_name = this.listNameById(list_id); - var html = 'List name '+list_name+' type '+this.typesHtmlSelect('type_select')+'
'; + var html = 'List name '+list_name+'
Type '+this.typesHtmlSelect('type_select')+'
'; - html += '
'; + html += 'New elements:

'; html += 'List elements:
'; -- 2.11.4.GIT