From bd6b8796a1e12c06b98a9bd0a746d5b6896ca85c Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 2 Dec 2014 17:28:56 +0000 Subject: bitbake: toaster: tweaking the import layers form This commit makes the following changes to the import layers form: * In the explanatory text at the top of the page, show only the release description (to match the information shown in all other pages) * Make sure the spacing between form fields and labels is consistent across the form * Change the 'Branch, tag or commit' label to 'Revision' and add some help text to the label * Change the help text and the input type in the layer description * Change the help text next to the form actions to match the new field ordering in the form (Bitbake rev: 1fae3ef8f87a836758519c85afb2762768c29efc) Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/importlayer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html index 913f951c28..00fd694c12 100644 --- a/bitbake/lib/toaster/toastergui/templates/importlayer.html +++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html @@ -36,7 +36,7 @@ {% include "layers_dep_modal.html" %}
{% if project %} - The layer you are importing must be compatible with {{project.release.name}} ({{project.release.description}}), which is the release you are using in this project. + The layer you are importing must be compatible with {{project.release.description}}, which is the release you are using in this project. {% endif %}
Layer repository information @@ -60,7 +60,7 @@ -
-- cgit v1.2.3-54-g00ecf