summaryrefslogtreecommitdiff
path: root/core/views/admin_themes_preview.html.php
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-12 07:57:13 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-12 07:57:13 +0000
commit42e635bff0948e3a8e7dc0003d17e709b7db2ce3 (patch)
tree97a530281a99306a0e77b0eb30820ef47261a7e1 /core/views/admin_themes_preview.html.php
parentf4d5681faa0f17a402f387b2b4ea201e9b2f9615 (diff)
Theme admin refinement. Make more room to show the preview by enlarging the iframe and removing the heading above it.
Diffstat (limited to 'core/views/admin_themes_preview.html.php')
-rw-r--r--core/views/admin_themes_preview.html.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php
index b29c2a48..acd1ba3c 100644
--- a/core/views/admin_themes_preview.html.php
+++ b/core/views/admin_themes_preview.html.php
@@ -1,8 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<h1> <?= t("Theme Preview: {{theme_name}}", array("theme_name" => $info->name)) ?> </h1>
-<iframe src="<?= $url ?>" style="width: 600px; height: 500px"></iframe>
<p>
<a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=" . access::csrf_token()) ?>">
- <?= t("Activate <b>{{theme_name}}</b>", array("theme_name" => $info->name)) ?>
+ <?= t("Activate <strong>{{theme_name}}</strong>", array("theme_name" => $info->name)) ?>
</a>
</p>
+<iframe src="<?= $url ?>" style="width: 900px; height: 450px"></iframe>