* Modify api create locate.

This commit is contained in:
caoyanyi
2023-03-29 11:28:24 +08:00
parent 7d1e4e1316
commit 3634bedb57
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ js::set('struct_paramsType', $lang->struct->paramsType);
<tr>
<td colspan='3' class='text-center form-actions'>
<?php echo html::submitButton();?>
<?php if(empty($gobackLink)) echo html::backButton($lang->goback, "data-app='{$app->tab}'");?>
<?php if(empty($gobackLink)) echo html::backButton($lang->goback, "data-app='{$app->tab}' class='btn btn-back btn-wide'");?>
<?php if(!empty($gobackLink)) echo html::a($gobackLink, $lang->goback, '', "class='btn btn-back btn-wide'");?>
</td>
</tr>