Enhance Template Preview Functionality: Added a preview action to both HeaderTemplatesTable and FooterTemplatesTable, allowing users to preview templates in a modal. Updated localization files to include preview action labels in both English and Turkish. Introduced new Blade views for rendering template previews, improving the overall user experience in template management.
This commit is contained in:
@@ -27,6 +27,7 @@ return [
|
||||
'column_deleted_at' => 'Silinme',
|
||||
|
||||
// Actions
|
||||
'action_preview' => 'Önizleme',
|
||||
'create' => 'Yeni Footer Şablonu',
|
||||
'edit' => 'Footer Şablonunu Düzenle',
|
||||
'view' => 'Footer Şablonunu Görüntüle',
|
||||
|
||||
@@ -27,6 +27,7 @@ return [
|
||||
'column_deleted_at' => 'Silinme',
|
||||
|
||||
// Actions
|
||||
'action_preview' => 'Önizleme',
|
||||
'create' => 'Yeni Header Şablonu',
|
||||
'edit' => 'Header Şablonunu Düzenle',
|
||||
'view' => 'Header Şablonunu Görüntüle',
|
||||
|
||||
Reference in New Issue
Block a user