| | |
| | | <div class="p"> |
| | | <h4 class="text-muted text-thin">{{ 'offsidebar.setting.LAYOUT' | translate }}</h4> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.layout.FIXED' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.layout.FIXED' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.isFixed"/> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.layout.BOXED' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.layout.BOXED' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.isBoxed"/> |
| | |
| | | <div class="p" *ngIf="!settings.layout.horizontal"> |
| | | <h4 class="text-muted text-thin">{{ 'offsidebar.setting.ASIDE' | translate }}</h4> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.aside.COLLAPSED' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.aside.COLLAPSED' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.isCollapsed" [disabled]="settings.layout.isCollapsedText"/> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.aside.COLLAPSEDTEXT' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.aside.COLLAPSEDTEXT' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.isCollapsedText" [disabled]="settings.layout.isCollapsed"/> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.aside.FLOAT' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.aside.FLOAT' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.isFloat"/> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.aside.HOVER' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.aside.HOVER' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.asideHover"/> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="clearfix"> |
| | | <p class="pull-left">{{ 'offsidebar.aside.SHOWSCROLLBAR' | translate }}</p> |
| | | <p class="pull-left text-muted">{{ 'offsidebar.aside.SHOWSCROLLBAR' | translate }}</p> |
| | | <div class="pull-right"> |
| | | <label class="switch"> |
| | | <input type="checkbox" [(ngModel)]="settings.layout.asideScrollbar"/> |