Completed
Push — master ( e17475...ddc5cc )
by Nazar
04:09
created
components/modules/Photo_gallery/admin/galleries/edit.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,7 @@
 block discarded – undo
30 30
 					'value' => $gallery['title']
31 31
 				]
32 32
 			).
33
-			($Config->core['simple_admin_mode'] ? '' :
34
-				h::label(h::info('photo_gallery_gallery_path')).
33
+			($Config->core['simple_admin_mode'] ? '' : h::label(h::info('photo_gallery_gallery_path')).
35 34
 				h::{'input[is=cs-input-text][name=edit[path]]'}(
36 35
 					[
37 36
 						'value' => $gallery['path']
Please login to merge, or discard this patch.
components/modules/Photo_gallery/admin/galleries/add.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,7 @@
 block discarded – undo
25 25
 			).
26 26
 			h::label($L->gallery_title).
27 27
 			h::{'input[is=cs-input-text][name=add[title]]'}().
28
-			($Config->core['simple_admin_mode'] ? '' :
29
-				h::label(h::info('photo_gallery_gallery_path')).
28
+			($Config->core['simple_admin_mode'] ? '' : h::label(h::info('photo_gallery_gallery_path')).
30 29
 				h::{'input[is=cs-input-text][name=add[path]]'}()
31 30
 			).
32 31
 			h::label($L->gallery_description).
Please login to merge, or discard this patch.