Changeset 1501
- Timestamp:
- Sep 29, 2010, 4:31:46 AM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/amendement/templates/showSuccess.php
r1494 r1501 29 29 } ?></p> 30 30 <?php } ?> 31 <p>Déposé le <?php echo myTools::displayDate($amendement->date); ?> par : <?php echo $amendement->getSignataires(1); ?>.</p>31 <p>Déposé le <?php echo myTools::displayDate($amendement->date); ?> par : <?php echo preg_replace('/(M[.mle]+)\s+/', '\\1 ', $amendement->getSignataires(1)); ?>.</p> 32 32 <div class="signataires"> 33 33 <div class="photos"><p> … … 41 41 $art = preg_replace('/premier/i', '1er', $match[3]); 42 42 $art = preg_replace('/\s+/', '-', $art); 43 $sujet = $match[1].link_to($match[2].$match[3], '@loi_article?loi='.$ loi->texteloi_id.'&article='.$art);43 $sujet = $match[1].link_to($match[2].$match[3], '@loi_article?loi='.$titreloi->texteloi_id.'&article='.$art); 44 44 } 45 45 if ($titreloi) … … 62 62 </div> 63 63 <?php if (isset($amendement->expose)) { ?> 64 <h3>Exposé Sommaire :</h3> 64 65 <div class="expose_amendement"> 65 <h3>Exposé Sommaire :</h3>66 66 <?php $expose = $amendement->getExpose(); 67 67 $expose = preg_replace('/\s+(:|;|!|\?|»|\-)/', ' \1', $expose); -
cpc/trunk/project/web/css/xneth/style.css
r1499 r1501 14 14 width: 900px; 15 15 max-height: 200px; 16 min-height: 120px;16 min-height: 60px; 17 17 margin: 0; 18 18 padding: 0; … … 1545 1545 background-color:#dbd5c8; 1546 1546 } 1547 .texte_intervention {1547 .texte_intervention, .expose_amendement { 1548 1548 margin:20px; 1549 text-align: justify; 1549 1550 } 1550 1551 .texte_intervention a {
Note: See TracChangeset
for help on using the changeset viewer.