unl / UNL_MediaHub

A media aggregator for educational institutions
http://mediahub.unl.edu/
MIT License
11 stars 13 forks source link

Change XHTML structure of part2 form in manager #1

Closed saltybeagle closed 13 years ago

saltybeagle commented 13 years ago

Instead of using the database structure to dictate the form field layout, can we change the form field ordering and grouping to be more user friendly? See interface mock-up.

saltybeagle commented 13 years ago

Submitted By: Brett Bieber Adddate: 2009-02-26 09:30:51 We can re-arrange the fields to whatever we need. The only thing that needs to remain the same is the name of the form fields. We can take the rendered output, place the elements in any order we'd like instead of generating the fields automatically - the only thing to take care with is that the default values are populated correctly.

saltybeagle commented 13 years ago

Submitted By: Brett Bieber Adddate: 2009-02-26 09:39:33 I've modified the fieldsets so that the itunes and media rss attributes are in one fieldset labeled 'Enhanced Information'. We can simplify this further and rename the labels for the fields if necessary. Help text would be nice to have as well, but we may need to create this from the specs on http://www.apple.com/itunes/whatson/podcasts/specs.html#rss and http://search.yahoo.com/mrss

saltybeagle commented 13 years ago

Submitted By: Brett Bieber Adddate: 2009-02-27 09:25:54 I've changed the fields to be hard coded so they can be completely modified now.