diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projecttopbar.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html index 007de06ffb..e878caba8b 100644 --- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html +++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html | |||
@@ -33,11 +33,12 @@ | |||
33 | {% endif %} | 33 | {% endif %} |
34 | </h1> | 34 | </h1> |
35 | <form id="project-name-change-form" style="margin-bottom: 0px; display: none;"> | 35 | <form id="project-name-change-form" style="margin-bottom: 0px; display: none;"> |
36 | <div class="input-append"> | 36 | <div class="input-append" id="validate-project-name"> |
37 | <input class="huge input-xxlarge" type="text" id="project-name-change-input" autocomplete="off" value="{{project.name}}"> | 37 | <input class="huge input-xxlarge" type="text" id="project-name-change-input" autocomplete="off" value="{{project.name}}"> |
38 | <button id="project-name-change-btn" class="btn btn-large" type="button">Save</button> | 38 | <button id="project-name-change-btn" class="btn btn-large" type="button">Save</button> |
39 | <a href="#" id="project-name-change-cancel" class="btn btn-large btn-link">Cancel</a> | 39 | <a href="#" id="project-name-change-cancel" class="btn btn-large btn-link">Cancel</a> |
40 | </div> | 40 | </div> |
41 | <p class="help-block error" style="display: none;margin-top: 10px;" id="hint-error-project-name">A project with this name exists. Project names must be unique.</p> | ||
41 | </form> | 42 | </form> |
42 | </div> | 43 | </div> |
43 | 44 | ||