diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/importlayer.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html index 6a5d412d13..d6984bcc9f 100644 --- a/bitbake/lib/toaster/toastergui/templates/importlayer.html +++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html | |||
@@ -3,9 +3,6 @@ | |||
3 | {% load humanize %} | 3 | {% load humanize %} |
4 | {% load static %} | 4 | {% load static %} |
5 | 5 | ||
6 | {% block localbreadcrumb %} | ||
7 | <li>Import layer</li> | ||
8 | {% endblock %} | ||
9 | 6 | ||
10 | {% block projectinfomain %} | 7 | {% block projectinfomain %} |
11 | 8 | ||
@@ -27,12 +24,10 @@ | |||
27 | }); | 24 | }); |
28 | </script> | 25 | </script> |
29 | 26 | ||
30 | <div class="page-header"> | 27 | <h2>Import layer</h2> |
31 | <h1>Import layer</h1> | ||
32 | </div> | ||
33 | 28 | ||
34 | <form> | 29 | <form> |
35 | <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> | 30 | <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> |
36 | <fieldset class="air"> | 31 | <fieldset class="air"> |
37 | <legend>Layer repository information</legend> | 32 | <legend>Layer repository information</legend> |
38 | <div class="alert alert-error" id="import-error" style="display:none"> | 33 | <div class="alert alert-error" id="import-error" style="display:none"> |
@@ -123,7 +118,7 @@ | |||
123 | </div> | 118 | </div> |
124 | <span class="help-inline">You can only add layers Toaster knows about</span> | 119 | <span class="help-inline">You can only add layers Toaster knows about</span> |
125 | </fieldset> | 120 | </fieldset> |
126 | <div class="form-actions" id="form-actions"> | 121 | <div class="air" id="form-actions"> |
127 | <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> | 122 | <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> |
128 | <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> | 123 | <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> |
129 | </div> | 124 | </div> |