Passed
Push — development ( 92a808...c3b866 )
by Nils
04:34
created
sources/categories.queries.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
                             $roleVisibility = $LANG['every_roles'];
242 242
                         } else {
243 243
                             $roleVisibility = '';
244
-                            foreach(explode(',', $field['role_visibility']) as $role) {
244
+                            foreach (explode(',', $field['role_visibility']) as $role) {
245 245
                                 $data = DB::queryFirstRow(
246 246
                                     "SELECT title
247 247
                                     FROM ".$pre."roles_title
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
         <input type="text" id="catOrd_'.$field['id'].'" size="1" class="category_order" value="'.$field['order'].'" />&nbsp;
461 461
         <input type="radio" name="sel_item" id="item_'.$field['id'].'_cat" />
462 462
         <label for="item_'.$field['id'].'_cat" id="item_'.$field['id'].'">'.($field['title']).'</label>
463
-        <span id="encryt_data_'.$field['id'].'" style="margin-left:4px; cursor:pointer;">'. (isset($field['encrypted_data']) && $field['encrypted_data'] === "1") ? '<i class="fa fa-key tip" title="'.$LANG['encrypted_data'].'" onclick="changeEncrypMode(\''.$field['id'].'\', \'1\')"></i>' : '<span class="fa-stack" title="'.$LANG['not_encrypted_data'].'" onclick="changeEncrypMode(\''.$field['id'].'\', \'0\')"><i class="fa fa-key fa-stack-1x"></i><i class="fa fa-ban fa-stack-1x fa-lg" style="color:red;"></i></span>'. '
463
+        <span id="encryt_data_'.$field['id'].'" style="margin-left:4px; cursor:pointer;">'.(isset($field['encrypted_data']) && $field['encrypted_data'] === "1") ? '<i class="fa fa-key tip" title="'.$LANG['encrypted_data'].'" onclick="changeEncrypMode(\''.$field['id'].'\', \'1\')"></i>' : '<span class="fa-stack" title="'.$LANG['not_encrypted_data'].'" onclick="changeEncrypMode(\''.$field['id'].'\', \'0\')"><i class="fa fa-key fa-stack-1x"></i><i class="fa fa-ban fa-stack-1x fa-lg" style="color:red;"></i></span>'.'
464 464
         </span>';
465 465
                             if (isset($field['type'])) {
466 466
                                 if ($field['type'] === "text") {
Please login to merge, or discard this patch.
includes/language/greek.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position in list',
18 18
     'visible_by' => 'Visible by',
19 19
     'restrict_visibility_to' => 'Restrict visibility to',
Please login to merge, or discard this patch.
includes/language/arabic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'visible_by' => 'Visible by',
18 18
     'restrict_visibility_to' => 'Restrict visibility to',
19 19
     'every_roles' => 'Every roles',
Please login to merge, or discard this patch.
includes/language/french.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position',
18 18
     'visible_by' => 'Visible par',
19 19
     'restrict_visibility_to' => 'Uniquement visible par',
Please login to merge, or discard this patch.
includes/language/norwegian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position in list',
18 18
     'visible_by' => 'Visible by',
19 19
     'restrict_visibility_to' => 'Restrict visibility to',
Please login to merge, or discard this patch.
includes/language/german.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position in list',
18 18
     'visible_by' => 'Visible by',
19 19
     'restrict_visibility_to' => 'Restrict visibility to',
Please login to merge, or discard this patch.
includes/language/japanese.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position in list',
18 18
     'visible_by' => 'Visible by',
19 19
     'restrict_visibility_to' => 'Restrict visibility to',
Please login to merge, or discard this patch.
includes/language/portuguese.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position in list',
18 18
     'visible_by' => 'Visible by',
19 19
     'restrict_visibility_to' => 'Restrict visibility to',
Please login to merge, or discard this patch.
includes/language/dutch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'position_in_list' => 'Position in list',
18 18
     'visible_by' => 'Visible by',
19 19
     'restrict_visibility_to' => 'Restrict visibility to',
Please login to merge, or discard this patch.