This commit is contained in:
wangyidong
2023-12-22 18:25:36 +08:00
parent ebbcb59042
commit 5c94e65291
+1 -1
View File
@@ -43,7 +43,7 @@
</table>
</div>
<div class='panel-footer text-center'>
<?php echo html::a($this->createLink('upgrade', 'to18guide', "fromVersion=$fromVersion"), $lang->upgrade->back, '', "class='btn btn-wide btn-secondary'");?>
<?php if($this->config->edition != 'ipd') echo html::a($this->createLink('upgrade', 'to18guide', "fromVersion=$fromVersion"), $lang->upgrade->back, '', "class='btn btn-wide btn-secondary'");?>
<?php echo html::submitButton($lang->upgrade->next);?>
</div>
</form>