File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
BlogEngine/BlogEngine.NET/admin Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ <h4 class="modal-title">{{modalTitle}}</h4>
43
43
</ div >
44
44
</ div >
45
45
< div class ="modal-footer ">
46
- < button data-ng-click ="save() " class ="btn btn-success btn-tabkey pull-right " > < i class =" fa fa-save " > </ i > {{lbl.save}}</ button >
47
- < button type ="button " class ="btn btn-default " data-dismiss ="modal "> < i class =" fa fa-ban " > </ i > {{lbl.cancel}}</ button >
46
+ < button data-ng-click ="save() " class ="btn btn-success btn-tabkey " > {{lbl.save}}</ button >
47
+ < button type ="button " class ="btn btn-default " data-dismiss ="modal "> {{lbl.cancel}}</ button >
48
48
</ div >
49
49
</ div >
50
50
</ div >
@@ -99,8 +99,8 @@ <h4 class="modal-title">{{modalTitle}}</h4>
99
99
</ div >
100
100
</ form >
101
101
< div class ="modal-footer ">
102
- < button data-ng-click ="saveNew() " class ="btn btn-success btn-tabkey pull-right " > < i class =" fa fa-save " > </ i > {{lbl.save}}</ button >
103
- < button type ="button " class ="btn btn-default " data-dismiss ="modal " ng-click ="focusInput=false "> < i class =" fa fa-ban " > </ i > {{lbl.cancel}}</ button >
102
+ < button data-ng-click ="saveNew() " class ="btn btn-success btn-tabkey " > {{lbl.save}}</ button >
103
+ < button type ="button " class ="btn btn-default " data-dismiss ="modal " ng-click ="focusInput=false "> {{lbl.cancel}}</ button >
104
104
</ div >
105
105
</ div >
106
106
</ div >
Original file line number Diff line number Diff line change 20
20
<div class =" nav-user-name text-ellipsis" >@displayName </div >
21
21
</div >
22
22
<ul class =" nav-user-actions clearfix" >
23
- <li title =" @Resources.labels.logoff" ><a href =" ~/ Account/login.aspx?logoff" ><i class =" fa fa-power-off" ></i ></a ></li >
24
- <li title =" @Resources.labels.changePassword" ><a href =" ~/ Account/change-password.aspx" target =" _blank" ><i class =" fa fa-key" ></i ></a ></li >
25
- <li title =" @Resources.labels.profile" ><a href =" ~/ admin/#/security/profile" ><i class =" fa fa-user" ></i ></a ></li >
26
- <li title =" @Resources.labels.viewMyBlog" ><a href =" @Utils.RelativeOrAbsoluteWebRoot " target =" _blank" ><i class =" fa fa-globe" ></i ></a ></li >
23
+ <li title =" @Resources.labels.logoff" ><a href =" {{SiteVars.RelativeWebRoot}} Account/login.aspx?logoff" ><i class =" fa fa-power-off" ></i ></a ></li >
24
+ <li title =" @Resources.labels.changePassword" ><a href =" {{SiteVars.RelativeWebRoot}} Account/change-password.aspx" target =" _blank" ><i class =" fa fa-key" ></i ></a ></li >
25
+ <li title =" @Resources.labels.profile" ><a href =" {{SiteVars.RelativeWebRoot}} admin/#/security/profile" ><i class =" fa fa-user" ></i ></a ></li >
26
+ <li title =" @Resources.labels.viewMyBlog" ><a href =" {{SiteVars.RelativeWebRoot}} " target =" _blank" ><i class =" fa fa-globe" ></i ></a ></li >
27
27
</ul >
28
28
</div >
29
29
<div class =" nav-sidebar" >
You can’t perform that action at this time.
0 commit comments