1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Sort by primary id when exporting tables. Alert-box styling fix on modern-light admin theme.

This commit is contained in:
Cameron
2021-05-11 13:26:27 -07:00
parent 6674beaf82
commit 8d29f97bd2
3 changed files with 16 additions and 3 deletions

View File

@@ -1273,7 +1273,7 @@ class system_tools
<td>
".$frm->checkbox("xml_tables[".$name."]", $name, $checked, array('label'=>DBLAN_99." ".$name)).
"</td>
<td class='right'>$count</td>
<td class='right'>".$count."</td>
</tr>";
}