update
This commit is contained in:
@@ -36,7 +36,7 @@ ob_start();
|
||||
'id' => 'img',
|
||||
'value' => $this -> producer['img'],
|
||||
'icon_content' => 'przeglądaj',
|
||||
'icon_js' => "window.open ( 'http://" . $_SERVER['SERVER_NAME'] . "/libraries/filemanager-9.14.2/dialog.php?type=1&popup=1&field_id=img&akey=" . $rfmAkeyJS . "', 'mywindow', 'location=1,status=1,scrollbars=1, width=1100,height=700');"
|
||||
'icon_js' => "window.open ( '/libraries/filemanager-9.14.2/dialog.php?type=1&popup=1&field_id=img&akey=" . $rfmAkeyJS . "', 'mywindow', 'location=1,status=1,scrollbars=1, width=1100,height=700');"
|
||||
] );
|
||||
?>
|
||||
</div>
|
||||
@@ -177,4 +177,4 @@ echo $grid -> draw();
|
||||
tabidentify: 'languages-main'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
1
admin/templates/shop-producer/producer-edit.php
Normal file
1
admin/templates/shop-producer/producer-edit.php
Normal file
@@ -0,0 +1 @@
|
||||
<?= \Shared\Tpl\Tpl::view('components/form-edit', ['form' => $this->form]); ?>
|
||||
1
admin/templates/shop-producer/producers-list.php
Normal file
1
admin/templates/shop-producer/producers-list.php
Normal file
@@ -0,0 +1 @@
|
||||
<?= \Shared\Tpl\Tpl::view('components/table-list', ['list' => $this->viewModel]); ?>
|
||||
Reference in New Issue
Block a user