Skip to content

Commit

Permalink
moving the "add" button to its own col-lg-12
Browse files Browse the repository at this point in the history
  • Loading branch information
GauravD2t committed Feb 12, 2024
1 parent 6591cdd commit c225941
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@
<option value="notcontains">{{'search.filters.operator.notcontains.text'| translate}}</option>
</select>
</div>
<div class="col-lg-12 mt-1">
<input type="text" aria-label="textsearch" class="form-control" id="textsearch" name="textsearch"
formControlName="textsearch" #text [placeholder]="('filter.search.text.placeholder' | translate)" required>
</div>
<div class="row">
<div class="col-lg-8 mt-1">
<input type="text" aria-label="textsearch" class="form-control" id="textsearch" name="textsearch"
formControlName="textsearch" #text [placeholder]="('filter.search.text.placeholder' | translate)" required>
</div>
<div class="col-lg-4 mt-1">
<button class="form-control btn btn-primary" type="submit"
<div class="col-lg-12 mt-1">
<button class="form-control btn w-50 float-right btn-primary" type="submit"
[disabled]="advSearchForm.invalid">{{'advancesearch.form.submit'| translate}}</button>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5474,6 +5474,8 @@

"search.filters.filter.author.text": "Author",

"search.filters.filter.subject.text": "Subject",

"search.advanced.filters.head": "Advanced Search",

"filter.search.operator.placeholder": "Operator",
Expand Down

0 comments on commit c225941

Please sign in to comment.