From 1fae3ef8f87a836758519c85afb2762768c29efc Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 2 Dec 2014 17:28:56 +0000 Subject: 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 Signed-off-by: Belen Barros Pena Signed-off-by: Alexandru DAMIAN --- lib/toaster/toastergui/templates/importlayer.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/toaster/toastergui/templates/importlayer.html') diff --git a/lib/toaster/toastergui/templates/importlayer.html b/lib/toaster/toastergui/templates/importlayer.html index 913f951c2..00fd694c1 100644 --- a/lib/toaster/toastergui/templates/importlayer.html +++ b/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 1.2.3-korg