@@ -24,8 +24,7 @@ |
||
24 | 24 | ). |
25 | 25 | h::label($L->gallery_title). |
26 | 26 | h::{'cs-input-text input[name=add[title]]'}(). |
27 | - ($Config->core['simple_admin_mode'] ? '' : |
|
28 | - h::label(h::info('photo_gallery_gallery_path')). |
|
27 | + ($Config->core['simple_admin_mode'] ? '' : h::label(h::info('photo_gallery_gallery_path')). |
|
29 | 28 | h::{'cs-input-text input[name=add[path]]'}() |
30 | 29 | ). |
31 | 30 | h::label($L->gallery_description). |
@@ -30,8 +30,7 @@ |
||
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::{'cs-input-text input[name=edit[path]]'}( |
36 | 35 | [ |
37 | 36 | 'value' => $gallery['path'] |