# Preparations
* in IDE:
# open `languages/email_template_list` template for editing
# replace `<inp2:m_if check="m_IsDebugMode">` above the `Add` toolbar button with `<inp2:m_if check="m_CheckPermission" perm_event="email-template:OnPreCreate">`
# remove the `<inp2:m_if check="m_IsDebugMode"> ... </inp2:m_if>` around the `Delete` toolbar button
# save changes
# open `languages/phrase_list` template for editing
# wrap the `Add` toolbar button with `<inp2:m_if check="m_CheckPermission" perm_event="phrases:OnPreCreate">...</inp2:m_if>` IF
# save changes
* in Admin Console:
# go to the {nav User Management > Administrators} section
# create an administrator OR remember username/password of an existing administrator
# go to the {nav User Management > Groups} section
# edit `admin` group
# on the `Permissions` tab remove the `Delete` permission for the {nav Website & Content > Labels & Phrase} section
# save changes
# Part 1 - the "root" user tag/event meta permission checking
# turn on Debug Mode
# login to Admin Console as `root`
# go to the {nav Website & Content > E-mail Templates} section
# confirm, that:
* the `Add` toolbar button is visible and working (doesn't give the `No Permission` error)
* the `Delete` toolbar button is visible and working (doesn't give the `No Permission` error)
# turn off Debug Mode
# go to the {nav Website & Content > E-mail Templates} section (or reload the page if you're already there)
# confirm, that:
* the `Add` toolbar button is not visible
* the `Delete` toolbar button is visible and not working (gives the `No Permission` error)
# logout
# Part 2 - the admin user tag/event meta permission checking
1. Same as `Part 1`, but login using and above-remembered admin user
# Part 3 - the "root" user static permission checking
# login to Admin Console as `root`
# go to the {nav Website & Content > Labels & Phrase} section
# confirm, that the `Add` toolbar button is visible and working (doesn't give the `No Permission` error)
# confirm, that the `Delete` toolbar button is visible and working (doesn't give the `No Permission` error)
# logout
# Part 4 - the admin user static permission checking
# login to Admin Console as admin user
# go to the {nav Website & Content > Labels & Phrase} section
# confirm, that the `Add` toolbar button is not visible
# confirm, that the `Delete` toolbar button is visible and not working (gives the `No Permission` error)
# logout