projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e804a1
)
Fixed description popup.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 6 Aug 2010 14:49:02 +0000
(14:49 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 6 Aug 2010 14:49:02 +0000
(14:49 +0000)
admin/inst_theme.php
patch
|
blob
|
history
diff --git
a/admin/inst_theme.php
b/admin/inst_theme.php
index fb9fad7a1c02e17897d2a8d00d0604069ece168a..baea29cf5d2f54e84a14fb49c74b3faac07ee53f 100644
(file)
--- a/
admin/inst_theme.php
+++ b/
admin/inst_theme.php
@@
-14,7
+14,10
@@
$path_to_root="..";
include_once($path_to_root . "/includes/session.inc");
include_once($path_to_root."/includes/packages.inc");
-page(_($help_context = "Install Themes"));
+if ($use_popup_windows) {
+ $js = get_js_open_window(900, 500);
+}
+page(_($help_context = "Install Themes"), false, false, '', $js);
include_once($path_to_root . "/includes/date_functions.inc");
include_once($path_to_root . "/admin/db/company_db.inc");