a.binder 8 lat temu
rodzic
commit
7e1dcae77d

+ 3 - 2
SE/schema/WPS_Functions/send_email/send_email.xsl

@@ -66,10 +66,10 @@
                 <xsl:copy-of select="$title"/>
                 <xsl:for-each select="send_email:send_email.send_email_from_xml_parsed.xml.child">
                     <!--<echo message="O_UTPUT__START"/>-->
-                    <echo>&lt;br&gt;&lt;a href=&quot;${antFunctionUrl}&amp;confirmAntfile=<xsl:value-of select="$confirmAntfile"/>&amp;confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>&quot;&gt;Wyslij mail do <xsl:value-of select="."/>&lt;/a&gt; &lt;/br&gt;</echo>
+                    <echo>&lt;br&gt;&lt;a href=&quot;${antFunctionUrl}&amp;confirmAntfile=<xsl:value-of select="$confirmAntfile"/>&amp;confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>&quot;  target=&quot;_blank&quot;&gt;Wyslij mail do <xsl:value-of select="."/>&lt;/a&gt; &lt;/br&gt;</echo>
                     <!--<echo message="O_UTPUT__END"/>-->
                 </xsl:for-each>
-                <echo>&lt;br&gt;&lt;a href=&quot;${antFunctionUrl}&amp;confirmAntfile=<xsl:value-of select="$confirmAntfile"/>&amp;confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.all&quot;&gt;Wyslij mail do Wszystkich &lt;/a&gt; &lt;/br&gt;</echo>
+                <echo>&lt;br&gt;&lt;a href=&quot;${antFunctionUrl}&amp;confirmAntfile=<xsl:value-of select="$confirmAntfile"/>&amp;confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.all&quot; target=&quot;_blank&quot;&gt;Wyslij mail do Wszystkich &lt;/a&gt; &lt;/br&gt;</echo>
             </target>
             <target name="send_email.send_email_from_xml_parsed.build.xml.confirm.all">
                 <exec executable="mutt">
@@ -98,6 +98,7 @@
                             <xsl:attribute name="inputstring">${send_email.send_email_from_xml_parsed.build.xml.title}</xsl:attribute>
                             <arg line='-a "{$out.pdf}"'/>
                             <arg line='-s "Wiadomosc"'/>
+                            <arg line='-e "set copy = no"'/>
                             <arg line='--  {text()}'/>
                         </exec>
                     </target>