Skip to content

Commit 75e1170

Browse files
committed
⚑ πŸ”¨ 🎨 xUpdate Management Dashboard v2.3.1.1
1 parent d75fce2 commit 75e1170

30 files changed

+647
-571
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
![License GPL](https://img.shields.io/badge/License-GPL-green)
33
![X-Updare Store](https://img.shields.io/badge/X--Update%20Store-Pending-red)
44

5-
## ///// β€” X-Update :: Update Manager Dashboard
5+
## ///// β€” X-Update :: Update Management Dashboard
66

7-
![alt text](https://repository-images.githubusercontent.com/461634439/038a5641-d653-4d78-ba55-898667ae73)
7+
![alt text](https://repository-images.githubusercontent.com/4171652/9f71c520-9249-44cc-bd7c-c7b51f091fb)
88

99

1010
MODULE | X-Update Manager

β€Žhtml/modules/xupdate/admin/templates/stylesheets/__module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ul.legacy_actionsearch_records {
2121

2222
}
2323
.legacy_blocktype_custom {
24-
color:var(--ui-color-blue)
24+
color:var(--color-blue)
2525
}
2626
.legacy_blockside {
2727
width:135px;
@@ -52,10 +52,10 @@ input[type="radio"] {
5252
font-weight:bold;
5353
}
5454
.legacy_module_error {
55-
color:var(--ui-color-red)
55+
color:var(--color-red)
5656
}
5757
.legacy_module_warning {
58-
color:var(--ui-color-orange)
58+
color:var(--color-orange)
5959
}
6060
.legacy_module_message {
6161

@@ -67,7 +67,7 @@ input[type="radio"] {
6767
font-weight:bold;
6868
}
6969
.legacy_module_versionMsg {
70-
color:var(--ui-color-blue);
70+
color:var(--color-blue);
7171
font-weight:bold;
7272
}
7373

@@ -164,7 +164,7 @@ input[type="radio"] {
164164
padding:2px 2px 2px 10px;
165165
}
166166
.help a {
167-
color:var(--ui-color-link);
167+
color:var(--color-link);
168168
text-decoration:underline;
169169
font-weight:bold;
170170
margin:0 0.5em;
Lines changed: 1 addition & 0 deletions
Loading

β€Žhtml/modules/xupdate/language/english/help/help.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<hav id="help-menu">
55
<ul>
6-
<li><a href="#help-overview" class="ui-btn">Store Overview</a>
7-
<li><a href="#help-store" class="ui-btn">Store List</a>
8-
<li><a href="#help-module" class="ui-btn">Module</a>
9-
<li><a href="#help-theme" class="ui-btn">Theme</a>
10-
<li><a href="#help-themefinder" class="ui-btn">Theme Finder</a>
11-
<li><a href="#help-preload" class="ui-btn">Preload</a>
12-
<li><a href="#help-preferences" class="ui-btn">Store Preferences</a>
6+
<li><a href="#help-overview" class="button">Store Overview</a>
7+
<li><a href="#help-store" class="button">Store List</a>
8+
<li><a href="#help-module" class="button">Module</a>
9+
<li><a href="#help-theme" class="button">Theme</a>
10+
<li><a href="#help-themefinder" class="button">Theme Finder</a>
11+
<li><a href="#help-preload" class="button">Preload</a>
12+
<li><a href="#help-preferences" class="button">Store Preferences</a>
1313
</ul>
1414
</nav>
1515

β€Žhtml/modules/xupdate/language/ja_utf8/help/help.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<hav id="help-menu">
55
<ul>
6-
<li><a href="#help-overview" class="ui-btn">Store Overview</a>
7-
<li><a href="#help-store" class="ui-btn">Store List</a>
8-
<li><a href="#help-module" class="ui-btn">Module</a>
9-
<li><a href="#help-theme" class="ui-btn">Theme</a>
10-
<li><a href="#help-themefinder" class="ui-btn">Theme Finder</a>
11-
<li><a href="#help-preload" class="ui-btn">Preload</a>
12-
<li><a href="#help-preferences" class="ui-btn">Store Preferences</a>
6+
<li><a href="#help-overview" class="button">Store Overview</a>
7+
<li><a href="#help-store" class="button">Store List</a>
8+
<li><a href="#help-module" class="button">Module</a>
9+
<li><a href="#help-theme" class="button">Theme</a>
10+
<li><a href="#help-themefinder" class="button">Theme Finder</a>
11+
<li><a href="#help-preload" class="button">Preload</a>
12+
<li><a href="#help-preferences" class="button">Store Preferences</a>
1313
</ul>
1414
</nav>
1515

β€Žxoops_trust_path/modules/xupdate/admin/templates/admin_menunavi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<{foreach item=menu from=$adminMenu}>
66
<a href="<{$menu.link|xoops_escape:link}>" class="adminavi-item"><{$menu.title|xoops_escape}></a>
77
<{/foreach}>
8-
<a href="<{$xoops_url}>/admin.php" class="adminavi-item"><{$smarty.const._CPHOME}></a>
8+
<!-- <a href="<{$xoops_url}>/admin.php" class="adminavi-item"><{$smarty.const._CPHOME}></a>-->
99
<{/if}>
1010
</div>

β€Žxoops_trust_path/modules/xupdate/admin/templates/admin_module_install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2 class="admintitle"><{$smarty.const._AD_XUPDATE_LANG_MODULES}> <{$smarty.cons
1919

2020
<{if $xupdate_nextlink}>
2121
<div class="toptab">
22-
<div id="xupdate_addModule" class="ui-btn">
22+
<div id="xupdate_addModule" class="button">
2323
<{$xupdate_nextlink}>
2424
</div>
2525
</div>

β€Žxoops_trust_path/modules/xupdate/admin/templates/admin_module_install_confirm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ <h2 class="admintitle"><{$smarty.const._MI_XUPDATE_ADMENU_ADDONSTORE}> : <{$dirn
5454
<!-- <tr>-->
5555
<!-- <td class="legacy_list_select"><{$smarty.const._MI_XUPDATE_ADMENU_ADDONSTORE}></td>-->
5656
<!-- <td class="legacy_list_select">-->
57-
<!-- <a class="ui-btn" href="index.php?action=<{$action}>&amp;sid=<{$sid}>">-->
57+
<!-- <a class="button" href="index.php?action=<{$action}>&amp;sid=<{$sid}>">-->
5858
<!-- &#127978; <{$store_name|xoops_escape:show}></a>-->
5959
<!-- <{if $detail_url}>-->
60-
<!-- | <a class="ui-btn" href="<{$detail_url|xoops_escape:show}>" target="_blank">&#128230; <{$target_key|xoops_escape:show}> β†—</a>-->
60+
<!-- | <a class="button" href="<{$detail_url|xoops_escape:show}>" target="_blank">&#128230; <{$target_key|xoops_escape:show}> β†—</a>-->
6161
<!-- <{/if}>-->
6262
<!-- </td>-->
6363
<!-- </tr>-->
@@ -81,7 +81,7 @@ <h2 class="admintitle"><{$smarty.const._MI_XUPDATE_ADMENU_ADDONSTORE}> : <{$dirn
8181
<{$version}><{if $detailed_version}> [ <{$detailed_version}> ]<{/if}>
8282
<{if $options.changes_url}>
8383
<a href="<{$options.changes_url|escape:'html'}>"
84-
class="ui-btn ui-btn-small"
84+
class="button button-small"
8585
target="_blank"><{$smarty.const._AD_XUPDATE_RECENTCHANGES}>
8686
</a>
8787
<{/if}>

β€Žxoops_trust_path/modules/xupdate/admin/templates/admin_module_store.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@ <h2 class="admintitle"><{$smarty.const._AD_XUPDATE_LANG_MODULES}> <{if $storeObj
3232

3333

3434
<{* ////β€” ACTION-CONTROL β€”\\\\ *}>
35-
<section layout="row center-justify sm-column" class="control-action">
35+
<section layout="row center-justify sm-column" class="action-control">
3636

3737
<div class="filtermenu" self="sm-full">
38-
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>" class="ui-btn ui-btn-small">
38+
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>" class="button">
3939
<{$smarty.const._MI_XUPDATE_ALL}>
4040
</a>
41-
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>filter=installed" class="ui-btn ui-btn-small">
41+
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>filter=installed" class="button">
4242
<{$smarty.const._MI_XUPDATE_INSTALLED}>
4343
</a>
44-
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>filter=updated" class="ui-btn ui-btn-small">
44+
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>filter=updated" class="button">
4545
<{$smarty.const._MI_XUPDATE_UPDATED}>
4646
</a>
47-
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>filter=future" class="ui-btn ui-btn-small">
47+
<a href="index.php?action=<{$action}>&amp;<{$pageNavi->getPrefix()}><{$sid_query}><{$sort_query}>filter=future" class="button">
4848
<{$smarty.const._MI_XUPDATE_FUTURE}>
4949
</a>
5050
</div>
5151

5252
<div class="control-view" self="sm-full">
53-
<a href="<{$xoops_url}>/modules/legacy/admin/index.php?action=InstallList" class="ui-btn"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL}></a>
54-
<button class="help-admin ui-btn" type='button' data-id='4' data-module='xupdate' data-help-article='#help-store' title="Help">
55-
<span class="ui-icon ui-icon-help"></span>
53+
<a href="<{$xoops_url}>/modules/legacy/admin/index.php?action=InstallList" class="button"><{$smarty.const._AD_LEGACY_LANG_MODINSTALL}></a>
54+
<button class="help-admin button" type='button' data-id='4' data-module='xupdate' data-help-article='#help-store' title="<{$smarty.const._HELP}>">
55+
<b>?</b>
5656
</button>
5757
</div>
5858

@@ -71,7 +71,7 @@ <h2 class="admintitle"><{$smarty.const._AD_XUPDATE_LANG_MODULES}> <{if $storeObj
7171
<th>
7272
<{* ////β€” DROPDOWN SORT β€”\\\\ *}>
7373
<div class="dropdown" id="filter-sort">
74-
<a href="#" class="dropdown-toggle ui-btn" aria-label="sort filter">
74+
<a href="#" class="dropdown-toggle button" aria-label="sort filter">
7575
<img class="svg" src="<{$xoops_url}>/images/icons/list-tree.svg" width="24px" height="24px" alt="options">
7676
</a>
7777
<{* ----- Dropdown-content ----- *}>
@@ -302,12 +302,12 @@ <h6><{$smarty.const._AD_XUPDATE_LANG_TYPE}></h6>
302302
<tr>
303303
<td colspan="<{if $sid}>4<{else}>4<{/if}>">
304304
<{xoops_token form=$actionForm}>
305-
<input class="ui-btn" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel">
306-
<input class="ui-btn" type="submit" value="<{$smarty.const._AD_LEGACY_LANG_MOD_NAME}><{$smarty.const._EDIT}>">
305+
<input class="button" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel">
306+
<input class="button" type="submit" value="<{$smarty.const._AD_LEGACY_LANG_MOD_NAME}><{$smarty.const._EDIT}>">
307307
</td>
308308
<td class="foot" colspan="2">
309309
<{if $xupdate_writable.result==true}>
310-
<input class="ui-btn" type="submit" value="<{$smarty.const._AD_XUPDATE_LANG_MESSAGE_BATCH_INSTALL}>" id="rapidModuleInstallButton">
310+
<input class="button" type="submit" value="<{$smarty.const._AD_XUPDATE_LANG_MESSAGE_BATCH_INSTALL}>" id="rapidModuleInstallButton">
311311
<{/if}>
312312
</td>
313313
</tr>

β€Žxoops_trust_path/modules/xupdate/admin/templates/admin_module_view.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ <h2 class="admintitle"><{$smarty.const._AD_XUPDATE_LANG_STORES}></h2>
1111
<{include file="admin_tips.html"}>
1212

1313
<{* ////β€” ACTION-CONTROL β€”\\\\ *}>
14-
<section layout="row center-justify sm-column" class="control-action">
14+
<section layout="row center-justify sm-column" class="action-control">
1515
<div class="filtermenu" self="sm-full">
1616
<!-- No category selection -->
1717
</div>
1818
<div class="control-view" self="sm-full">
19-
<a href="#" id="check-app" class="ui-btn">
19+
<a href="#" id="check-app" class="button">
2020
<img class="svg" src="<{$xoops_url}>/images/icons/check.svg" width="1em" height="1em" alt="check"> Configuration Checker
2121
</a>
22-
<button class="help-admin ui-btn" type='button' data-id='4' data-module='xupdate' data-help-article='#help-store' title="Help">
23-
<span class="ui-icon ui-icon-help"></span>
22+
<button class="help-admin button" type='button' data-id='4' data-module='xupdate' data-help-article='#help-store' title="<{$smarty.const._HELP}>">
23+
<b>?</b>
2424
</button>
2525
</div>
2626
</section>

0 commit comments

Comments
Β (0)