Skip to content
Snippets Groups Projects
Verified Commit 78f494a0 authored by Damien's avatar Damien
Browse files

Merge branch 'develop' of labs.maarch.org:maarch/MaarchCourrier into develop

parents 4097665c 13ccae7d
No related branches found
No related tags found
No related merge requests found
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
<mat-card *ngIf="!loading" class="card-app-content"> <mat-card *ngIf="!loading" class="card-app-content">
<form class="form-horizontal" (ngSubmit)="onSubmit()" #priorityForm="ngForm"> <form class="form-horizontal" (ngSubmit)="onSubmit()" #priorityForm="ngForm">
<div class="form-group"> <div class="form-group">
<div class="col-md-11 col-xs-11"> <div class="col-md-1 col-xs-1" style="padding-top:10px;">
<mat-checkbox color="primary" name="default_priority" [(ngModel)]="priority.default_priority" matTooltip="{{lang.tooltipPriorityDefault}}">{{lang.default}}</mat-checkbox>
</div>
<div class="col-md-10 col-xs-10">
<mat-form-field> <mat-form-field>
<input matInput type="text" name="label" title="{{lang.label}}" placeholder="{{lang.label}}" [(ngModel)]="priority.label" <input matInput type="text" name="label" title="{{lang.label}}" placeholder="{{lang.label}}" [(ngModel)]="priority.label"
maxlength="128" required> maxlength="128" required>
<span matSuffix>
<mat-checkbox color="primary" name="default_priority" [(ngModel)]="priority.default_priority" matTooltip="{{lang.tooltipPriorityDefault}}"></mat-checkbox>
</span>
</mat-form-field> </mat-form-field>
</div> </div>
<div class="col-md-1 col-xs-1"> <div class="col-md-1 col-xs-1">
...@@ -81,4 +81,4 @@ ...@@ -81,4 +81,4 @@
</mat-list> </mat-list>
</mat-sidenav> </mat-sidenav>
</mat-sidenav-container> </mat-sidenav-container>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment