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
2 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="publisherRevision" 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> |
... | @@ -65,6 +65,6 @@ | ... | @@ -65,6 +65,6 @@ |
65 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.save}">Save</button> | 65 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.save}">Save</button> |
66 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.cancel}">Cancel</button> | 66 | <button jsf:rendered="#{publisherRevisionView.editMode}" jsf:action="#{publisherRevisionView.cancel}">Cancel</button> |
67 | </h:panelGrid> | 67 | </h:panelGrid> |
68 | -</h:form> | 68 | +</form> |
69 | </body> | 69 | </body> |
70 | </html> | 70 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment