1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Simplified snippet example. Added caching of loaded snippet.

This commit is contained in:
Cameron
2020-12-23 08:04:20 -08:00
parent 5009b35163
commit ffea1449f9
4 changed files with 61 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
<label class='checkbox form-check'>
<input id='{id}' class='{class}' type='checkbox' name='{name}' value='{value}' {readonly} {checked} />
<input class='{class}' type='checkbox' {attributes} />
<span>{label}</span>
</label>