Skip to content

Commit f757d25

Browse files
Merge pull request #197 from CodeForPhilly/features/bootstrap4
Migrate to Bootstrap 4
2 parents 6ab94b4 + c550133 commit f757d25

File tree

76 files changed

+3588
-25781
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+3588
-25781
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
root = "css"
3+
files = [
4+
"bootstrap-combobox.css"
5+
]
6+
after = [ "skeleton-v2" ]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
root = "dist/css"
3+
files = [
4+
"select2.css"
5+
]
6+
after = [ "skeleton-v2" ]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
root = "js"
3+
files = [
4+
"bootstrap-combobox.js"
5+
]
6+
after = [ "skeleton-v2" ]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[holomapping]
2+
root = "dist/js"
3+
files = [
4+
"select2.js"
5+
]
6+
after = [ "skeleton-v2" ]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[holosource]
2+
url = "https://github.com/y-code/bootstrap-combobox.git"
3+
ref = "refs/heads/bootstrap4-support"

.holo/sources/select2.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[holosource]
2+
url = "https://github.com/select2/select2.git"
3+
ref = "refs/heads/4.x"

html-templates/blog/blogPost.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{if Emergence\CMS\BlogRequestHandler::checkWriteAccess($Post)}
7474
<div class="btn-toolbar pull-right">
7575
<div class="btn-group">
76-
<a href="{$Post->getURL()}/edit" class="btn btn-default">{*glyph "pencil"*} {_ Edit}</a>
76+
<a href="{$Post->getURL()}/edit" class="btn btn-secondary">{*glyph "pencil"*} {_ Edit}</a>
7777
<a href="{$Post->getURL()}/delete"
7878
class="btn btn-danger confirm"
7979
data-confirm-yes="Delete Post"
@@ -112,4 +112,4 @@
112112

113113
{/block}
114114
</div>
115-
{/block}
115+
{/block}

html-templates/confirm.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
</div>
1313
<p class="confirm">{$question}</p>
1414
<form method="POST">
15-
<button type="button" class="btn btn-default margin-right" name="Sure" value="No" onclick="javascript:history.go(-1);">No</button>
15+
<button type="button" class="btn btn-secondary margin-right" name="Sure" value="No" onclick="javascript:history.go(-1);">No</button>
1616
<button type="submit" class="btn btn-danger" name="Sure">Yes</button>
1717
</form>
1818
</div>
1919
</div>
20-
{/block}
20+
{/block}

html-templates/designs/site.subtemplates.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{load_templates subtemplates/personName.tpl}
2-
{load_templates subtemplates/glyphicons.tpl}
32
{load_templates subtemplates/icon.tpl}
43
{load_templates subtemplates/timestamp.tpl}
54
{load_templates subtemplates/people.tpl}

html-templates/events/event.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="btn-toolbar pull-right">
1616
{if $.User}
1717
<form action="{$Event->getUrl(edit)}">
18-
<button class="btn btn-success" type="submit">{glyph "pencil"}&nbsp;{_ "Edit Event&hellip;"}</button>
18+
<button class="btn btn-success" type="submit">{icon "pencil"}&nbsp;{_ "Edit Event&hellip;"}</button>
1919
</form>
2020
{/if}
2121
</div>

0 commit comments

Comments
 (0)