aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-07-31 15:09:03 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:24:06 +0100
commit66fa0dd988e01ec79e74be7a5697eaa3b4f017d8 (patch)
tree819fe36d4016bea89735810214235b3635cce9dc /lib/toaster/toastergui/templates/importlayer.html
parent456a4a6782d3098cc9abb39659a619fdcf52eb01 (diff)
downloadbitbake-66fa0dd988e01ec79e74be7a5697eaa3b4f017d8.tar.gz
toastergui: Implement new project navigation
Change the structure of the project page to include a navigation menu and top tab navigation. Remove old breadcrumb method. [YOCTO #7329] Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--lib/toaster/toastergui/templates/importlayer.html11
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/toaster/toastergui/templates/importlayer.html b/lib/toaster/toastergui/templates/importlayer.html
index 6a5d412d1..d6984bcc9 100644
--- a/lib/toaster/toastergui/templates/importlayer.html
+++ b/lib/toaster/toastergui/templates/importlayer.html
@@ -3,9 +3,6 @@
{% load humanize %}
{% load static %}
-{% block localbreadcrumb %}
-<li>Import layer</li>
-{% endblock %}
{% block projectinfomain %}
@@ -27,12 +24,10 @@
});
</script>
- <div class="page-header">
- <h1>Import layer</h1>
- </div>
+ <h2>Import layer</h2>
<form>
- <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>
+ <span class="help-block">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>
<fieldset class="air">
<legend>Layer repository information</legend>
<div class="alert alert-error" id="import-error" style="display:none">
@@ -123,7 +118,7 @@
</div>
<span class="help-inline">You can only add layers Toaster knows about</span>
</fieldset>
- <div class="form-actions" id="form-actions">
+ <div class="air" id="form-actions">
<button class="btn btn-primary btn-large" data-toggle="modal" id="import-and-add-btn" data-target="#dependencies-message" disabled>Import and add to project</button>
<span class="help-inline" id="import-and-add-hint" style="vertical-align: middle;">To import a layer you need to enter a layer name, a Git repository URL and a revision (branch, tag or commit)</span>
</div>