Skip to content

Commit

Permalink
refactor: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Aug 23, 2024
1 parent a66b90b commit f27cd46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions phpmyfaq/assets/templates/setup/update/step1.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<li>phpMyFAQ 3.0.x</li>
<li>phpMyFAQ 3.1.x</li>
<li>phpMyFAQ 3.2.x</li>
<li>phpMyFAQ 4.0.x</li>
</ul>
</div>
<div class="col">
Expand Down Expand Up @@ -54,8 +55,8 @@

<div class="row">
<div class="col d-flex justify-content-end">
<button class="btn btn-primary btn-next btn-lg disabled" type="button"
id="phpmyfaq-update-next-step-button" disabled>
<button class="btn btn-primary btn-next btn-lg disabled" type="button" id="phpmyfaq-update-next-step-button"
disabled>
Next update step
</button>
</div>
Expand Down
3 changes: 1 addition & 2 deletions phpmyfaq/assets/templates/setup/update/step2.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@

<div class="row">
<div class="col d-flex justify-content-end">
<button class="btn btn-primary btn-next btn-lg" type="button"
id="phpmyfaq-update-next-step-button">
<button class="btn btn-primary btn-next btn-lg" type="button" id="phpmyfaq-update-next-step-button">
Next update step
</button>
</div>
Expand Down
3 changes: 1 addition & 2 deletions phpmyfaq/assets/templates/setup/update/step3.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<div class="col mt-5">

<div class="progress m-5" role="progressbar">
<div class="progress-bar progress-bar-striped progress-bar-animated"
id="result-update" style="width: 0">
<div class="progress-bar progress-bar-striped progress-bar-animated" id="result-update" style="width: 0">
0%
</div>
</div>
Expand Down

0 comments on commit f27cd46

Please sign in to comment.