Updated widget template
authorThierry Florac <thierry.florac@onf.fr>
Tue, 20 Mar 2018 13:41:47 +0100
changeset 51 19786bb59124
parent 50 fb2e4f8b7bf4
child 52 13b9124c1eea
Updated widget template
src/pyams_thesaurus/widget/templates/term-input.pt
src/pyams_thesaurus/widget/templates/terms-list-input.pt
src/pyams_thesaurus/widget/templates/terms-list-selector-input.pt
--- a/src/pyams_thesaurus/widget/templates/term-input.pt	Sun Mar 11 11:23:43 2018 +0100
+++ b/src/pyams_thesaurus/widget/templates/term-input.pt	Tue Mar 20 13:41:47 2018 +0100
@@ -1,6 +1,6 @@
 <label class="input bordered with-icon"
 	   tal:omit-tag="view/required" i18n:domain="pyams_thesaurus">
-	<i class="icon-append fa fa-trash-o hint opaque"
+	<i class="icon-append fa fa-trash-o text-primary hint opaque"
 		title="Clear selected value" i18n:attributes="title"
 		tal:omit-tag="view/required"
 		data-ams-hint-gravity="se"
--- a/src/pyams_thesaurus/widget/templates/terms-list-input.pt	Sun Mar 11 11:23:43 2018 +0100
+++ b/src/pyams_thesaurus/widget/templates/terms-list-input.pt	Tue Mar 20 13:41:47 2018 +0100
@@ -1,6 +1,6 @@
 <label class="input bordered with-icon"
 	   tal:omit-tag="view/required" i18n:domain="pyams_thesaurus">
-	<i class="icon-append fa fa-trash-o hint opaque"
+	<i class="icon-append fa fa-trash-o text-primary hint opaque"
 		title="Clear selected values" i18n:attributes="title"
 		tal:omit-tag="view/required"
 		data-ams-hint-gravity="se"
--- a/src/pyams_thesaurus/widget/templates/terms-list-selector-input.pt	Sun Mar 11 11:23:43 2018 +0100
+++ b/src/pyams_thesaurus/widget/templates/terms-list-selector-input.pt	Tue Mar 20 13:41:47 2018 +0100
@@ -1,11 +1,11 @@
 <label class="input bordered with-icons" i18n:domain="pyams_thesaurus">
-	<i class="icon-append fa fa-trash-o hint opaque"
+	<i class="icon-append fa fa-trash-o text-primary hint opaque"
 		title="Clear selected values" i18n:attributes="title"
 		tal:omit-tag="view/required"
 		data-ams-hint-gravity="se"
 		data-ams-click-handler="MyAMS.helpers.select2ClearSelection"
 		tal:attributes="data-ams-select2-target view/name"></i>
-	<i class="icon-append icon-append-2 fa fa-th-list hint opaque"
+	<i class="icon-append icon-append-2 fa fa-th-list text-primary hint opaque"
 		title="Show terms selector" i18n:attributes="title"
 		data-ams-url="MyAMS.helpers.select2ClearSelection"
 		data-toggle="modal"