Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Translations from Transifex #1926

Merged
merged 2 commits into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions src/senaite/core/exportimport/import.pt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
class="tab-pane fade"
role="tabpanel">

<p>
<div class="pb-1">
<div class="form-text text-muted" i18n:translate="">
Instruments can be configured with one or multiple import data interfaces.
</div>
Expand All @@ -169,18 +169,17 @@
<code class="">
# m h dom mon dow command
<br/>
*/10 * * * * curl -u admin:secret <span tal:replace="python:context.absolute_url() + '/auto_import_results'"/>
*/10 * * * * curl -u admin:secret <span tal:replace="python:context.absolute_url() + '/auto_import_results'"></span>
</code>
</div>
</p>
</div>

<div class="form-controls">
<!-- Show last results -->
<a class="" tal:attributes="href string:${context/absolute_url}/autoimportlogs">
<input type="button"
class="btn btn-sm btn-outline-secondary"
i18n:attributes="value"
i18n:attributes="value"
value="Show last auto import logs" />
</a>
<!-- Trigger auto import -->
Expand All @@ -192,7 +191,7 @@
</div>

<!-- Auto import results -->
<pre class="autoimport-results pt-3"/>
<pre class="autoimport-results pt-3"></pre>

</div>

Expand Down
Loading