summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projecttopbar.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/projecttopbar.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
index d4d1951ae4..79f6d1e346 100644
--- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
+++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
@@ -5,7 +5,16 @@
5 5
6<!-- project name --> 6<!-- project name -->
7<div class="row-fluid page-header"> 7<div class="row-fluid page-header">
8 <h1>{{project.name}}</h1> 8 <h1><span id="project-name">{{project.name}}</span>
9 <i class="icon-pencil" data-original-title="" id="project-change-form-toggle" title=""></i>
10 </h1>
11 <form id="project-name-change-form" style="margin-bottom: 0px; display: none;">
12 <div class="input-append">
13 <input class="huge input-xxlarge" type="text" id="project-name-change-input" autocomplete="off" value="{{project.name}}">
14 <button id="project-name-change-btn" class="btn btn-large" type="button">Save</button>
15 <a href="#" id="project-name-change-cancel" class="btn btn-large btn-link">Cancel</a>
16 </div>
17 </form>
9</div> 18</div>
10 19
11<div class="row-fluid" id="project-topbar"> 20<div class="row-fluid" id="project-topbar">