|
|
@@ -139,7 +139,7 @@
|
|
|
</span>
|
|
|
<br>
|
|
|
|
|
|
- <span th:if="${item.estat == 'A' or item.estat == null}"><span th:text="#{procedures.dateLimit}"></span>: <span th:text="${#dates.format(item.dataLim, 'YYYY-MM-DD')}"></span></span>
|
|
|
+ <span th:if="${item.estat == 'A' or item.estat == null}"><span th:text="#{procedures.dateLimit}"></span>: <span th:text="${item.dataLim}"></span></span>
|
|
|
<span style="float: right; margin-top:-5px;" th:if="${item.estat == 'A' and item.isAssignedToUser}" th:attr="title=#{procedures.status.title.a}"><i class="fa fa-play-circle"></i></span>
|
|
|
<span style="float: right; margin-top:-5px;" th:if="${item.estat == 'A' and not item.isAssignedToUser}" th:attr="title=#{procedures.status.title.o}"><i class="fa fa-exclamation-triangle"></i></span>
|
|
|
<span style="float: right; margin-top:-5px;" th:if="${item.estat == null}"><i class="fa fa-lock" th:attr="title=#{procedures.status.title.p}"></i></span>
|
|
|
@@ -197,7 +197,7 @@
|
|
|
<div class="card-body-inner-action" th:if="${item.tipus == 11 or item.tipus == 15}">
|
|
|
<textarea id="editor" name="evidencia_text" th:text="${item.text}"></textarea>
|
|
|
<div style="text-align: left;">
|
|
|
- <small style="text-align: left;font-weight: bold;"><span th:text="#{procedures.autosave.lastdate}">Última modificación</span>: <span th:if="${item.dataMod != null}" id="lastmoddate" th:text="${#dates.format(item.dataMod, 'dd/MM/yyyy HH:mm:ss')}"></span><span th:if="${item.dataMod == null}" id="lastmoddate" th:text="#{procedures.autosave.none}"></span></small>
|
|
|
+ <small style="text-align: left;font-weight: bold;"><span th:text="#{procedures.autosave.lastdate}">Última modificación</span>: <span th:if="${item.dataMod != null}" id="lastmoddate" th:text="${item.dataMod}"></span><span th:if="${item.dataMod == null}" id="lastmoddate" th:text="#{procedures.autosave.none}"></span></small>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -273,7 +273,7 @@
|
|
|
<br>
|
|
|
<span><span th:text="#{procedures.done.user}"></span>: <span th:text="${item.usuariFet}"></span></span>
|
|
|
<br>
|
|
|
- <span><span th:text="#{procedures.done.date}"></span>: <span th:text="${#dates.format(item.dataFet, 'YYYY-MM-DD')}"></span></span>
|
|
|
+ <span><span th:text="#{procedures.done.date}"></span>: <span th:text="${item.dataFet}"></span></span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="container" th:if="${item.versions != null}" style="margin-top:25px;text-align:left;margin-left: 0px;">
|
|
|
@@ -311,7 +311,7 @@
|
|
|
<br>
|
|
|
<span><span th:text="#{procedures.done.user}"></span>: <span th:text="${version.usuariFet}"></span></span>
|
|
|
<br>
|
|
|
- <span><span th:text="#{procedures.done.date}"></span>: <span th:text="${#dates.format(version.dataFet, 'YYYY-MM-DD')}"></span></span>
|
|
|
+ <span><span th:text="#{procedures.done.date}"></span>: <span th:text="${version.dataFet}"></span></span>
|
|
|
</div>
|
|
|
<br>
|
|
|
</div>
|