📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
view
/
template
/
sale
📝
order_history.twig
← Geri Dön
<div class="table-responsive"> <table class="table table-bordered"> <thead> <tr> <td class="text-left">{{ column_date_added }}</td> <td class="text-left">{{ column_comment }}</td> <td class="text-left">{{ column_status }}</td> <td class="text-left">{{ column_notify }}</td> </tr> </thead> <tbody> {% if histories %} {% for history in histories %} <tr> <td class="text-left">{{ history.date_added }}</td> <td class="text-left">{{ history.comment }}</td> <td class="text-left">{{ history.status }}</td> <td class="text-left">{{ history.notify }}</td> </tr> {% endfor %} {% else %} <tr> <td class="text-center" colspan="4">{{ text_no_results }}</td> </tr> {% endif %} </tbody> </table> </div> <div class="row"> <div class="col-sm-6 text-left">{{ pagination }}</div> <div class="col-sm-6 text-right">{{ results }}</div> </div>
💾 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