diff --git a/src/images/icons/pie-chart_view.png b/src/images/icons/pie-chart_view.png new file mode 100644 index 0000000..e374fab Binary files /dev/null and b/src/images/icons/pie-chart_view.png differ diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 178e8d4..64c970b 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -527,6 +527,7 @@ function InitFrontEndVariables() $content['MENU_CHART_CAKE'] = $content['BASEPATH'] . "images/icons/pie-chart.png"; $content['MENU_CHART_BARSVERT'] = $content['BASEPATH'] . "images/icons/column-chart.png"; $content['MENU_CHART_BARSHORI'] = $content['BASEPATH'] . "images/icons/column-chart-hori.png"; + $content['MENU_CHART_PREVIEW'] = $content['BASEPATH'] . "images/icons/pie-chart_view.png"; $content['MENU_PAGER_BEGIN'] = $content['BASEPATH'] . "images/icons/media_beginning.png"; $content['MENU_PAGER_PREVIOUS'] = $content['BASEPATH'] . "images/icons/media_rewind.png"; diff --git a/src/lang/en/admin.php b/src/lang/en/admin.php index 1e736f2..1b4aec4 100644 --- a/src/lang/en/admin.php +++ b/src/lang/en/admin.php @@ -253,5 +253,7 @@ $content['LN_CHARTS_ERROR_IDNOTFOUND'] = "The Chart-ID could not be found in the $content['LN_CHARTS_HASBEENEDIT'] = "The Chart '%1' has been successfully edited."; $content['LN_CHARTS_ID'] = "ID"; $content['LN_CHARTS_ASSIGNTO'] = "Assigned To"; +$content['LN_CHARTS_PREVIEW'] = "Preview Chart in a new Window"; + ?> \ No newline at end of file diff --git a/src/templates/admin/admin_charts.html b/src/templates/admin/admin_charts.html index 448df4b..fd9bed3 100644 --- a/src/templates/admin/admin_charts.html +++ b/src/templates/admin/admin_charts.html @@ -54,6 +54,8 @@     +   +