From 42e635bff0948e3a8e7dc0003d17e709b7db2ce3 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 12 Jan 2009 07:57:13 +0000 Subject: Theme admin refinement. Make more room to show the preview by enlarging the iframe and removing the heading above it. --- core/views/admin_themes.html.php | 22 +++++++++++----------- core/views/admin_themes_preview.html.php | 5 ++--- 2 files changed, 13 insertions(+), 14 deletions(-) (limited to 'core') diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index f8dc0812..5e10a803 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -8,44 +8,44 @@ var select_url = ""; select = function(type, id) { $.post(select_url, {"type": type, "id": id, "csrf": ''}, - function() { load(type) }); + function() { load(type) }); }
-

+

- -
-

-
+

-
-

name ?>

- " +
+ " alt="name ?>" /> +

name ?>

description ?>

-
+

+

$info): ?> $type) continue ?> - 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 @@ -

$info->name)) ?>

-

- {{theme_name}}", array("theme_name" => $info->name)) ?> + {{theme_name}}", array("theme_name" => $info->name)) ?>

+ -- cgit v1.2.3