<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="modx.prosilver.en.xsl" type="text/xsl" ?>
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns="http://www.phpbb.com/mods/xml/modx-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xmlns:ns="http://www.phpbb.com/mods/xml/modx-1.0.xsd">
  <header>
    <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
    <title lang="en-GB">ACP User Email List Mod</title>

    <description lang="en-GB">Adds a list separates with ; in the ACP with all email-adresses from your User. So you can fill in it in a BCC - Field of your Webmail-Client!</description>

    <author-notes lang="en-GB">After installing you must clean the template Cache of your Bord</author-notes>

    <author-group>
      <author>
        <username>djchrisnet</username>
        <realname>Christoph Kuehl</realname>
        <homepage>http://www.djchrisnet.de/</homepage>
        <email>mods@djchrisnet.de</email>
      </author>
    </author-group>

    <mod-version>
      <major>1</major>
      <minor>2</minor>
      <revision>0</revision>
    </mod-version>

    <installation>
      <level>easy</level>
      <time>60</time>
      <target-version>
        <target-primary>3.0.0</target-primary>
        <target-major allow="exact">3</target-major>
        <target-minor allow="exact">0</target-minor>
        <target-revision allow="exact">1</target-revision>
      </target-version>
    </installation>

    <history>
      <entry>
        <date>2008-15-02</date>
        <rev-version>
          <major>0</major>
          <minor>1</minor>
          <revision>0</revision>
        </rev-version>
        <changelog lang="en-GB">
          <change>First Release</change>
        </changelog>
      </entry>
		<entry>
        <date>2008-19-02</date>
        <rev-version>
          <major>0</major>
          <minor>1</minor>
          <revision>1</revision>
        </rev-version>
        <changelog lang="en-GB">
          <change>Add Group selektion</change>
        </changelog>
      </entry>
		<entry>
        <date>2008-20-02</date>
        <rev-version>
          <major>0</major>
          <minor>1</minor>
          <revision>2</revision>
        </rev-version>
        <changelog lang="en-GB">
          <change>Fix no value, but dropt Submit Button</change>
        </changelog>
      </entry>
		<entry>
        <date>2008-31-03</date>
        <rev-version>
          <major>1</major>
          <minor>0</minor>
          <revision>0</revision>
        </rev-version>
        <changelog lang="en-GB">
          <change>Optimize SQL and PHP Code</change>
        </changelog>
      </entry>
	  <entry>
        <date>2008-29-04</date>
        <rev-version>
          <major>1</major>
          <minor>2</minor>
          <revision>0</revision>
        </rev-version>
        <changelog lang="en-GB">
          <change>ADD Change Listdesign</change>
          <change>ADD Mail Counter</change>
		  <change>ADD Export to .csv</change>
		  <change>ADD OnClick Maildata Select</change>
		  <change>Fix checked selected ratio button</change>
        </changelog>
      </entry>
    </history>
  </header>

  <action-group>
    <copy>
    	<file from="root/includes/acp/acp_displaymails.php" to="includes/acp/acp_displaymails.php" />
		<file from="root/includes/acp/info/acp_displaymails.php" to="includes/acp/info/acp_displaymails.php" />
		<file from="root/language/de/mods/displayemails.php" to="language/de/mods/displayemails.php" />
    	<file from="root/adm/style/acp_displayemails.html" to="adm/style/acp_displayemails.html" />
    </copy>

    <diy-instructions>Upload all files, when install the ACP-Modul in your System. On update, you must only overwrite all mod files.</diy-instructions>
  </action-group>
</mod>
