Skip to content

Commit 6039df9

Browse files
Merge pull request #3991 from OpenLiberty/modal-draft
Modal in /start not closing
2 parents 92aee84 + f2a832b commit 6039df9

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

src/main/content/contribute.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container">
1515
<div class="row">
1616
<div class="col-md-5">
17-
<img id="intro_logo" src="{{ "/img/contribute_page_title.svg" | relative }}" class="img-fluid" alt="Contribute">
17+
<img id="intro_logo" src="{{ '/img/contribute_page_title.svg' | relative }}" class="img-fluid" alt="Contribute">
1818
</div>
1919
<div class="col-md-7">
2020
<p id="contribute_intro_paragraph_1">
@@ -102,7 +102,7 @@ <h2 id="tools_and_tests_title_1">{% t contribute.tools_and_test_title1 %}</h2>
102102
<p id="tools_and_tests_paragraph_1">
103103
{% t contribute.tools_and_test_paragraph1 %}
104104
</p>
105-
<img id="tools_and_tests_image" src="{{ "/img/contribute2.jpg" | relative }}" class="img-fluid d-block mx-auto" alt="Four UFOs working together to transport a hammer and a wrench">
105+
<img id="tools_and_tests_image" src="{{ '/img/contribute2.jpg' | relative }}" class="img-fluid d-block mx-auto" alt="Four UFOs working together to transport a hammer and a wrench">
106106
</div>
107107
<div class="col-md-7">
108108
<h3 id="tools_and_tests_title_2">{% t contribute.tools_and_test_title2 %}</h3>

src/main/content/guides.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ <h2 id="guides_title">{% t pages.guides %}</h2>
4545
{% t guides.description %}
4646
</p>
4747
</div>
48-
<img id="clouds" src="{{ "/img/guides_clouds.png" | relative }}"
49-
alt='clouds'>
48+
<img id="clouds" src="{{ '/img/guides_clouds.png' | relative }}" alt='clouds'>
5049
<div id="guides_search_container" class="col-xs-12 col-sm-5 col-md-6">
5150
<input
5251
id="guide_search_input"

src/main/content/start.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
</script>
2222
<!-- INTRO -->
2323
<div id="downloads_intro_background">
24-
<img id="leftcloud" class="d-none d-lg-block" src="{{ "/img/home_cloud_1.png" | relative }}" alt="">
25-
<img id="rightcloud" class="d-none d-lg-block" src="{{ "/img/home_cloud_1.png" | relative }}" alt="">
26-
<img id="rightcloud2" class="d-none d-lg-block" src="{{ "/img/home_cloud_1.png" | relative }}" alt="">
24+
<img id="leftcloud" class="d-none d-lg-block" src="{{ '/img/home_cloud_1.png' | relative }}" alt="">
25+
<img id="rightcloud" class="d-none d-lg-block" src="{{ '/img/home_cloud_1.png' | relative }}" alt="">
26+
<img id="rightcloud2" class="d-none d-lg-block" src="{{ '/img/home_cloud_1.png' | relative }}" alt="">
2727
<span id="star1" class="star d-none d-lg-block"></span>
2828
<span id="star2" class="star d-none d-lg-block"></span>
2929
<span id="star3" class="star d-none d-lg-block"></span>
@@ -110,7 +110,7 @@ <h2 id="_create_a_starter_application" class="section_title"><a class="anchor" h
110110
<div class="modal-dialog" role="document">
111111
<div class="modal-content">
112112
<div class="modal-header">
113-
<button type="button" class="close generate-project-modal-close" data-dismiss="modal" aria-label="Close">
113+
<button type="button" class="close generate-project-modal-close" data-bs-dismiss="modal" aria-label="Close">
114114
<span aria-hidden="true">&times;</span>
115115
</button>
116116
</div>
@@ -127,7 +127,7 @@ <h3>{% t start.generate_project_modal.heading %}</h3>
127127
</p>
128128
</div>
129129
<div class="modal-footer">
130-
<button type="button" id="gen_proj_popup_button" class="btn btn-primary" data-dismiss="modal">{% t start.generate_project_modal.got_it %}</button>
130+
<button type="button" id="gen_proj_popup_button" class="btn btn-primary" data-bs-dismiss="modal">{% t start.generate_project_modal.got_it %}</button>
131131
</div>
132132
</div>
133133
</div>
@@ -365,13 +365,13 @@ <h2 id="downloads-pkg" class="section_title"><a class="anchor" href="#downloads-
365365

366366
<!-- UFO IMAGES -->
367367
<div id="bottom_images_container" class="container">
368-
<img id="ufo" src="{{ "/img/ufo.png" | relative }}" alt="ufo">
369-
<img id="ufobeam" src="{{ "/img/ufo_beam.png" | relative }}" alt="ufo beam">
370-
<img id="cow" class src="{{ "/img/cow.png" | relative }}" alt="cow">
371-
<img id="cowshadow" src="{{ "/img/cow_shadow.png" | relative }}" alt="cow shadow">
372-
<img id="outerbeam" src="{{ "/img/outer_beam.png" | relative }}" alt="outer beam">
373-
<img id="bottomleftclouds" src="{{ "/img/bottom_left_clouds.png" | relative }}" alt="bottom left clouds">
374-
<img id="bottomrightcloud" src="{{ "/img/bottom_right_cloud.png" | relative }}" alt="bottom right cloud">
368+
<img id="ufo" src="{{ '/img/ufo.png' | relative }}" alt="ufo">
369+
<img id="ufobeam" src="{{ '/img/ufo_beam.png' | relative }}" alt="ufo beam">
370+
<img id="cow" class src="{{ '/img/cow.png' | relative }}" alt="cow">
371+
<img id="cowshadow" src="{{ '/img/cow_shadow.png' | relative }}" alt="cow shadow">
372+
<img id="outerbeam" src="{{ '/img/outer_beam.png' | relative }}" alt="outer beam">
373+
<img id="bottomleftclouds" src="{{ '/img/bottom_left_clouds.png' | relative }}" alt="bottom left clouds">
374+
<img id="bottomrightcloud" src="{{ '/img/bottom_right_cloud.png' | relative }}" alt="bottom right cloud">
375375
<p id="cow_text">
376376
{% t start.download_package_section.cow_text %}
377377
</p>

src/main/content/support.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h5 class="card-title">{% t global.gitter %}</h5>
119119
</div>
120120
</div>
121121
<div class="col-xs-12 col-sm-6 col-md-5">
122-
<img id="moon_github" src="{{ "/img/moon_github.svg" | relative }}" class="img-fluid" alt="moon_github">
122+
<img id="moon_github" src="{{ '/img/moon_github.svg' | relative }}" class="img-fluid" alt="moon_github">
123123
</div>
124124
</div>
125125

@@ -129,7 +129,7 @@ <h5 class="card-title">{% t global.gitter %}</h5>
129129

130130
<!-- CONTRIBUTE SECTION -->
131131
<div id="contribute_section">
132-
<img id="spaceship" src="{{ "/img/spaceship.svg" | relative }}" class="img-fluid" alt="spaceship">
132+
<img id="spaceship" src="{{ '/img/spaceship.svg' | relative }}" class="img-fluid" alt="spaceship">
133133

134134
<div id="contribute_title">
135135
{% t support.contributor_title %}

0 commit comments

Comments
 (0)