diff --git a/application/views/scripts/show/legend.phtml b/application/views/scripts/show/legend.phtml
new file mode 100644
index 0000000..083f5fe
--- /dev/null
+++ b/application/views/scripts/show/legend.phtml
@@ -0,0 +1,20 @@
+
images)): ?>
-
-template->getDatasources() as $ds): ?>
-isEnabled()): ?>
- - = $this->qlink(
- $ds->getName(),
- $this->url()->with('disableDatasource', $ds->getPath()),
- null,
- array('title' => $this->translate('Click to disable'))
-) ?>
-
- - = $this->qlink(
- $ds->getName(),
- $this->url()->with('enableDatasource', $ds->getPath()),
- null,
- array('title' => $this->translate('Click to enable'))
-) ?>
-
-
-
+= $this->render('show/legend.phtml') ?>
images as $title => $url): ?>