Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-11-22 11:45:33 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68a361e701dcf83d5cd0d1be6388259126b7edda
68a361e7
1 parent
eb82e2ac
Correction typo.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/org/legrog/web/publisher/publisherVersion.xhtml
src/main/java/org/legrog/web/publisher/publisherVersion.xhtml
View file @
68a361e
...
...
@@ -56,8 +56,8 @@
<label
for=
"publisherHistory"
>
publisherHistory
</label>
<textarea
id=
"publisherHistory"
rows=
""
cols=
""
jsf:disabled=
"#{not publisherVersionView.editMode}"
jsf:value=
"#{publisherVersionView.publisherHistory}"
/>
<div
jsf:rendered=
"#{not publisherVersionView.newPublisher}"
>
publisherVer
i
sionAuthor
</div>
<div
jsf:rendered=
"#{not publisherVersionView.newPublisher}"
>
#{publisherVersionView.publisherVer
i
sionAuthor.displayName}
</div>
<div
jsf:rendered=
"#{not publisherVersionView.newPublisher}"
>
publisherVersionAuthor
</div>
<div
jsf:rendered=
"#{not publisherVersionView.newPublisher}"
>
#{publisherVersionView.publisherVersionAuthor.displayName}
</div>
<div
jsf:rendered=
"#{not publisherVersionView.newPublisher}"
>
publisherVersionDatetime
</div>
<div
jsf:rendered=
"#{not publisherVersionView.newPublisher}"
>
#{publisherVersionView.publisherVersionDatetime}
</div>
...
...
Please
register
or
login
to post a comment