summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/newproject.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/newproject.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/newproject.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html
index dcb6590642..ed3a279052 100644
--- a/bitbake/lib/toaster/toastergui/templates/newproject.html
+++ b/bitbake/lib/toaster/toastergui/templates/newproject.html
@@ -43,7 +43,7 @@
43 </fieldset> 43 </fieldset>
44 44
45 <div class="form-actions"> 45 <div class="form-actions">
46 <input type="submit" class="btn btn-primary btn-large" value="Create project"></input> 46 <input type="submit" class="btn btn-primary btn-large" value="Create project"/>
47 <span class="help-inline" style="vertical-align:middle;">To create a project, you need to enter a project name</span> 47 <span class="help-inline" style="vertical-align:middle;">To create a project, you need to enter a project name</span>
48 </div> 48 </div>
49 </form> 49 </form>
@@ -64,7 +64,8 @@
64 </div> 64 </div>
65 {% endif %} 65 {% endif %}
66 66
67 </div> 67</div>
68
68 <script type="text/javascript"> 69 <script type="text/javascript">
69 $(document).ready(function () { 70 $(document).ready(function () {
70 // hide the new project button 71 // hide the new project button
@@ -95,5 +96,5 @@
95 }); 96 });
96 }) 97 })
97 </script> 98 </script>
98</div> 99
99{% endblock %} 100{% endblock %}