Closed
Bug 842045
Opened 13 years ago
Closed 13 years ago
Add 'end' hook in the admin/groups/create.html.tmpl
Categories
(Bugzilla :: Extensions, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: timello, Unassigned)
Details
Attachments
(1 file)
|
423 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
That's going to allow add documentation for new field added to the page by the 'field' hook.
| Reporter | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Updated•13 years ago
|
Attachment #714803 -
Flags: review?(LpSolit)
| Reporter | ||
Updated•13 years ago
|
Attachment #714803 -
Flags: review?(LpSolit) → review?(dkl)
Comment 1•13 years ago
|
||
Comment on attachment 714803 [details] [diff] [review]
v1
Review of attachment 714803 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #714803 -
Flags: review?(dkl) → review+
Updated•13 years ago
|
Flags: approval?
Flags: approval4.4?
Comment 2•13 years ago
|
||
Instead of adding a hook at the end of each template where you want to add stuff, you should add a hook at the top of global/footer.html.tmpl so that you can still add stuff before the footer is displayed. Then you can use [% component.callers %] to know which template called it to decide which data to display. So there is no need to add a hook into groups/create.html.tmpl.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: approval?
Flags: approval4.4?
Flags: approval4.4-
Flags: approval-
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•