Skip to content
Snippets Groups Projects
Verified Commit aa599437 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT rm getdependencies

parent 1986661e
No related branches found
No related tags found
No related merge requests found
...@@ -184,33 +184,6 @@ ...@@ -184,33 +184,6 @@
<?php echo _ZIP_LIB;?> <?php echo _ZIP_LIB;?>
</td> </td>
</tr> </tr>
<tr>
<td id="maarchDependenciesLight" class="voyantPrerequisites">
<?php echo $Class_Install->checkPrerequisites(
$Class_Install->isDependenciesExist()
);?>
</td>
<td id="maarchDependenciesContent" name="maarchDependenciesContent">
<?php if($Class_Install->isDependenciesExist()){
echo _MAARCH_DEPENDENCIES;
} else {
if ($Class_Install->isPhpRequirements('zip')) {
echo _MAARCH_DEPENDENCIES . '<br /><div id="divDownDepend" name="divDownDepend">'
. '<a style=\'color: #800000; font-family:verdana;\' href="#" onclick="downloadMaarchDependencies()">'
. _DEPENDENCIES_CLICK_HERE_TO_DOWNLOAD . '</a><br />'
. '<a style=\'color: #102155; font-family:verdana;\' href=\'http://wiki.maarch.org/Maarch_Courrier/1.5/fr/Install/Debian-Ubuntu/latest#T.C3.A9l.C3.A9chargement_et_installation_de_Maarch_Courrier_depuis_les_d.C3.A9p.C3.B4ts_GIT\' target=\"_blank\"> ' . _DEPENDENCIES_ON_WIKI . '</a></div>';
} else {
echo _MAARCH_DEPENDENCIES . '<br /><div id="divDownDepend" name="divDownDepend">'
. _INSTALL_ZIP_LIB_FIRST . '<br />'
. '<a style=\'color: #102155; font-family:verdana;\' href=\'http://wiki.maarch.org/Maarch_Courrier/1.5/fr/Install/Debian-Ubuntu/latest#T.C3.A9l.C3.A9chargement_et_installation_de_Maarch_Courrier_depuis_les_d.C3.A9p.C3.B4ts_GIT\' target=\"_blank\"> ' . _DEPENDENCIES_ON_WIKI . '</a></div>';
}
}
?>
<div align="center">
<img src="img/wait.gif" width="100" class="wait" style="display: none; background-color: rgba(0, 0, 0, 0.2);"/>
</div>
</td>
</tr>
<!--<tr> <!--<tr>
<td class="voyantPrerequisites"> <td class="voyantPrerequisites">
<?php echo $Class_Install->checkPrerequisites( <?php echo $Class_Install->checkPrerequisites(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment