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
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.
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.