Skip to content

Commit

Permalink
Admin theme color mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Nov 22, 2022
1 parent 343d9eb commit 6c383e1
Show file tree
Hide file tree
Showing 24 changed files with 532 additions and 1,134 deletions.
4 changes: 2 additions & 2 deletions html/modules/legacy/admin/templates/block_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ <h2 class="admintitle"><{$smarty.const._MI_LEGACY_MENU_BLOCKLIST}></h2>
</div>

</form>

<{include file="./components/pagenavi.html"}>
<{* Smarty generates nav pagination + ul pagenavi *}>
<div class="pagination"><{xoops_pagenavi pagenavi=$pageNavi}></div>
11 changes: 9 additions & 2 deletions html/modules/legacy/admin/templates/components/pagenavi.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
<{* ---------- ---------- ---------- ---------- ---------- Pagenavi *}>
<div class="pagenavi"><{xoops_pagenavi pagenavi=$pageNavi}></div>
<{* ---------- Pagenavi
The Smarty Plugin function.xoops_pagenavi.php generates the following list:
<ul class="pagenavi">
<li class="previous">
<li aria-label='page' aria-current='page'>
<li class="next">
<ul>
---------- *}>
<nav class="pagination"><{xoops_pagenavi pagenavi=$pageNavi}></nav>
4 changes: 2 additions & 2 deletions html/modules/legacy/admin/theme/admin_theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- ===========================
XOOPSCube Theme : XCL Admin Flex Grid
Distribution : XOOPSCube XCL 2.3.1
Version : 1.0.0
Version : 1.1.1
Author : Nuno Luciano aka Gigamaster
Date : 2021-10-28
Date : 2022-11-21
URL : https://github.com/xoopscube/
=========================== -->
<head>
Expand Down
4 changes: 2 additions & 2 deletions html/modules/legacy/admin/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
XOOPSCube Theme : XCL Admin Flex Grid
Distribution : XOOPSCube XCL 2.3.1
Version : 1.0.1
Version : 1.1.1
Author : Nuno Luciano aka Gigamaster
Date : 2021-10-28
Date : 2022-11-21
URL : https://github.com/xoopscube/
-------------------- -------------------- -------------------- ----- IMPORT */
Expand Down
Loading

0 comments on commit 6c383e1

Please sign in to comment.