Browse Source

#5 change adhesion pdf infos from sol to coop du tilleul

SiM 5 years ago
parent
commit
77b20a417d

+ 1 - 1
apps/admin/modules/kataoMember/actions/actions.class.php

@@ -371,7 +371,7 @@ Mot de passe : %s
 
         $response = $this->getResponse();
         $response->setContentType('application/pdf');
-        $response->setHttpHeader('Content-disposition', 'attachment; filename="DemandeCarteSol.pdf"');
+        $response->setHttpHeader('Content-disposition', 'attachment; filename="DemandeCarteCoopduTilleul.pdf"');
         $response->setHttpHeader('Content-Length', strlen($content));
         $response->setHttpHeader('Pragma', 'public');
         $response->setHttpHeader('Cache-Control', 'must-revalidate, post-check=0, pre-check=0');

+ 5 - 5
apps/admin/modules/kataoMember/templates/_pdf.php

@@ -5,16 +5,16 @@
 
 <table cellpadding="1" cellspacing="3" border="0" width="100%">
 	<tr>
-		<td width="60%" align="left" valign="middle"><img src="/images/sol_violette.jpg" border="0" height="184" width="205" align="top" /></td>
+		<td width="60%" align="left" valign="middle"><img src="/images/logo.gif" border="0" height="184" width="205" align="top" /></td>
 		<td width="40%" align="left" valign="bottom">
 			<div><img src="/images/sep.gif" border="0" height="70" width="10"/></div>
-			<div><p><b>Projet Sol-Violette</b><br/>45 rue de chaussas<br/>31200 TOULOUSE</p></div>
+			<div><p><b>Coop du Tilleul</b><br/>Lartel<br/>47370 Masquières</p></div>
 		</td>
 	</tr>
 </table>
 
 <div style="text-align:center">
-	<h1>Demande de carte sol</h1>
+	<h1>Demande de carte Coop du Tilleul</h1>
 </div>
 
 <table cellpadding="1" cellspacing="3" border="0" width="100%">
@@ -88,9 +88,9 @@
 		<?php printf('<td>&nbsp;</td>') ?>
 	</tr>
 </table>
-<p><span style="font-weight: bold;font-size: x-large;">Oui</span>, je souhaite recevoir ma carte SOL personnelle ainsi que mon code PIN.<br/>J'ai bien noté qu'elle est entièrement gratuite et n'entraîne aucune contrepartie de ma part.</p>
+<p><span style="font-weight: bold;font-size: x-large;">Oui</span>, je souhaite recevoir ma carte Coop du Tilleul personnelle ainsi que mon code PIN.<br/>J'ai bien noté qu'elle est entièrement gratuite et n'entraîne aucune contrepartie de ma part.</p>
 <div><img src="/images/sep.gif" border="0" height="20" width="10"/></div>
-<p style="font-size: x-small;">Conformément à la loi Informatique et Libertés, vous disposez d'un droit d'accès et de rectification quant aux données vous concernant, que vous pouvez exercer librement auprès de SOL: info@sol-reseau.org.</p>
+<p style="font-size: x-small;">Conformément à la loi Informatique et Libertés, vous disposez d'un droit d'accès et de rectification quant aux données vous concernant, que vous pouvez exercer librement auprès de la Coop du Tilleul: contact@coopdutilleul.fr</p>
 <div><img src="/images/sep.gif" border="0" height="20" width="10"/></div>
 <table>
 <tr>

+ 1 - 1
apps/admin/modules/kataoMember/templates/indexSuccess.php

@@ -74,7 +74,7 @@
 		  <td nowrap="nowrap"><?php echo $katao_member->getStatusStr() ?></td>
 		  <td nowrap="nowrap">
 			<?php echo catalyz_link_to_image_tag('@katao_member_show?id=' . $katao_member->getId(), 'actions/show.png', array('title' => 'Voir'), array('alt' => 'Voir')) ?>
