Needs work
Project:
Lost & found issues
Component:
Twig templates (front-end branch)
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
29 Oct 2012 at 03:19 UTC
Updated:
16 Nov 2012 at 00:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
WebDevDude commentedThis patch was created following the work submitted in other patches, so I'm not sure if doing a preprocess on both 'table' and 'form' is necessary.
If both variables should be provided to the twig template, are these valid descriptions?
table: The table of the settings.
form: The submit button.
Thank you.
Comment #2
podarokthis needs better documentation
all other looks good
Comment #3
WebDevDude commentedThanks @podarok.
Updated documentation:
before:
now:
Comment #4
WebDevDude commentedUpdating Status.
Comment #5
jenlamptonA template file that contains
Isn't useful to font end devs. There's no markup in here. At the very least we should be calling
theme('table')from inside this template, and passing in the appropriate variables.I'm going to commit this as-is so that we can get something working in the sandbox, but we should revisit how to handle these components later on.