summaryrefslogtreecommitdiff
path: root/public/app
diff options
context:
space:
mode:
authorGeo Xalkis <gx23100@gmail.com>2023-07-30 17:17:44 +0300
committerGeo Xalkis <gx23100@gmail.com>2023-07-30 17:17:44 +0300
commit866ee315d09b1b8ecfda9d7bed516523fc1b82e4 (patch)
treef332728ec8f97ee94a92afd8429f57064b719fcc /public/app
parent283363bca1a12444925d6a2beadfad4d050197d1 (diff)
downloadgyraf1gov-866ee315d09b1b8ecfda9d7bed516523fc1b82e4.tar.gz
gyraf1gov-866ee315d09b1b8ecfda9d7bed516523fc1b82e4.tar.bz2
gyraf1gov-866ee315d09b1b8ecfda9d7bed516523fc1b82e4.zip
some changes (in progress)
Diffstat (limited to 'public/app')
-rw-r--r--public/app/views/js/pdf-designer/penalty.php8
-rw-r--r--public/app/views/templates/admin_petitions.php1
2 files changed, 5 insertions, 4 deletions
diff --git a/public/app/views/js/pdf-designer/penalty.php b/public/app/views/js/pdf-designer/penalty.php
index d452ed4..1b8b5ea 100644
--- a/public/app/views/js/pdf-designer/penalty.php
+++ b/public/app/views/js/pdf-designer/penalty.php
@@ -29,15 +29,15 @@ function designer(data, defines) {
title: data.subject,
author: defines.organization,
subject: data.subject,
- keywords: [petition, year].join(', '),
+ keywords: [petition, year].join(', ')
},
content: [
{
text: [
+ 'Καταγραφή Ενέργειας Υποστήριξης Εύρυθμης Λειτουργείας\n',
'ΠΡΑΚΤΙΚΟ ',
- 'something',
- ' / ',
- 'something else\n\n'
+ 'αριθμός πρακτικού',
+ '\n\n'
],
style: 'header'
},
diff --git a/public/app/views/templates/admin_petitions.php b/public/app/views/templates/admin_petitions.php
index 2a8479d..52f2a89 100644
--- a/public/app/views/templates/admin_petitions.php
+++ b/public/app/views/templates/admin_petitions.php
@@ -51,6 +51,7 @@
<th class="dt-protocol">Αρ.Πρωτόκολλου</th>
<th class="dt-user">Χρήστης</th>
<!-- <th class="dt-signature">Signature</th> -->
+ <th class="dt-type">Είδος</th>
<th class="dt-datepost">Ημερ. Καταχώρισης</th>
<th class="dt-actions"></th>
</thead>