* Hide tutorial menu if the global flow is not full.

This commit is contained in:
liugang
2018-06-22 10:48:22 +08:00
parent cb0fa7c451
commit 7c5208c61a
4 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
<tr>
<td colspan="3" class="text-center form-actions">
<?php echo html::submitButton('', '', 'btn btn-wide btn-primary');?>
<?php echo "<a href='/project-build-$projectID.html' class='btn btn-back btn btn-wide'>$lang->backhome</a>";?>
<?php echo html::backButton('', '', 'btn btn-wide');?>
</td>
</tr>
</table>