📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
catalog
/
language
/
tr-tr
/
emticket
📝
tickets.php
← Geri Dön
<?php // Heading $_['heading_title'] = 'Tickets'; // Text $_['text_success'] = 'Success: You have modified Ticketss!'; $_['text_list'] = 'Tickets List'; $_['text_add'] = 'Add Tickets'; $_['text_edit'] = 'Edit Tickets'; $_['text_default'] = 'Default'; $_['text_submitted'] = 'Submitted'; $_['text_last_updated'] = 'Last Updated'; $_['text_customer'] = 'Customer'; $_['text_attachment'] = 'Attachment'; $_['text_loading'] = 'Loading'; $_['text_client'] = 'Client'; // Column $_['column_name'] = 'Name'; $_['column_id'] = 'Ticket ID'; $_['column_email'] = 'Email'; $_['column_subject'] = 'Subject'; $_['column_priority'] = 'Priority'; $_['column_ticket_status'] = 'Ticket Status'; $_['column_department'] = 'Department'; $_['column_date_added'] = 'Date Added'; $_['column_date_modified'] = 'Date Modified'; $_['column_action'] = 'Action'; // Entry $_['entry_name'] = 'Name'; $_['entry_registered_customer'] = 'Registered Customer'; $_['entry_ticket_id'] = 'Ticket ID'; $_['entry_client_info'] = 'Client Information'; $_['entry_firstname'] = 'First Name'; $_['entry_lastname'] = 'Last Name'; $_['entry_email'] = 'E-Mail'; $_['entry_telephone'] = 'Telephone'; $_['entry_subject'] = 'Subject'; $_['entry_company'] = 'Company'; $_['entry_message'] = 'Message'; $_['entry_department'] = 'Department'; $_['entry_priority'] = 'Priority'; $_['entry_ticket_info'] = 'Ticket Information'; $_['entry_ticket_status'] = 'Ticket Status'; $_['entry_ip'] = 'IP Address'; $_['entry_message'] = 'Message '; $_['entry_attachment'] = 'Attachment'; $_['entry_ticket_id'] = 'Ticket ID'; $_['entry_date_added'] = 'Date Added'; $_['entry_date_modified'] = 'Date Modified'; $_['entry_action'] = 'Action'; //Button $_['button_reply'] = 'Reply'; // Help $_['help_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.'; // Error $_['error_permission'] = 'Warning: You do not have permission to modify manufacturers!'; $_['error_name'] = 'Tickets Name must be between 3 and 64 characters!'; $_['error_keyword'] = 'SEO URL already in use!'; $_['error_firstname'] = 'First Name must be between 1 and 32 characters!'; $_['error_lastname'] = 'Last Name must be between 1 and 32 characters!'; $_['error_email'] = 'E-Mail Address does not appear to be valid!'; $_['error_telephone'] = 'Telephone must be between 3 and 32 characters!'; $_['error_message'] = 'Message must be between 10 and 2000 characters!'; $_['error_subject'] = 'Subject must be between 5 and 128 characters!'; $_['error_password'] = 'Password must be between 4 and 20 characters!'; $_['error_ticket_status'] = 'Required! Please select Ticket Status/ add Ticket Status if no option available'; $_['error_department'] = 'Required! Please select Department/ add Department if no option available'; $_['error_priority'] = 'Required! Please select Priority/ add Priority if no option available';
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula