diff --git a/data/y-web/images/Makefile.am b/data/y-web/images/Makefile.am index a56a249dc..dee9885f7 100644 --- a/data/y-web/images/Makefile.am +++ b/data/y-web/images/Makefile.am @@ -74,6 +74,19 @@ images_DATA += \ upload.png \ work.gif +# extensions +images_DATA += \ + ext_add.png \ + ext_delete.png \ + ext_edit.png \ + ext_error.png \ + ext_ex.png \ + ext_menu.png \ + ext_mgr.png \ + ext_normal.png \ + ext_plugin.png \ + ext_script.png + # NI-yWeb images_DATA += \ cancel.png \ diff --git a/data/y-web/images/ext_add.png b/data/y-web/images/ext_add.png new file mode 100644 index 000000000..2e945076c Binary files /dev/null and b/data/y-web/images/ext_add.png differ diff --git a/data/y-web/images/ext_delete.png b/data/y-web/images/ext_delete.png new file mode 100644 index 000000000..0a335acf6 Binary files /dev/null and b/data/y-web/images/ext_delete.png differ diff --git a/data/y-web/images/ext_edit.png b/data/y-web/images/ext_edit.png new file mode 100644 index 000000000..fb2efb877 Binary files /dev/null and b/data/y-web/images/ext_edit.png differ diff --git a/data/y-web/images/ext_error.png b/data/y-web/images/ext_error.png new file mode 100644 index 000000000..b35fa5717 Binary files /dev/null and b/data/y-web/images/ext_error.png differ diff --git a/data/y-web/images/ext_ex.png b/data/y-web/images/ext_ex.png new file mode 100644 index 000000000..7e91545c7 Binary files /dev/null and b/data/y-web/images/ext_ex.png differ diff --git a/data/y-web/images/ext_menu.png b/data/y-web/images/ext_menu.png new file mode 100644 index 000000000..efbf3c4f8 Binary files /dev/null and b/data/y-web/images/ext_menu.png differ diff --git a/data/y-web/images/ext_mgr.png b/data/y-web/images/ext_mgr.png new file mode 100644 index 000000000..998d65c69 Binary files /dev/null and b/data/y-web/images/ext_mgr.png differ diff --git a/data/y-web/images/ext_normal.png b/data/y-web/images/ext_normal.png new file mode 100644 index 000000000..1dee9e366 Binary files /dev/null and b/data/y-web/images/ext_normal.png differ diff --git a/data/y-web/images/ext_plugin.png b/data/y-web/images/ext_plugin.png new file mode 100644 index 000000000..851950db7 Binary files /dev/null and b/data/y-web/images/ext_plugin.png differ diff --git a/data/y-web/images/ext_script.png b/data/y-web/images/ext_script.png new file mode 100644 index 000000000..b3d8ce01e Binary files /dev/null and b/data/y-web/images/ext_script.png differ