1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

Theme Manager GUI fixes.

This commit is contained in:
Cameron
2012-11-29 22:03:36 -08:00
parent e299bb7fd4
commit 5be772191a
9 changed files with 181 additions and 48 deletions

View File

@@ -202,6 +202,7 @@ class e_form
$url = e_ADMIN_ABS."image.php?mode={$mode}&action={$action}".$cat;
$url .= "&iframe=1";
$title = "Media Manager : ".$category;
$ret = "<a title=\"{$title}\" rel='external' class='e-dialog' href='".$url."'>".$label."</a>";