|
@@ -58,8 +58,8 @@ discard block |
|
|
block discarded – undo |
|
58
|
58
|
$aData = $this->textcats->getCompleteTextcatForCurrentLang(); |
|
59
|
59
|
|
|
60
|
60
|
$aListSetting = [ |
|
61
|
|
- ['title' => $this->hardcodedtextcats->get('textcatadmin_list_title_key'), 'key' => 'tc_key', 'width' => '20%', 'linked' => false,], |
|
62
|
|
- ['title' => $this->hardcodedtextcats->get('textcatadmin_list_title_text'), 'key' => 'tcl_text', 'width' => '80%', 'linked' => false, 'escapehtmlspecialchars' => true,], |
|
|
61
|
+ ['title' => $this->hardcodedtextcats->get('textcatadmin_list_title_key'), 'key' => 'tc_key', 'width' => '20%', 'linked' => false, ], |
|
|
62
|
+ ['title' => $this->hardcodedtextcats->get('textcatadmin_list_title_text'), 'key' => 'tcl_text', 'width' => '80%', 'linked' => false, 'escapehtmlspecialchars' => true, ], |
|
63
|
63
|
[ |
|
64
|
64
|
'title' => $this->hardcodedtextcats->get('textcatadmin_list_title_edit'), |
|
65
|
65
|
'key' => 'tc_id', |
|
@@ -124,8 +124,8 @@ discard block |
|
|
block discarded – undo |
|
124
|
124
|
|
|
125
|
125
|
if ($iArchivedRows > 0) { |
|
126
|
126
|
$aListSetting = [ |
|
127
|
|
- ['title' => 'tcla_timestamp', 'key' => 'tcla_timestamp', 'width' => '15%', 'linked' => false,], |
|
128
|
|
- ['title' => 'tcl_text', 'key' => 'tcl_text', 'width' => '85%', 'linked' => false, 'escapehtmlspecialchars' => true,], |
|
|
127
|
+ ['title' => 'tcla_timestamp', 'key' => 'tcla_timestamp', 'width' => '15%', 'linked' => false, ], |
|
|
128
|
+ ['title' => 'tcl_text', 'key' => 'tcl_text', 'width' => '85%', 'linked' => false, 'escapehtmlspecialchars' => true, ], |
|
129
|
129
|
]; |
|
130
|
130
|
$aData = $statement->fetchAll(); |
|
131
|
131
|
$this->P->cb_customdata['archived_list'] = Tools::makeListtable($aListSetting, |