* Rename openApp to tab.

This commit is contained in:
zhujinyong
2021-08-31 00:30:48 +08:00
parent ecab3e0392
commit 664e290f97
93 changed files with 560 additions and 560 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
<?php
echo html::hidden('editedDate', $doc->editedDate);
echo html::submitButton();
echo html::backButton($lang->goback, "data-app='{$app->openApp}'");
echo html::backButton($lang->goback, "data-app='{$app->tab}'");
?>
</td>
</tr>