https://tree.taiga.io/project/jr-utily-grog-v3/us/44 Implementer l'historisation pour les éditeurs
https://tree.taiga.io/project/jr-utily-grog-v3/task/82 Minimalisation des namespaces pour la page d'élément unique
Showing
1 changed file
with
2 additions
and
5 deletions
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | </head> | 14 | </head> |
15 | <body> | 15 | <body> |
16 | 16 | ||
17 | -<h:form> | 17 | +<form jsf:id="publisherRevisionView" action=""> |
18 | <ul> | 18 | <ul> |
19 | <li> | 19 | <li> |
20 | <a jsf:outcome="/index">Menu principal</a> | 20 | <a jsf:outcome="/index">Menu principal</a> |
... | @@ -52,9 +52,6 @@ | ... | @@ -52,9 +52,6 @@ |
52 | 52 | ||
53 | <label for="publisherActive">publisherActive</label> | 53 | <label for="publisherActive">publisherActive</label> |
54 | <input type="checkbox" id="publisherActive" jsf:disabled="#{not publisherRevisionView.editMode}" jsf:value="#{publisherRevisionView.publisherActive}"/> | 54 | <input type="checkbox" id="publisherActive" jsf:disabled="#{not publisherRevisionView.editMode}" jsf:value="#{publisherRevisionView.publisherActive}"/> |
55 | - <ui:remove> | ||
56 | - <h:selectBooleanCheckbox value="#{publisherRevisionView.publisherActive}" disabled="#{not publisherRevisionView.editMode}"/> | ||
57 | - </ui:remove> | ||
58 | 55 | ||
59 | <label for="publisherHistory">publisherHistory</label> | 56 | <label for="publisherHistory">publisherHistory</label> |
60 | <textarea id="publisherHistory" rows="" cols="" jsf:disabled="#{not publisherRevisionView.editMode}" jsf:value="#{publisherRevisionView.publisherHistory}"/> | 57 | <textarea id="publisherHistory" rows="" cols="" jsf:disabled="#{not publisherRevisionView.editMode}" jsf:value="#{publisherRevisionView.publisherHistory}"/> |
... | @@ -68,6 +65,6 @@ | ... | @@ -68,6 +65,6 @@ |
68 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.save}">Save</button> | 65 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.save}">Save</button> |
69 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.cancel}">Cancel</button> | 66 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.cancel}">Cancel</button> |
70 | </h:panelGrid> | 67 | </h:panelGrid> |
71 | -</h:form> | 68 | +</form> |
72 | </body> | 69 | </body> |
73 | </html> | 70 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment