aboutsummaryrefslogtreecommitdiffhomepage
path: root/install/index.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-01-25 22:42:31 +0100
committerThomas Citharel <tcit@tcit.fr>2015-01-25 22:42:31 +0100
commitc1e90b9e8f2fad19a2dc3b8631cf684fda14eab5 (patch)
treec3963480d30bff76ef34411ea42ab62fd7e5e55a /install/index.php
parent444f14063920692163ee321a872debfc48feaada (diff)
downloadwallabag-c1e90b9e8f2fad19a2dc3b8631cf684fda14eab5.tar.gz
wallabag-c1e90b9e8f2fad19a2dc3b8631cf684fda14eab5.tar.zst
wallabag-c1e90b9e8f2fad19a2dc3b8631cf684fda14eab5.zip
some improvements
Diffstat (limited to 'install/index.php')
-rwxr-xr-xinstall/index.php18
1 files changed, 8 insertions, 10 deletions
diff --git a/install/index.php b/install/index.php
index dbfe9539..3231a944 100755
--- a/install/index.php
+++ b/install/index.php
@@ -312,13 +312,8 @@ font-weight: bold;
312.pass{ 312.pass{
313background-color:#FF9500; 313background-color:#FF9500;
314} 314}
315#detail { 315.detail {
316background-color: #000; 316cursor: pointer;
317font-size:1.2em;
318line-height: 1.6;
319width: 1.6em;
320height: 1.6em;
321color:white;
322} 317}
323 318
324</style> 319</style>
@@ -399,6 +394,7 @@ php composer.phar install</code></pre></li>
399 394
400 <div class="details"> 395 <div class="details">
401 <div> 396 <div>
397 <hr>
402 <h2 style="text-align:center;"><?php echo $status['app_name']; ?>: Compatibility Test</h2> 398 <h2 style="text-align:center;"><?php echo $status['app_name']; ?>: Compatibility Test</h2>
403 <table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart"> 399 <table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart">
404 <thead> 400 <thead>
@@ -513,7 +509,7 @@ php composer.phar install</code></pre></li>
513 </tbody> 509 </tbody>
514 </table> 510 </table>
515 </div> 511 </div>
516 512 <hr>
517 <div class="details"> 513 <div class="details">
518 <?php //if ($status['php'] && $status['xml'] && $status['pcre'] && $status['mbstring'] && $status['iconv'] && $status['filter'] && $status['allow_url_fopen']) { ?> 514 <?php //if ($status['php'] && $status['xml'] && $status['pcre'] && $status['mbstring'] && $status['iconv'] && $status['filter'] && $status['allow_url_fopen']) { ?>
519 <?php if (isOkay()) { ?> 515 <?php if (isOkay()) { ?>
@@ -538,6 +534,7 @@ php composer.phar install</code></pre></li>
538 </div> 534 </div>
539 535
540 <form method="post" class="technical"> 536 <form method="post" class="technical">
537 <hr>
541 <fieldset> 538 <fieldset>
542 <legend><strong>Technical settings</strong></legend> 539 <legend><strong>Technical settings</strong></legend>
543 <p> 540 <p>
@@ -569,7 +566,7 @@ php composer.phar install</code></pre></li>
569 </ul> 566 </ul>
570 </p> 567 </p>
571 </fieldset> 568 </fieldset>
572 569 <hr>
573 <fieldset> 570 <fieldset>
574 <legend><strong>User settings</strong></legend> 571 <legend><strong>User settings</strong></legend>
575 <p> 572 <p>
@@ -624,7 +621,7 @@ php composer.phar install</code></pre></li>
624 $("#mysql_infos").show(); 621 $("#mysql_infos").show();
625 $("#pg_infos").hide(); 622 $("#pg_infos").hide();
626 $("#pdo_sqlite").hide(); 623 $("#pdo_sqlite").hide();
627 $("#install_button").show(); 624 $("#install_button").show();
628 } 625 }
629 else { 626 else {
630 if ( $("#postgres").prop('checked')) { 627 if ( $("#postgres").prop('checked')) {
@@ -651,6 +648,7 @@ php composer.phar install</code></pre></li>
651 { 648 {
652 $('.details').toggle(); 649 $('.details').toggle();
653 }); 650 });
651
654 </script> 652 </script>
655 </body> 653 </body>
656</html> 654</html>