Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
8fd3aa84
Commit
8fd3aa84
authored
Mar 16, 2015
by
michael.simon
Browse files
Add "add" link, duplicate text deleted
parent
aba49bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/admin/as/list-attribute-sources.xhtml
View file @
8fd3aa84
...
...
@@ -40,7 +40,6 @@
<h:link
outcome=
"show-attribute-source.xhtml"
value=
"#{entity.name != null ? entity.name : 'null'}"
>
<f:param
name=
"id"
value=
"#{entity.id}"
/>
</h:link>
<h:outputText
value=
"#{entity.name}"
/>
</p:column>
<p:column
sortBy=
"#{entity.asClass}"
filterBy=
"#{entity.asClass}"
>
<f:facet
name=
"header"
>
...
...
@@ -49,6 +48,8 @@
<h:outputText
value=
"#{entity.asClass}"
/>
</p:column>
</p:dataTable>
<h:link
outcome=
"add-attribute-source.xhtml"
value=
"#{messages.add_attribute_source}"
/><br/>
</h:form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment