diff options
Diffstat (limited to 'public/app/views')
| -rw-r--r-- | public/app/views/js/pdf-designer/penalty.php | 8 | ||||
| -rw-r--r-- | public/app/views/templates/admin_petitions.php | 1 |
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> |
