Completed
Push — master ( 980da0...838035 )
by Michael
11:51
created
htdocs/modules/extcal/admin/etablissement.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * ****************************************************************************
4
- *  - TDMAds By TDM   - TEAM DEV MODULE FOR XOOPS
5
- *  - Licence PRO Copyright (c)  (http://www.tdmxoops.net)
6
- *
7
- * Cette licence, contient des limitations!!!
8
- *
9
- * 1. Vous devez posséder une permission d'exécuter le logiciel, pour n'importe quel usage.
10
- * 2. Vous ne devez pas l' étudier,
11
- * 3. Vous ne devez pas le redistribuer ni en faire des copies,
12
- * 4. Vous n'avez pas la liberté de l'améliorer et de rendre publiques les modifications
13
- *
14
- * @license       TDMFR PRO license
15
- * @author        TDMFR ; TEAM DEV MODULE
16
- *
17
- * ****************************************************************************
18
- */
3
+     * ****************************************************************************
4
+     *  - TDMAds By TDM   - TEAM DEV MODULE FOR XOOPS
5
+     *  - Licence PRO Copyright (c)  (http://www.tdmxoops.net)
6
+     *
7
+     * Cette licence, contient des limitations!!!
8
+     *
9
+     * 1. Vous devez posséder une permission d'exécuter le logiciel, pour n'importe quel usage.
10
+     * 2. Vous ne devez pas l' étudier,
11
+     * 3. Vous ne devez pas le redistribuer ni en faire des copies,
12
+     * 4. Vous n'avez pas la liberté de l'améliorer et de rendre publiques les modifications
13
+     *
14
+     * @license       TDMFR PRO license
15
+     * @author        TDMFR ; TEAM DEV MODULE
16
+     *
17
+     * ****************************************************************************
18
+     */
19 19
 
20 20
 // Include xoops admin header
21 21
 include_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
Please login to merge, or discard this patch.
htdocs/modules/extcal/admin/about.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * extCal module
4
- *
5
- * You may not change or alter any portion of this comment or credits
6
- * of supporting developers from this source code or any supporting source code
7
- * which is considered copyrighted (c) material of the original comment or credit authors.
8
- * This program is distributed in the hope that it will be useful,
9
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
- *
12
- * @copyright    The XOOPS Project (http://www.xoops.org)
13
- * @license      GNU GPL (http://www.gnu.org/licenses/gpl-2.0.html/)
14
- * @package      extCal
15
- * @since        2.5.0
16
- * @author       Mage, Mamba
17
- * @version      $Id $
18
- **/
3
+         * extCal module
4
+         *
5
+         * You may not change or alter any portion of this comment or credits
6
+         * of supporting developers from this source code or any supporting source code
7
+         * which is considered copyrighted (c) material of the original comment or credit authors.
8
+         * This program is distributed in the hope that it will be useful,
9
+         * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+         * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+         *
12
+         * @copyright    The XOOPS Project (http://www.xoops.org)
13
+         * @license      GNU GPL (http://www.gnu.org/licenses/gpl-2.0.html/)
14
+         * @package      extCal
15
+         * @since        2.5.0
16
+         * @author       Mage, Mamba
17
+         * @version      $Id $
18
+         **/
19 19
 
20 20
 include_once dirname(dirname(dirname(__DIR__))) . '/include/cp_header.php';
21 21
 include dirname(dirname(dirname(__DIR__))) . '/class/xoopsformloader.php';
Please login to merge, or discard this patch.
htdocs/modules/extcal/admin/index.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,11 +101,11 @@
 block discarded – undo
101 101
 
102 102
                 $fromemail = !empty($xoopsConfig['adminmail']) ? $xoopsConfig['adminmail'] : $xoopsUser->getVar("email", "E");
103 103
                 $subjectCaption
104
-                           =
104
+                            =
105 105
                     _AM_EXTCAL_SUBJECT . "<br /><br /><span style='font-size:x-small;font-weight:bold;'>" . _AM_EXTCAL_USEFUL_TAGS . "</span><br /><span style='font-size:x-small;font-weight:normal;'>"
106 106
                     . _AM_EXTCAL_MAILTAGS6 . "<br />" . _AM_EXTCAL_MAILTAGS2 . "</span>&nbsp;&nbsp;&nbsp;";
107 107
                 $bodyCaption
108
-                             =
108
+                                =
109 109
                     _AM_EXTCAL_BODY . "<br /><br /><span style='font-size:x-small;font-weight:bold;'>" . _AM_EXTCAL_USEFUL_TAGS . "</span><br /><span style='font-size:x-small;font-weight:normal;'>"
110 110
                     . _AM_EXTCAL_MAILTAGS1 . "<br />" . _AM_EXTCAL_MAILTAGS2 . "<br />" . _AM_EXTCAL_MAILTAGS3 . "<br />" . _AM_EXTCAL_MAILTAGS4 . "<br />" . _AM_EXTCAL_MAILTAGS5 . "<br />"
111 111
                     . _AM_EXTCAL_MAILTAGS6 . "<br />" . _AM_EXTCAL_MAILTAGS7 . "<br />" . _AM_EXTCAL_MAILTAGS8 . "<br />" . _AM_EXTCAL_MAILTAGS9 . "</span>&nbsp;&nbsp;&nbsp;";
Please login to merge, or discard this patch.