MaineCannabisKid / Makoto

The Makoto Project is an Object Oriented PHP Content Management System. In this project we strive for simplicity, sleekness, and functionality when other CMS projects fail to produce.
Apache License 2.0
2 stars 0 forks source link

Create Edit Fields/Entries Page(s) in Admin Backend #7

Closed MaineCannabisKid closed 7 years ago

MaineCannabisKid commented 7 years ago

Need to create the Edit Fields, and Edit Entries Pages in the admin back end. Until both of those pages are done, a merge will not occur.

These pages should be pretty self explanatory. When a user clicks on Edit Fields, the user is shown the field names and field types. When the user clicks on Edit Entries, all entries in the table are then listed, with a button next to it saying "Edit". If no entries are in the selected table, add an "Add New Entry" button in the middle of the page with a hover effect. No secondary confirmation page needed if you can get away with it.

MaineCannabisKid commented 7 years ago

Edit Fields is now complete

MaineCannabisKid commented 7 years ago

Fixed with commit: d06b20c202556b0be76e9a29676499878d3dbd8b

Forgot to close