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

Removed snippets from bootstrap3 theme. Fix for line-endings issue in cache tests.

This commit is contained in:
Cameron
2020-12-28 15:16:23 -08:00
parent 518eb6016c
commit a41693b4b6
5 changed files with 26 additions and 22 deletions

View File

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

View File

@@ -1,4 +0,0 @@
<label class="radio-inline form-check-inline">
<input class="form-check-input" type="radio" {attributes} />
<span>{label}</span>
</label>