* finish task #4981.
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
<?php endif;?>
|
||||
<td colspan="2" class="form-actions">
|
||||
<?php echo html::submitButton();?>
|
||||
<?php echo $this->session->{$viewType . 'List'} ? html::linkButton($this->lang->goback, $this->session->{$viewType .'List'}, 'self', '', 'btn btn-wide') : html::backButton();?>
|
||||
<?php echo html::a($backLink, $lang->goback, '', "class='btn btn-wide'");?>
|
||||
<?php echo html::hidden('parentModuleID', $currentModuleID);?>
|
||||
<?php echo html::hidden('maxOrder', $maxOrder);?>
|
||||
</td>
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
<td colspan='2' class="form-actions">
|
||||
<?php
|
||||
echo html::submitButton();
|
||||
echo $this->session->taskList ? html::linkButton($this->lang->goback, $this->session->taskList, '', '', 'btn btn-wide') : html::backButton();
|
||||
echo html::a($backLink, $lang->goback, '', "class='btn btn-wide'");
|
||||
echo html::hidden('parentModuleID', $currentModuleID);
|
||||
echo html::hidden('maxOrder', $maxOrder);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user