Skip to content

Commit

Permalink
documentation link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Mar 21, 2010
1 parent 4733cb5 commit 9d381ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/elFinder.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ elFinder.prototype.ui.prototype.commands = {

h = '<div class="el-finder-logo"/><strong>'+this.fm.i18n('elFinder: Web file manager')+'</strong><br/>'+this.fm.i18n('Version')+': '+this.fm.version+'<br clear="all"/>'
+'<p><strong><a href="http://elrte.ru/donate?prod=elfinder&lang='+this.fm.options.lang+'" target="_blank">'+this.fm.i18n('Donate to support project development')+'</a></strong></p>'
+ '<p><a href="http://dev.std42.ru/redmine/wiki/elfinder/" target="_blank">'+this.fm.i18n('elFinder documentation')+'</a></p>';
+ '<p><a href="http://elrte.ru/redmine/wiki/elfinder/" target="_blank">'+this.fm.i18n('elFinder documentation')+'</a></p>';
h += '<p>'+(ht != 'helpText' ? ht : 'elFinder works similar to file manager on your computer. <br /> To make actions on files/folders use icons on top panel. If icon action it is not clear for you, hold mouse cursor over it to see the hint. <br /> Manipulations with existing files/folders can be done through the context menu (mouse right-click).<br/> To copy/delete a group of files/folders, select them using Shift/Alt(Command) + mouse left-click.')+'</p>';
h += '<p>'
+ '<strong>'+this.fm.i18n('elFinder support following shortcuts')+':</strong><ul>'
Expand Down

0 comments on commit 9d381ae

Please sign in to comment.