projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bf4bc
)
Have inline script appear in HEAD.
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Jul 2010 06:18:06 +0000
(
00:18
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Jul 2010 06:18:06 +0000
(
00:18
-0600)
imp/contacts.php
patch
|
blob
|
history
diff --git
a/imp/contacts.php
b/imp/contacts.php
index
51930ad
..
775e3cd
100644
(file)
--- a/
imp/contacts.php
+++ b/
imp/contacts.php
@@
-112,11
+112,11
@@
$js = array(
if (isset($vars->formfield)) {
$js[] = 'ImpContacts.formfield = "' . $vars->formfield . '"';
}
+Horde::addInlineScript($js);
/* Display the form. */
$title = _("Address Book");
Horde::addScriptFile('contacts.js', 'imp');
require IMP_TEMPLATES . '/common-header.inc';
-Horde::addInlineScript($js);
echo $template->fetch(IMP_TEMPLATES . '/imp/contacts/contacts.html');
require $registry->get('templates', 'horde') . '/common-footer.inc';