Move code from edit_base.php to class file

This commit is contained in:
Clemens Schwaighofer
2023-01-06 15:07:15 +09:00
parent 620a5878c1
commit 78e1d73cd9
14 changed files with 1263 additions and 516 deletions

View File

@@ -0,0 +1,20 @@
# Files to be changed
Change: Update edit_page and template/css
Date: 2023/1/6
## Detail
* add stripes to sub table entries (edit.css)
* fix cellspacing and cellpadding in sub tables (edit_element.tpl)
* doctype added (edit_order.tpl)
* code clean up in edit base, move to class system (edit_base.php)
## File List
```sh
includes/templates/admin/edit_elements.tpl
includes/templates/admin/edit_order.tpl
includes/edit_base.php
layout/admin/css/edit.css
```