diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/importlayer.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html index f956dbcaa9..af8f4f985a 100644 --- a/bitbake/lib/toaster/toastergui/templates/importlayer.html +++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html | |||
@@ -39,7 +39,7 @@ | |||
39 | <legend>Layer repository information</legend> | 39 | <legend>Layer repository information</legend> |
40 | <div class="alert alert-error" id="import-error" style="display:none"> | 40 | <div class="alert alert-error" id="import-error" style="display:none"> |
41 | <button type="button" class="close" data-dismiss="alert">×</button> | 41 | <button type="button" class="close" data-dismiss="alert">×</button> |
42 | <h3></h3> | 42 | <h3> </h3> |
43 | <p></p> | 43 | <p></p> |
44 | <ul></ul> | 44 | <ul></ul> |
45 | </div> | 45 | </div> |
@@ -56,7 +56,7 @@ | |||
56 | </div> | 56 | </div> |
57 | 57 | ||
58 | </div> | 58 | </div> |
59 | <span id="duplicate-layer-info" style="display:none"> | 59 | <div id="duplicate-layer-info" style="display:none"> |
60 | <div class="alert warning"> | 60 | <div class="alert warning"> |
61 | <h3>A layer called <a href="" class="dup-layer-link"><span class="dup-layer-name"></span></a> already exists</h3> | 61 | <h3>A layer called <a href="" class="dup-layer-link"><span class="dup-layer-name"></span></a> already exists</h3> |
62 | <p>Layer names must be unqiue. Please use a different layer name.</p> | 62 | <p>Layer names must be unqiue. Please use a different layer name.</p> |
@@ -79,9 +79,9 @@ | |||
79 | 79 | ||
80 | <p><a href="" class="dup-layer-link">View the <span class="dup-layer-name"></span> layer information</a></p> | 80 | <p><a href="" class="dup-layer-link">View the <span class="dup-layer-name"></span> layer information</a></p> |
81 | 81 | ||
82 | </span> | 82 | </div> |
83 | 83 | ||
84 | <span class="fields-apart-from-layer-name"> | 84 | <div class="fields-apart-from-layer-name"> |
85 | <label for="layer-git-repo-url" class="project-form"> | 85 | <label for="layer-git-repo-url" class="project-form"> |
86 | Git repository URL | 86 | Git repository URL |
87 | <span class="icon-question-sign get-help" title="Fetch/clone URL of the repository. Currently, Toaster only supports Git repositories." ></span> | 87 | <span class="icon-question-sign get-help" title="Fetch/clone URL of the repository. Currently, Toaster only supports Git repositories." ></span> |
@@ -104,11 +104,11 @@ | |||
104 | <span class="help-inline" style="diaply:none;" id="invalid-layer-revision-hint"></span> | 104 | <span class="help-inline" style="diaply:none;" id="invalid-layer-revision-hint"></span> |
105 | </div> | 105 | </div> |
106 | </div> | 106 | </div> |
107 | </span> | 107 | </div> |
108 | 108 | ||
109 | </fieldset> | 109 | </fieldset> |
110 | 110 | ||
111 | <span class="fields-apart-from-layer-name"> | 111 | <div class="fields-apart-from-layer-name"> |
112 | <fieldset class="air"> | 112 | <fieldset class="air"> |
113 | <legend> | 113 | <legend> |
114 | Layer dependencies | 114 | Layer dependencies |
@@ -119,7 +119,7 @@ | |||
119 | </ul> | 119 | </ul> |
120 | <div class="input-append"> | 120 | <div class="input-append"> |
121 | <input type="text" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" placeholder="Type a layer name" id="layer-dependency" class="input-xlarge"> | 121 | <input type="text" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" placeholder="Type a layer name" id="layer-dependency" class="input-xlarge"> |
122 | <a class="btn" type="button" id="add-layer-dependency-btn" disabled> | 122 | <a class="btn" id="add-layer-dependency-btn"> |
123 | Add layer | 123 | Add layer |
124 | </a> | 124 | </a> |
125 | </div> | 125 | </div> |
@@ -129,7 +129,7 @@ | |||
129 | <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> | 129 | <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> |
130 | <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> | 130 | <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> |
131 | </div> | 131 | </div> |
132 | </span> | 132 | </div> |
133 | </form> | 133 | </form> |
134 | 134 | ||
135 | {% endblock %} | 135 | {% endblock %} |