Skip to content
Snippets Groups Projects
Commit 63632d1c authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor visual modification.

parent 3dbfe8c9
No related branches found
No related tags found
No related merge requests found
......@@ -118,9 +118,10 @@
<h:form id="centerForm">
<div class="canvas" id="mainCanvas" style="width: auto; height: 500px">
<c:forEach items="#{selectedMainProjectBean.mainProject.plugins}" var="plugin">
<div class="block draggable" style="border-width: 1px; border-style: solid; border-color: gray" id="#{stringToIDBean.stringToID(plugin)}">
<h:outputText style="font-weight: bold" value="#{plugin.getName()}"/>
<hr/>
<div class="ui-panel ui-widget ui-widget-content ui-corner-all block draggable" id="#{stringToIDBean.stringToID(plugin)}">
<div class="ui-panel-titlebar ui-widget-header ui-corner-all">
<h:outputText style="font-weight: bold" value="#{plugin.getName()}"/>
</div>
<p:commandLink ajax="true" value="Configure" action="#{selectedPluginBean.setPlugin(plugin)}" update=":propertiesForm"/>
<br/>
<p:commandLink ajax="true" value="Connect" update=":connectionDialogForm" onclick="connectionDialog.show();"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment