Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 4212 | Rev 7155 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4212 Rev 7154
Línea 714... Línea 714...
714
    CKEDITOR.replace('description_image');
714
    CKEDITOR.replace('description_image');
715
    CKEDITOR.replace('description_document');
715
    CKEDITOR.replace('description_document');
Línea 716... Línea 716...
716
 
716
 
717
 
-
 
718
});
-
 
719
 
717
 
720
 
718
});
Línea -... Línea 719...
-
 
719
JS;
-
 
720
$this->inlineScript()->captureEnd();
-
 
721
 
-
 
722
$js = <<<JS
-
 
723
const backendVar={
-
 
724
  image: "$image",
-
 
725
  fullName: `$fullname`,
-
 
726
  description: `$description`,
-
 
727
  country: "$country",
-
 
728
  visits: "$visits",
-
 
729
  connections: "$connections",
-
 
730
  feed: "$feed"  
-
 
731
}
-
 
732
const routeTimeline= "$routeTimeline"
-
 
733
JS;
721
JS;
734
 
-
 
735
$this->inlineScript()->appendScript($js);
Línea 722... Línea 736...
722
$this->inlineScript()->captureEnd();
736
$this->inlineScript()->appendFile('/react-bundles/feeds/feedsBundle.js.js');
723
 
737
?>
724
?>
738
<div id="admin-feeds"></div>
725
 
739