# in Admin Console
* go to {nav Website & Content > Structure & Data > News} section
* click on `Articles` tab
* create a new article with 3 images (1 primary image and 2 additional images)
# in IDE:
* open `/themes/advanced/in-news/articles/article_detail.tpl` template for editing
* change `additional_image_element` block content to include `<inp2:AdminEditButton template="in-news/articles/images_edit"/>` before `A` tag, that has `IMG` tag inside it
# in Admin Console
* go to {nav Website & Content > Browse Website} section
* click on `Content Mode` button in top frame
* go to `News` category using Top Menu
* open detail page of article, that was created before
* confirm, that green `Edit Item` buttons appear next to each additional image of that article
* confirm, that clicking these buttons will open window (popup/modal):
* without warnings/notices in debugger
* the blue bar text will be correct (as if we're editing an article from admin console)
* any changes made can be properly saved
* after saving changes we're staying on same page (article detail page) and see changes applied (e.g. alt change on the image)