/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to services/srctree.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-30 01:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081030012740-svt0yigxj5uzwxyj
Few steps on source tree integration in javascript frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
if ($err) {
68
68
    echo "<?xml version='1.0' encoding='UTF-8'?>
69
 
<tree id=\"0\">
70
 
  <item id=\"1\" name=\"" . translate("Source tree generation is failed, error: %s", $err) . "\"/>
 
69
<tree id=\"$parent\">
 
70
  <item id=\"{$prefix}___error\" text=\"" . translate("Source tree generation is failed, error: %s", $err) . "\"/>
71
71
</tree>";
72
72
    return;
73
73