RSS

(root)/bugzilla/trunk : 6949 : extensions/Example/template/en/hook/global/user-error-errors.html.tmpl

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to extensions/Example/template/en/hook/global/user-error-errors.html.tmpl

Max Kanat-Alexander
2010-02-01 13:39:54
Revision ID: mkanat@bugzilla.org-20100201213954-6owd0g6vhlna09jw
Fix the data in the bzr repo to match the data in the CVS repo.
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.

Show diffs side-by-side

added added

removed removed

1
 
[%# Note that error messages should generally be indented four spaces, like
2
 
  # below, because when Bugzilla translates an error message into plain
3
 
  # text, it takes four spaces off the beginning of the lines. 
4
 
  #
5
 
  # Note also that I prefixed my error name with "example", the name of my
6
 
  # extension, so that I wouldn't conflict with other error names in
7
 
  # Bugzilla or other extensions.
8
 
  #%]
9
 
[% IF error == "example_my_error" %]
10
 
   [% title = "Example Error Title" %]
11
 
   This is the error message! It contains <em>some html</em>.
12
 
[% END %]

Loggerhead 1.18.1 is a web-based interface for Bazaar branches