arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Enhanced theme in trunk is missing variables in config.php #788

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn update to 7411 from trunk
2. go to APPs->MOH page, under tools the play/download buttons are missing

What is the expected output? What do you see instead?
To see play/download buttons

What version of the product are you using? On what operating system?
Path: .
Working Copy Root Path: /var/www/html/fusionpbx
URL: http://fusionpbx.googlecode.com/svn/trunk/fusionpbx
Relative URL: ^/trunk/fusionpbx
Repository Root: http://fusionpbx.googlecode.com/svn
Repository UUID: e2954ef0-caed-11de-bd98-e341d93cc3cc
Revision: 7411
Node Kind: directory
Schedule: normal
Last Changed Author: markjcrane@gmail.com
Last Changed Rev: 7408
Last Changed Date: 2014-12-06 18:06:32 -0800 (Sat, 06 Dec 2014)

Please provide any additional information below.
If you compare the themes->enhanced->config.php from trunk to dev, it's missing 
these:
        $v_link_label_play = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_play.png' class='list_control_icon'>";
        $v_link_label_pause = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_pause.png' class='list_control_icon'>";
        $v_link_label_download = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_download.png' class='list_control_icon'>";

But the apps->moh->MOH.php in trunk is referencing these variables.

Original issue reported on code.google.com by blackc2004@gmail.com on 8 Dec 2014 at 4:28

GoogleCodeExporter commented 9 years ago
Fixed in dev branch.  Will be in next stable release.

Original comment by sevenate on 15 Mar 2015 at 10:21