Skip to content

Commit

Permalink
fix kanban 456637
Browse files Browse the repository at this point in the history
  • Loading branch information
boisset committed Nov 24, 2017
1 parent 230f02c commit e606c44
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions app/src/main/resources/templates/fragments/modal-replace.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,16 @@ <h4 id="label_after_record" th:text="#{after_record_sign(${'&laquo;'+signView.na
<video id="video"></video>
</div>

<div class="text-center">
<div class="btn-group-vertical" role="group">
<button id="start-recording" class="record" title="Cliquer pour enregistrer"></button>
<div id="container-button" class="btn-group-vertical" role="group" style="display: none">
<button id="retry-recording" class="btn" title="Cliquer pour enregistrer">
<div class="retry_recording pull-left"></div><span th:text="#{retry}"></span>
</button>
<button id="cancel-recording" class="btn" title="Cliquer pour annuler">
<div class="cancel_recording pull-left"></div><span th:text="#{cancel}"></span>
</button>
</div>
<button id="stop-recording" class="stop" title="Arrêter l'enregistrement" disabled="" style="display: none"></button>
</div>

Expand All @@ -99,8 +107,9 @@ <h4 id="label_after_record" th:text="#{after_record_sign(${'&laquo;'+signView.na
<span id="errorSpan" style="visibility: hidden"></span>
</div>
<div class="modal-footer">
<button id="continue" th:text="#{continue}" type="submit" class="btn btn-default"
data-dismiss="" disabled=""></button>
<button id="continue" type="submit" class="btn btn-default" data-dismiss="" disabled="" >
<div id="btnChecked" class="check pull-left" style="display: none;"></div><span th:text="#{continue}" ></span>
</button>
</div>
</form>
</div>
Expand Down

0 comments on commit e606c44

Please sign in to comment.