Skip to content

Commit

Permalink
add timerange when disabled (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ooghe committed Jun 25, 2021
1 parent 81a6063 commit 0ed9914
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hyphe_frontend/app/views/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ <h3 style="margin:0px">CRAWL WEB ARCHIVES (experimental)</h3>
<md-input-container style="width: 95%; margin: 0px; height: 28px">
<input type="number" min="1" ng-model="ed_webarchive_daysrange" ng-change="setArchivesMinMaxDate(ed_webarchive_date, ed_webarchive_daysrange)">
</md-input-container>
</div>

<div style="text-align:center">
<small><em>{{ webarchives_mindate }} &#x2794; {{ webarchives_maxdate }}</em></small>
<div style="text-align:center">
<small><em>{{ webarchives_mindate }} &#x2794; {{ webarchives_maxdate }}</em></small>
</div>
</div>
</dl>

Expand Down Expand Up @@ -351,9 +351,9 @@ <h3 style="margin:0px">CRAWL WEB ARCHIVES</h3>

<dt>Days to consider around the date</dt>
<dd style="min-height: 22px">{{ options.webarchives_days_range }}</dd>
</div>
<div style="text-align:center">
<small><em>{{ webarchives_mindate }} &#x2794; {{ webarchives_maxdate }}</em></small>
<div style="text-align:center">
<small><em>{{ webarchives_mindate }} &#x2794; {{ webarchives_maxdate }}</em></small>
</div>
</div>
</dl>

Expand Down

0 comments on commit 0ed9914

Please sign in to comment.