mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
refactor: Admin index — replace emoji buttons with Phosphor SVG icons, add back buttons + row click navigation, minimal JS, move export DB to Exporter modal, color stats, bulk bar anti-shift, credits reorder, tags icons
This commit is contained in:
@@ -763,7 +763,7 @@ class Database
|
||||
'title' => 't.title',
|
||||
'year' => 't.year',
|
||||
'orientation' => 'o.name',
|
||||
'ap_program' => 'ap.name',
|
||||
'ap_program' => 'ap.code',
|
||||
'is_published' => 't.is_published',
|
||||
'submitted_at' => 't.submitted_at',
|
||||
];
|
||||
@@ -834,7 +834,7 @@ class Database
|
||||
$sql = 'SELECT
|
||||
t.id, t.identifier, t.title, t.subtitle, t.year,
|
||||
o.name as orientation,
|
||||
ap.name as ap_program,
|
||||
ap.code as ap_program,
|
||||
GROUP_CONCAT(DISTINCT a.name ORDER BY a.name ASC) as authors,
|
||||
t.submitted_at,
|
||||
t.is_published,
|
||||
|
||||
Reference in New Issue
Block a user