1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

some improvements

This commit is contained in:
Thomas Citharel 2015-01-25 22:42:31 +01:00
parent 444f140639
commit c1e90b9e8f

View file

@ -312,13 +312,8 @@ font-weight: bold;
.pass{ .pass{
background-color:#FF9500; background-color:#FF9500;
} }
#detail { .detail {
background-color: #000; cursor: pointer;
font-size:1.2em;
line-height: 1.6;
width: 1.6em;
height: 1.6em;
color:white;
} }
</style> </style>
@ -399,6 +394,7 @@ php composer.phar install</code></pre></li>
<div class="details"> <div class="details">
<div> <div>
<hr>
<h2 style="text-align:center;"><?php echo $status['app_name']; ?>: Compatibility Test</h2> <h2 style="text-align:center;"><?php echo $status['app_name']; ?>: Compatibility Test</h2>
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart"> <table cellpadding="0" cellspacing="0" border="0" width="100%" id="chart">
<thead> <thead>
@ -513,7 +509,7 @@ php composer.phar install</code></pre></li>
</tbody> </tbody>
</table> </table>
</div> </div>
<hr>
<div class="details"> <div class="details">
<?php //if ($status['php'] && $status['xml'] && $status['pcre'] && $status['mbstring'] && $status['iconv'] && $status['filter'] && $status['allow_url_fopen']) { ?> <?php //if ($status['php'] && $status['xml'] && $status['pcre'] && $status['mbstring'] && $status['iconv'] && $status['filter'] && $status['allow_url_fopen']) { ?>
<?php if (isOkay()) { ?> <?php if (isOkay()) { ?>
@ -538,6 +534,7 @@ php composer.phar install</code></pre></li>
</div> </div>
<form method="post" class="technical"> <form method="post" class="technical">
<hr>
<fieldset> <fieldset>
<legend><strong>Technical settings</strong></legend> <legend><strong>Technical settings</strong></legend>
<p> <p>
@ -569,7 +566,7 @@ php composer.phar install</code></pre></li>
</ul> </ul>
</p> </p>
</fieldset> </fieldset>
<hr>
<fieldset> <fieldset>
<legend><strong>User settings</strong></legend> <legend><strong>User settings</strong></legend>
<p> <p>
@ -624,7 +621,7 @@ php composer.phar install</code></pre></li>
$("#mysql_infos").show(); $("#mysql_infos").show();
$("#pg_infos").hide(); $("#pg_infos").hide();
$("#pdo_sqlite").hide(); $("#pdo_sqlite").hide();
$("#install_button").show(); $("#install_button").show();
} }
else { else {
if ( $("#postgres").prop('checked')) { if ( $("#postgres").prop('checked')) {
@ -651,6 +648,7 @@ php composer.phar install</code></pre></li>
{ {
$('.details').toggle(); $('.details').toggle();
}); });
</script> </script>
</body> </body>
</html> </html>