aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2014-12-02 17:28:56 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-12-12 11:40:47 +0000
commit1fae3ef8f87a836758519c85afb2762768c29efc (patch)
tree38bc4a5d8a7e5e1b02deadcb1585cee91e95e202 /lib/toaster/toastergui/templates/importlayer.html
parent017f5c746e894f9d87d927c848386459ea332378 (diff)
downloadbitbake-contrib-1fae3ef8f87a836758519c85afb2762768c29efc.tar.gz
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 <belen.barros.pena@linux.intel.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Diffstat (limited to 'lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--lib/toaster/toastergui/templates/importlayer.html8
1 files changed, 4 insertions, 4 deletions
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" %}
<form>
{% if project %}
- <span class="help-block" style="padding-left:19px;">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.</span>
+ <span class="help-block" style="padding-left:19px;">The layer you are importing must be compatible with <strong>{{project.release.description}}</strong>, which is the release you are using in this project.</span>
{% endif %}
<fieldset class="air">
<legend>Layer repository information</legend>
@@ -60,7 +60,7 @@
</div>
- <label>
+ <label for="layer-git-repo-url" class="project-form">
Git repository URL
<span class="icon-question-sign get-help" title="Fetch/clone URL of the repository. Currently, Toaster only supports Git repositories." />
</label>
@@ -85,9 +85,9 @@
<label class="project-form" for="layer-description">Layer description
<span class="muted">(optional)</span>
- <span class="icon-question-sign get-help" title="Short description for for the layer" />
+ <span class="icon-question-sign get-help" title="A short layer explanation" />
</label>
- <input id="layer-description" type="text" class="input-xxlarge" />
+ <textarea id="layer-description" class="input-xxlarge"></textarea>
</fieldset>
<fieldset class="air">