Completed
Push — master ( 6dab8b...b949bb )
by Michael
02:15 queued 11s
created
xoops_trust_path/libs/altsys/class/MyBlocksAdminForX25.class.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -321,18 +321,18 @@
 block discarded – undo
321 321
         }
322 322
 
323 323
         $tpl->assign([
324
-                         'target_dirname' => $this->target_dirname,
325
-                         'target_mname' => $this->target_mname,
326
-                         'language' => $this->lang,
327
-                         'cachetime_options' => $this->cachetime_options,
328
-                         'ctype_options' => $this->ctype_options,
329
-                         'block' => $block4assign,
330
-                         'op' => $next_op,
331
-                         'form_title' => $form_title,
332
-                         'submit_button' => $button_value,
333
-                         'common_fck_installed' => file_exists(XOOPS_ROOT_PATH . '/common/fckeditor/fckeditor.js'),
334
-                         'gticket_hidden' => $GLOBALS['xoopsSecurity']->getTokenHTML('myblocksadmin'),
335
-                     ]);
324
+                            'target_dirname' => $this->target_dirname,
325
+                            'target_mname' => $this->target_mname,
326
+                            'language' => $this->lang,
327
+                            'cachetime_options' => $this->cachetime_options,
328
+                            'ctype_options' => $this->ctype_options,
329
+                            'block' => $block4assign,
330
+                            'op' => $next_op,
331
+                            'form_title' => $form_title,
332
+                            'submit_button' => $button_value,
333
+                            'common_fck_installed' => file_exists(XOOPS_ROOT_PATH . '/common/fckeditor/fckeditor.js'),
334
+                            'gticket_hidden' => $GLOBALS['xoopsSecurity']->getTokenHTML('myblocksadmin'),
335
+                        ]);
336 336
 
337 337
         //HACK by domifara
338 338
 
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mymenu.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,8 @@
 block discarded – undo
65 65
 require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php';
66 66
 $tpl = new D3Tpl();
67 67
 $tpl->assign([
68
-                 'adminmenu' => $adminmenu,
69
-             ]);
68
+                    'adminmenu' => $adminmenu,
69
+                ]);
70 70
 $tpl->display('db:altsys_inc_mymenu.html');
71 71
 
72 72
 // submenu
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mymenusub/mytplsadmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php';
53 53
 $tpl = new D3Tpl();
54 54
 $tpl->assign([
55
-                 'adminmenu' => $adminmenu,
56
-                 'mypage' => 'mytplsadmin',
57
-             ]);
55
+                    'adminmenu' => $adminmenu,
56
+                    'mypage' => 'mytplsadmin',
57
+                ]);
58 58
 $tpl->display('db:altsys_inc_mymenusub.html');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mymenusub/myblocksadmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php';
60 60
 $tpl = new D3Tpl();
61 61
 $tpl->assign([
62
-                 'adminmenu' => $adminmenu,
63
-                 'mypage' => 'myblocksadmin',
64
-             ]);
62
+                    'adminmenu' => $adminmenu,
63
+                    'mypage' => 'myblocksadmin',
64
+                ]);
65 65
 $tpl->display('db:altsys_inc_mymenusub.html');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mymenusub/mylangadmin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php';
33 33
 $tpl = new D3Tpl();
34 34
 $tpl->assign([
35
-                 'adminmenu' => $adminmenu,
36
-                 'mypage' => 'mylangadmin',
37
-             ]);
35
+                    'adminmenu' => $adminmenu,
36
+                    'mypage' => 'mylangadmin',
37
+                ]);
38 38
 $tpl->display('db:altsys_inc_mymenusub.html');
Please login to merge, or discard this patch.
xoops_trust_path/libs/altsys/mylangadmin.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -336,24 +336,24 @@
 block discarded – undo
336 336
 require_once XOOPS_TRUST_PATH . '/libs/altsys/class/D3Tpl.class.php';
337 337
 $tpl = new D3Tpl();
338 338
 $tpl->assign([
339
-                 'target_dirname' => $target_dirname,
340
-                 'target_mname' => $target_mname,
341
-                 'target_lang' => $target_lang,
342
-                 'languages' => $languages,
343
-                 'languages4disp' => $languages4disp,
344
-                 'target_file' => $target_file,
345
-                 'lang_files' => $lang_files,
346
-                 'langfile_constants' => $langfile_constants,
347
-                 'mylang_constants' => $mylang_constants,
348
-                 'use_my_language' => mb_strlen($langman->my_language) > 0,
349
-                 'mylang_file_name' => htmlspecialchars($mylang_unique_path, ENT_QUOTES),
350
-                 'cache_file_name' => htmlspecialchars($cache_file_name, ENT_QUOTES),
351
-                 'cache_file_mtime' => (int)$cache_file_mtime,
352
-                 'timezone_offset' => xoops_getUserTimestamp(0),
353
-                 'notice' => $notice4disp,
354
-                 'already_read' => $already_read,
355
-                 'gticket_hidden' => $xoopsGTicket->getTicketHtml(__LINE__, 1800, 'altsys'),
356
-             ]);
339
+                    'target_dirname' => $target_dirname,
340
+                    'target_mname' => $target_mname,
341
+                    'target_lang' => $target_lang,
342
+                    'languages' => $languages,
343
+                    'languages4disp' => $languages4disp,
344
+                    'target_file' => $target_file,
345
+                    'lang_files' => $lang_files,
346
+                    'langfile_constants' => $langfile_constants,
347
+                    'mylang_constants' => $mylang_constants,
348
+                    'use_my_language' => mb_strlen($langman->my_language) > 0,
349
+                    'mylang_file_name' => htmlspecialchars($mylang_unique_path, ENT_QUOTES),
350
+                    'cache_file_name' => htmlspecialchars($cache_file_name, ENT_QUOTES),
351
+                    'cache_file_mtime' => (int)$cache_file_mtime,
352
+                    'timezone_offset' => xoops_getUserTimestamp(0),
353
+                    'notice' => $notice4disp,
354
+                    'already_read' => $already_read,
355
+                    'gticket_hidden' => $xoopsGTicket->getTicketHtml(__LINE__, 1800, 'altsys'),
356
+                ]);
357 357
 $tpl->display('db:altsys_main_mylangadmin.html');
358 358
 
359 359
 xoops_cp_footer();
Please login to merge, or discard this patch.