Skip to content
Snippets Groups Projects
Commit 12d03bde authored by SNA's avatar SNA
Browse files

Test: Install process label

parent d012b182
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,29 @@
<div class="titleBlock">
<h2 onClick="slide('prerequisites');" style="cursor: pointer;">
<?php echo _PREREQUISITES; ?>
<a href="http://www.maarch.org/projets/entreprise/architecture-technique-et-prerequis-pour-maarch-entreprise-1.3">
<?php echo _LINK;?>
</a>
</h2>
<h6>
<i><?php echo _PREREQUISITES_EXP; ?></i>
<br/>
<img src="img/green_light.png" width="10px"/><?php echo _ACTIVATED; ?>
<img src="img/orange_light.png" width="10px"/><?php echo _OPTIONNAL; ?>
<img src="img/red_light.png" width="10px"/><?php echo _NOT_ACTIVATED; ?>
</h6>
</div>
<div class="contentBlock" id="prerequisites">
<p>
<table>
<tr>
<td colspan="2">
<h2>
<?php echo _GENERAL; ?>
</h2>
</td>
</tr>
<tr>
<td class="voyantPrerequisites">
<?php echo $Class_Install->checkPrerequisites(
......@@ -17,14 +35,6 @@
<?php echo _PHP_VERSION; ?>
</td>
</tr>
<tr>
<td>&nbsp;
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td class="voyantPrerequisites">
<?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