ramani
Diff Revisions
574
vs
575
for /Ramani/web/cadastros/criarSelecaoSnowballingInterativoUnico.xhtml
|
@@ -304,13 +304,7 @@ |
304 |
304 |
|
<h:outputLabel value="#{msg['criarSelecaoSnowballingInterativoUnico.CriteriosSelecaoArtigos']}" |
305 |
305 |
|
style="font-weight: bold; color: blue"/> |
306 |
306 |
|
<h:panelGrid columns="1"> |
307 |
|
- |
<h:dataTable value="#{snowballingBean.criteriosDeSelecao}" |
308 |
|
- |
var="crit" |
309 |
|
- |
style="color: blue"> |
310 |
|
- |
<h:column> |
311 |
|
- |
<h:outputText value="#{crit}"/> |
312 |
|
- |
</h:column> |
313 |
|
- |
</h:dataTable> |
|
307 |
+ |
|
314 |
308 |
|
</h:panelGrid> |
315 |
309 |
|
</p:panel> |
316 |
310 |
|
<hr/> |