Commit 7e523ca323c446e99835319fbec749244f4d6b01
1 parent
0f432db6
commit
Showing
2 changed files
with
35 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
... | ... | @@ -481,7 +481,7 @@ function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location, M |
481 | 481 | traverseTreeSelectedSingleObj($rootScope.stru, nodeid); |
482 | 482 | $scope.selectedNodeSingleObj._label = newSectionText; |
483 | 483 | $scope.selectedNodeSingleObj = ""; |
484 | - //traverseTreeSelectedSingleObj($rootScope.Auther, nodeid); | |
484 | + traverseTreeSelectedSingleObj($rootScope.Auther, nodeid); | |
485 | 485 | setTimeout(function () { |
486 | 486 | $scope.selectedNodeSingleObj.summary = newSummary; |
487 | 487 | $scope.selectedNodeSingleObj.author = newAuthorName; | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/curriculum-builder-detail.html
... | ... | @@ -263,6 +263,40 @@ |
263 | 263 | </div> |
264 | 264 | |
265 | 265 | </div> |
266 | + | |
267 | + <div class="cbModelRename" id="cbModelUserPassWord" style="z-index: 1000000000; background: white;width: 302px;position:absolute;left:30%;right:0;top:70px;"> | |
268 | + <div class="modal-content"> | |
269 | + <div class="modal-header annotation-modal-header ui-draggable-handle" style="background: #818D43;"> | |
270 | + <h4 class="modal-title">Password</h4> | |
271 | + </div> | |
272 | + <div class="modal-body"> | |
273 | + <div class="row"> | |
274 | + <div class="col-sm-12"> | |
275 | + <div class="form-horizontal"> | |
276 | + <div class="form-group marginTop10"> | |
277 | + <label for="hyperlink" class="col-sm-3 control-label">Password</label> | |
278 | + <div class="col-sm-9"> | |
279 | + <input type="password" class="form-control" id="cbPassword"> | |
280 | + </div> | |
281 | + </div> | |
282 | + | |
283 | + <div class="form-group marginTop10"> | |
284 | + <label for="hyperlink" class="col-sm-3 control-label">Confirm PassWord</label> | |
285 | + <div class="col-sm-9"> | |
286 | + <input type="password" class="form-control" id="cbConfirmPassWord"> | |
287 | + </div> | |
288 | + </div> | |
289 | + </div> | |
290 | + </div> | |
291 | + </div> | |
292 | + </div> | |
293 | + <div class="modal-footer"> | |
294 | + <button type="button" class="btn btn-primary btn-sm" ng-click="cbRenameSection()">Ok</button> | |
295 | + <button type="button" class="btn btn-primary btn-sm" ng-click="closeRenameModel()">Cancel</button> | |
296 | + </div> | |
297 | + </div> | |
298 | + | |
299 | + </div> | |
266 | 300 | |
267 | 301 | </div> |
268 | 302 | <div id="resourceModuleDiv"></div> | ... | ... |