Fixed column width and logo URL in social netwtwork page.
This commit is contained in:
parent
b4b01f5610
commit
8f03507fb0
2 changed files with 4 additions and 4 deletions
|
@ -100,7 +100,7 @@ public class SocialNetworksPage
|
||||||
for (Organization organization : organizations)
|
for (Organization organization : organizations)
|
||||||
{
|
{
|
||||||
data.setAttribute("organizationListLine", index, "organizationListLineNameLink", "href", organization.getTechnicalName() + ".xhtml");
|
data.setAttribute("organizationListLine", index, "organizationListLineNameLink", "href", organization.getTechnicalName() + ".xhtml");
|
||||||
data.setAttribute("organizationListLine", index, "organizationListLineLogo", "src", organization.getTechnicalName() + "-logo.png");
|
data.setAttribute("organizationListLine", index, "organizationListLineLogo", "src", organization.getLogoFileName());
|
||||||
data.setAttribute("organizationListLine", index, "organizationListLineLogo", "alt", organization.getName());
|
data.setAttribute("organizationListLine", index, "organizationListLineLogo", "alt", organization.getName());
|
||||||
data.setEscapedContent("organizationListLine", index, "organizationListLineNameValue", organization.getName());
|
data.setEscapedContent("organizationListLine", index, "organizationListLineNameValue", organization.getName());
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<div>Nombre de membres : <span id="organizationCount">n/a</span></div>
|
<div>Nombre de membres : <span id="organizationCount">n/a</span></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="center_table" style="width: 700px;">
|
<div class="center_table" style="width: 800px;">
|
||||||
<div class="legend right" style="float: right; margin-top: -75px;">
|
<div class="legend right" style="float: right; margin-top: -75px;">
|
||||||
<div class="left row">
|
<div class="left row">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
@ -42,8 +42,8 @@
|
||||||
<table id="organizations" class="table_classic left">
|
<table id="organizations" class="table_classic left">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 200px;" rowspan="2">Membre</th>
|
<th style="width: 170px;" rowspan="2">Membre</th>
|
||||||
<th style="" rowspan="2">URL</th>
|
<th style="width: 170px;" rowspan="2">URL</th>
|
||||||
<th style="width: 10px;" colspan="6">Réseaux sociaux</th>
|
<th style="width: 10px;" colspan="6">Réseaux sociaux</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue