Bug 5694: Request Various Attachment Changes. Fixed the most.
authorJoe <joe.hunt.consulting@gmail.com>
Fri, 28 Apr 2023 21:28:39 +0000 (23:28 +0200)
committerJoe <joe.hunt.consulting@gmail.com>
Fri, 28 Apr 2023 21:28:39 +0000 (23:28 +0200)
includes/ui/attachment.inc

index 2ee8ce0cbfe1bdd8af5a8b5f916b5f913d5f16fb..1ee3df126d4e94848bb1ab895fc81fd858096b6d 100644 (file)
@@ -81,7 +81,7 @@ class attachments extends simple_crud {
                        $attachments[] = $row;
 
                start_table(TABLESTYLE, "width=80%");
-               $th = array(_("ID"), _("Docs Title"), _("Filename"), _("Size"), _("Filetype"), _("Date Updated"),  "",  "", "", "");    
+               $th = array(_("ID"), _("Doc Title"), _("Filename"), _("Size"), _("Filetype"), _("Doc Date"),  "",  "", "", ""); 
                table_header($th);      
                if($attachments){       
                        foreach($attachments as $de) {
@@ -134,7 +134,7 @@ class attachments extends simple_crud {
 
                label_row(_($id_word), $_POST['trans_no']);     
                date_row(_("Date"), 'tran_date');
-               text_row_ex(_("Docs Title").':', 'description', 40);
+               text_row_ex(_("Doc Title").':', 'description', 40);
                if ($this->selected_id)
                        label_row(_("File:"), sprintf(_("%s [%s bytes]"), $row['filename'], $row['filesize']));
                file_row( ($this->selected_id ? _("File change") : _("Select file")) . ":", 'file_attachment_name', 'file_attachment_name');