« Aide:Syntaxe » : différence entre les versions
imported>SYSTEM modification externe |
imported>Pborthel m typo qui faisait tout pas beau |
||
Ligne 85 : | Ligne 85 : | ||
* For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). | * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone"). | ||
* For Mozilla and Firefox it can be enabled through different workaround mentioned in the [http://kb.mozillazine.org/Links_to_local_pages_do_not_work Mozilla Knowledge Base]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in <code>conf/lang/en/lang.php</code> (more details at [https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation localization]): < | * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [http://kb.mozillazine.org/Links_to_local_pages_do_not_work Mozilla Knowledge Base]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in <code>conf/lang/en/lang.php</code> (more details at [https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation localization]): | ||
<pre><?php | |||
/** | /** | ||
* Customization of the english language file | * Customization of the english language file | ||
Ligne 91 : | Ligne 93 : | ||
*/ | */ | ||
$lang['js']['nosmblinks'] = ''; | $lang['js']['nosmblinks'] = ''; | ||
</ | </pre> | ||
=== Image Links === | === Image Links === | ||