Update jstree.jquery to 1.0rc3

This commit is contained in:
Deon George
2011-10-07 11:57:59 +11:00
parent 130a87aa9a
commit be00deede7
24 changed files with 4814 additions and 221 deletions

View File

@@ -125,7 +125,7 @@ abstract class Controller_lnApp_TemplateDefault extends Controller_Template {
// This is in a reverse list, since we push them to the beginging of the scripts to render.
foreach (array('file'=>array(
'js/jquery.cookie.js',
'js/jquery.jstree-1.0rc.js',
'js/jquery.jstree-1.0rc3.js',
'js/jquery-1.4.2.js',
)) as $type => $datas) {
@@ -215,7 +215,7 @@ abstract class Controller_lnApp_TemplateDefault extends Controller_Template {
* Default Method to call from the tree menu
*/
public function action_menu() {
$this->template->content = _('Please choose from the menu on the left - you may need to expand the items by pressing on the triangle.');
$this->template->content = _('Please choose from the menu on the left - you may need to expand the items by pressing on the plus.');
}
protected function _headimages() {