summaryrefslogtreecommitdiffstats
path: root/extensions/example/template/en/hook/global/user-error-errors.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-12/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-11-23Bug 430010: Re-work the template hooks system so that template hooks always ↵mkanat%bugzilla.org1-0/+12
live in template/<lang>/hook/, both for extensions and for the base Bugzilla template/ directory. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat