1756 |
if ($listContrainte->numRows() != 0) { |
if ($listContrainte->numRows() != 0) { |
1757 |
|
|
1758 |
// Affiche du fieldset |
// Affiche du fieldset |
1759 |
printf("<div id=\"liste_contrainte\" class=\"demande_hidden_bloc col_12\">"); |
printf("<div id=\"liste_contrainte\" class=\"demande_hidden_bloc\">"); |
1760 |
printf("<fieldset class=\"cadre ui-corner-all ui-widget-content\">"); |
printf("<fieldset class=\"cadre ui-corner-all ui-widget-content col_12 startClosed\">"); |
1761 |
printf(" <legend class=\"ui-corner-all ui-widget-content ui-state-active\">" |
printf(" <legend class=\"ui-corner-all ui-widget-content ui-state-active\" |
1762 |
|
id =\"fieldset_contraintes_liees\">" |
1763 |
._("dossier_contrainte")."</legend>"); |
._("dossier_contrainte")."</legend>"); |
1764 |
|
printf("<div class=\"fieldsetContent\" style=\"display: none;\">"); |
1765 |
|
|
1766 |
// Entête pour le groupe |
// Entête pour le groupe |
1767 |
$groupeHeader = " |
$groupeHeader = " |
1787 |
$tableHeader = " |
$tableHeader = " |
1788 |
<thead> |
<thead> |
1789 |
<tr class='ui-tabs-nav ui-accordion ui-state-default tab-title'> |
<tr class='ui-tabs-nav ui-accordion ui-state-default tab-title'> |
1790 |
<th class='title col-0 firstcol'> |
<th class='title col-0 firstcol contrainte_th_texte_complete'> |
1791 |
<span class='name'> |
<span class='name'> |
1792 |
"._('texte_complete')." |
"._('texte_complete')." |
1793 |
</span> |
</span> |
1794 |
</th> |
</th> |
1795 |
<th class='title col-1'> |
<th class='title col-1 contrainte_th_reference'> |
1796 |
<span class='name'> |
<span class='name'> |
1797 |
"._('reference')." |
"._('reference')." |
1798 |
</span> |
</span> |
1799 |
</th> |
</th> |
1800 |
<th class='title col-2'> |
<th class='title col-2 contrainte_th_nature'> |
1801 |
<span class='name'> |
<span class='name'> |
1802 |
"._('nature')." |
"._('nature')." |
1803 |
</span> |
</span> |
1809 |
// Ligne de données |
// Ligne de données |
1810 |
$line = " |
$line = " |
1811 |
<tr class='tab-data %s'> |
<tr class='tab-data %s'> |
1812 |
<td class='col-0 firstcol'> |
<td class='col-0 firstcol contrainte_th_texte_complete'> |
1813 |
%s |
%s |
1814 |
</td> |
</td> |
1815 |
<td class='col-1'> |
<td class='col-1 contrainte_th_reference'> |
1816 |
%s |
%s |
1817 |
</td> |
</td> |
1818 |
<td class='col-2'> |
<td class='col-2 contrainte_th_nature'> |
1819 |
%s |
%s |
1820 |
</td> |
</td> |
1821 |
"; |
"; |
1912 |
printf("</div>"); |
printf("</div>"); |
1913 |
|
|
1914 |
printf("</div>"); |
printf("</div>"); |
1915 |
|
|
1916 |
|
printf("<div class=\"visualClear\"></div>"); |
1917 |
|
// Ferme le fieldset content |
1918 |
|
printf("</div>"); |
1919 |
printf("</fieldset>"); |
printf("</fieldset>"); |
1920 |
} |
} |
1921 |
/** |
/** |
1990 |
if($maj < 2 AND $linkable) { |
if($maj < 2 AND $linkable) { |
1991 |
echo "<span id=\"add_delegataire\" |
echo "<span id=\"add_delegataire\" |
1992 |
class=\"om-form-button add-16\">". |
class=\"om-form-button add-16\">". |
1993 |
_("Saisir le delegataire"). |
_("Saisir un autre correspondant"). |
1994 |
"</span>"; |
"</span>"; |
1995 |
} |
} |
1996 |
echo "</div>"; |
echo "</div>"; |