Drupal 7 table theme unable to display values seen in Firebug

北城以北 提交于 2019-12-11 07:53:20

问题


I am migrating from Drupal 6 to Drupal 7 and had a Java script related issue which got resolved . Now i am able to see the pages without the error i used to see earlier. The screen shows the firebug view of the page post the dropdown change and javascript run. The Firebug shows the value of the project ID it acquired but the table shows blank. This is the method in php and this is the table theme used for displaying the table seen in the screenshot. All this was visible in Drupal 6 but i am unsure as to what additional changes need to be done for Drupal 7. This is the Javascript file used in the entire page for the functionality. Would like to have your views as to what is missing in the Drupal 7 version of my customization.

Thanks A

来源:https://stackoverflow.com/questions/9264892/drupal-7-table-theme-unable-to-display-values-seen-in-firebug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!