From d76d47b12fdcc9e127d023661e806cf2ca8e7715 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:25:24 +0200 Subject: Adding upstream version 1.1.1. Signed-off-by: Daniel Baumann --- application/views/scripts/show/map.phtml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 application/views/scripts/show/map.phtml (limited to 'application/views/scripts') diff --git a/application/views/scripts/show/map.phtml b/application/views/scripts/show/map.phtml new file mode 100644 index 0000000..f59aad3 --- /dev/null +++ b/application/views/scripts/show/map.phtml @@ -0,0 +1,18 @@ +compact): ?> +
+ +
+ + +height) { + $attr = sprintf(' height="%d"', $height); +} elseif (! $this->compact) { + $attr = ' height="99%"'; +} else { + $attr = ''; +} + +?> + \ No newline at end of file -- cgit v1.2.3