work_time-1.0.x-dev/templates/work-time-formatter.html.twig

templates/work-time-formatter.html.twig
<div id="{{ entity_type }}-{{ entity_id }}" class="btn-work-time">
  <button
    @click="togglePlay"
    ref="button"
    data-entity-id="{{ entity_id }}"
    data-entity-type="{{ entity_type }}"
    data-entity-field="{{ entity_field }}"
    data-reference-id="{{ reference_id }}"
    data-reference-field="{{ reference_field }}"
    data-reference-type="{{ reference_type }}"
    type="button"
    class="play-stop-btn btn btn-sm"
    :class="{'btn-danger': isPlaying, 'btn-success': !isPlaying}"
    data-toggle="tooltip" data-placement="top"
    :title="isPlaying ? 'Stop' : 'Play'">
    <i class="bi" :class="{'bi-stop-circle': isPlaying, 'bi-play-circle': !isPlaying }"></i>
    <time class="timer px-1" data-time="{{ time }}" data-beginning="{{ beginning }}">
      {% verbatim %}{{ formatTime }}{% endverbatim %}
    </time>
  </button>
  <history historyData="historyData" entity_type="{{ entity_type }}" entity_id="{{ entity_id }}" entity_field="{{ entity_field }}"/>
</div>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc