VENOM-10: added files x.tpl, x.php Modules

This commit is contained in:
engineerTrooper 2020-12-03 17:58:36 +01:00
commit f9dd03193e
33 changed files with 975 additions and 35 deletions

View file

@ -1,3 +1,3 @@
<svg role="img" class="icon">
<use href="/theme/admin/icon-sprite.svg#${icon}"></use>
<svg role="img" class="icon ${class}">
<use href="/theme/admin/icon-sprite.svg#${icon}" xlink:href="/theme/admin/icon-sprite.svg#${icon}"></use>
</svg>

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 155 B

Before After
Before After

View file

@ -0,0 +1,5 @@
<v-switch data-id="${id}">
<input type="checkbox" required name="${name}">
<label></label>
<span>${desc}</span>
</v-switch>