-		<?php echo catalyz_link_to_image_tag('@katao_member_print_sol_card?id=' . $katao_member->getId(), 'actions/printer_mono.png', array('title' => 'Télécharger le bulletin d\'adhésion SOL'), array('alt' => 'Télécharger le bulletin d\'adhésion SOL')) ?>
+		<?php echo catalyz_link_to_image_tag('@katao_member_print_sol_card?id=' . $katao_member->getId(), 'actions/printer_mono.png', array('title' => 'Télécharger le bulletin d\'adhésion Coop du Tilleul'), array('alt' => 'Télécharger le bulletin d\'adhésion Coop du Tilleul')) ?>
 		<?php if (!$is_just_delegate || $current_user_node_id == $katao_member->getKataoNodeId()): ?>
 			<?php echo catalyz_link_to_image_tag('@katao_member_send_login?id=' . $katao_member->getId(), 'actions/send.png', array('title' => 'Envoyer le login'), array('alt' => 'Envoyer le login')) ?>
 			<?php echo catalyz_link_to_image_tag('@katao_member_edit?id=' . $katao_member->getId(), 'actions/edit.png', array('title' => 'Modifier'), array('alt' => 'Modifier')) ?>

+ 1 - 1
apps/frontend/modules/katao/actions/actions.class.php

@@ -554,7 +554,7 @@ Mot de passe : %s
 
         $response = $this->getResponse();
         $response->setContentType('application/pdf');
-        $response->setHttpHeader('Content-disposition', 'attachment; filename="DemandeCarteSol.pdf"');
+        $response->setHttpHeader('Content-disposition', 'attachment; filename="DemandeCarteCoopduTilleul.pdf"');
         $response->setHttpHeader('Content-Length', strlen($content));
         $response->setHttpHeader('Pragma', 'public');
         $response->setHttpHeader('Cache-Control', 'must-revalidate, post-check=0, pre-check=0');

+ 5 - 5
apps/frontend/modules/katao/templates/_pdf.php

@@ -3,16 +3,16 @@
 
 <table cellpadding="1" cellspacing="3" border="0" width="100%">
 	<tr>
-		<td width="60%" align="left" valign="middle"><img src="/images/sol_violette.jpg" border="0" height="184" width="205" align="top" /></td>
+		<td width="60%" align="left" valign="middle"><img src="/images/logo.gif" border="0" height="184" width="205" align="top" /></td>
 		<td width="40%" align="left" valign="bottom">
 			<div><img src="/images/sep.gif" border="0" height="70" width="10"/></div>
-			<div><p><b>Projet Sol-Violette</b><br/>45 rue de chaussas<br/>31200 TOULOUSE</p></div>
+			<div><p><b>Coop du Tilleul</b><br/>Lartel<br/>47370 Masquières</p></div>
 		</td>
 	</tr>
 </table>
 
 <div style="text-align:center">
-	<h1>Demande de carte sol</h1>
+	<h1>Demande de carte Coop du Tilleul</h1>
 </div>
 
 <table cellpadding="1" cellspacing="3" border="0" width="100%">
@@ -80,9 +80,9 @@
 		<?php printf('<td>%s</td>',$adhesions[$datas['user_adhesion']]) ?>
 	</tr>
 </table>
-<p><span style="font-weight: bold;font-size: x-large;">Oui</span>, je souhaite recevoir ma carte SOL personnelle ainsi que mon code PIN.<br/>J'ai bien noté qu'elle est entièrement gratuite et n'entraîne aucune contrepartie de ma part.</p>
+<p><span style="font-weight: bold;font-size: x-large;">Oui</span>, je souhaite recevoir ma carte Coop du Tilleul personnelle ainsi que mon code PIN.<br/>J'ai bien noté qu'elle est entièrement gratuite et n'entraîne aucune contrepartie de ma part.</p>
 <div><img src="/images/sep.gif" border="0" height="20" width="10"/></div>
-<p style="font-size: x-small;">Conformément à la loi Informatique et Libertés, vous disposez d'un droit d'accès et de rectification quant aux données vous concernant, que vous pouvez exercer librement auprès de SOL: info@sol-reseau.org.</p>
+<p style="font-size: x-small;">Conformément à la loi Informatique et Libertés, vous disposez d'un droit d'accès et de rectification quant aux données vous concernant, que vous pouvez exercer librement auprès de la Coop du Tilleul: contact@coopdutilleul.fr.</p>
 <div><img src="/images/sep.gif" border="0" height="20" width="10"/></div>
 <table>
 <tr>