Răsfoiți Sursa

password modal is used in all flavors of the bootstrap theme

El RIDO 7 ani în urmă
părinte
comite
58fa7c987d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tpl/bootstrap.php

+ 1 - 1
tpl/bootstrap.php

@@ -91,6 +91,7 @@ if ($isCpct):
 endif;
 if ($isDark):
 ?> class="dark-theme"<?php
+endif;
 ?>>
 		<div id="passwordmodal" tabindex="-1" class="modal fade" role="dialog" aria-hidden="true">
 			<div class="modal-dialog" role="document">
@@ -108,7 +109,6 @@ if ($isDark):
 			</div>
 		</div>
 <?php
-endif;
 if ($QRCODE):
 ?>
 		<div id="qrcodemodal" tabindex="-1" class="modal fade" aria-labelledby="qrcodemodalTitle" role="dialog" aria-hidden="true">