]> _ Git - cubeextranet.git/commitdiff
Vincent: changed source translation references to local player branches
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 15 Jun 2017 09:37:29 +0000 (09:37 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 15 Jun 2017 09:37:29 +0000 (09:37 +0000)
inc/ws/Controlleur/class.ws.url.php

index 62f155ae817cddbc51e41ee84db1ce646c2e374b..b71778dc260540af5f6c22ebf19245dcb08ab77d 100644 (file)
@@ -682,7 +682,7 @@ class wsUrl {
                $res .= commonPage::bf();
 
                $res .= commonPage::bh();
-               $res .= cubeLang::translationForm(array(__('Version Flash') => PLAYER_SOURCES, __('Version HTML5') => WS_COMPILE_ASSETS . '/_html5', __('Compilateur HTML5') => ROOT . '/inc/ws/Util/html5', __('Application') => WS_COMPILE_ASSETS . '/_html5app'), $lang_id, null, 'liste', array(), '<a href="#" class="submit">' . $core->typo->Ajouter(__('Enregistrer')) . '</a>', $lang->traductions);
+               $res .= cubeLang::translationForm(array(__('Version Flash') => PLAYER_SOURCES, __('Version HTML5') => WS_COMPILE_ASSETS . '/player/local', __('Compilateur HTML5') => ROOT . '/inc/ws/Util/html5', __('Application') => WS_COMPILE_ASSETS . '/_html5app'), $lang_id, null, 'liste', array(), '<a href="#" class="submit">' . $core->typo->Ajouter(__('Enregistrer')) . '</a>', $lang->traductions);
                $res .= commonPage::bf();
                $res .= '</form>';
                return $res;