Skip to content

Commit 14736a4

Browse files
committed
Added "Build" icon
1 parent e6c97bd commit 14736a4

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<h5>3.01 Alpha 2 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.1
1+
<h5>3.01 Alpha 2 [WORK IN PROGRESS - NOT RELEASED]</h5> Dev: XOOPS 2.5.11, PHP 7.4.2
22
<hr>
3-
- code cosmetics
3+
- code cosmetics (mamba)
4+
- added "Build" icons to Modules and Tables tabs - time saver (mamba)
45

56
<h5>3.01 Alpha 1 [2020-01-01]</h5> Dev: XOOPS 2.5.11, PHP 7.4.1
67
<hr>

templates/admin/tdmcreate_modules.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<a href="modules.php?op=delete&amp;mod_id=<{$module.id}>" title="<{$smarty.const._DELETE}>">
8080
<img src="<{xoModuleIcons16 delete.png}>" alt="<{$smarty.const._DELETE}>"/>
8181
</a>
82+
<a href="building.php?op=build&amp;mod_id=<{$module.id}>"><img src="<{xoModuleIcons16 forward.png}>"
83+
alt="<{$smarty.const._AM_TDMCREATE_ADMIN_CONST}>"
84+
title="<{$smarty.const._AM_TDMCREATE_ADMIN_CONST}>"></a>
8285
</td>
8386
</tr>
8487
<{/foreach}>

templates/admin/tdmcreate_tables.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<a href="modules.php?op=delete&amp;mod_id=<{$module.id}>" title="<{$smarty.const._DELETE}>">
8787
<img src="<{xoModuleIcons16 delete.png}>" alt="<{$smarty.const._DELETE}>" alt="<{$smarty.const._DELETE}>"/>
8888
</a>
89+
<a href="building.php?op=build&amp;mod_id=<{$module.id}>"><img src="<{xoModuleIcons16 forward.png}>"
90+
alt="<{$smarty.const._AM_TDMCREATE_ADMIN_CONST}>"
91+
title="<{$smarty.const._AM_TDMCREATE_ADMIN_CONST}>"></a>
8992
</td>
9093
</tr>
9194
<tr class="toggleChild">

0 commit comments

Comments
 (0)