Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15189 Rev 15229
Línea 77... Línea 77...
77
    'CANCEL' : 'LABEL_CANCEL',
77
    'CANCEL' : 'LABEL_CANCEL',
78
}
78
}
79
JS;
79
JS;
Línea 80... Línea 80...
80
 
80
 
-
 
81
$this->inlineScript()->appendScript($js);
81
$this->inlineScript()->appendScript($js);
82
$this->headLink()->appendStylesheet('/react-bundles/profile/main.css');
82
$this->inlineScript()->appendFile('/react-bundles/profile/profileBundle.js');
83
$this->inlineScript()->appendFile('/react-bundles/profile/profileBundle.js');
Línea 83... Línea 84...
83
?>
84
?>
84
 
85