Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 15, 2023
1 parent 0a83592 commit 2ad9821
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/status_overrides.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@

<div id="container{{ rand }}" class="asset {{ bg }}">

<div class='alert alert-primary d-flex align-items-center' role='alert'>
<i class='fas fa-info-circle fa-xl'></i>
<span class='ms-2'>
{{ __("Here you can redefine the following options :") }}
<ul>
<li><i> {{__("Mandatory") }} </i></li>
<li><i>{{ __("Read-only") }} </i></li>
</ul>
{{ __("for each field, depending on the states of the element attached to the container.") }}
</span>
</div>

{% if has_fields %}
<div class="d-flex align-items-start mb-3">
<button class="btn btn-primary me-2"
Expand Down

0 comments on commit 2ad9821

Please sign in to comment.