projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03faa64
)
Shout: Updates for compatibility with Horde_Themes changes
author
Ben Klang
<ben@alkaloid.net>
Tue, 9 Mar 2010 04:50:57 +0000
(23:50 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 9 Mar 2010 04:50:57 +0000
(23:50 -0500)
shout/templates/dialplan/edit.inc
patch
|
blob
|
history
diff --git
a/shout/templates/dialplan/edit.inc
b/shout/templates/dialplan/edit.inc
index
c51ca0d
..
9c2c1f7
100644
(file)
--- a/
shout/templates/dialplan/edit.inc
+++ b/
shout/templates/dialplan/edit.inc
@@
-39,7
+39,7
@@
function editAction(digit)
{
if ($('selectActionForm') == null) {
var curDigit = digit;
- $('digitGraphic').src = '<?php echo Horde_Themes::img(
)
?>/digit-'+digit+'.png';
+ $('digitGraphic').src = '<?php echo Horde_Themes::img(
null, array('notheme' => true, 'nohorde' => true));
?>/digit-'+digit+'.png';
// Draw the selectActionForm
$('editActionOverlay').show();