Ignore:
Timestamp:
Jun 16, 2013, 10:53:20 PM (11 years ago)
Author:
mistic100
Message:

feature:2927 Update TokenInput to 1.6.1/mistic100

Location:
trunk/admin/themes/default/template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r23055 r23275  
    5656{/literal}{/footer_script}
    5757
     58{combine_css path='themes/default/js/plugins/jquery.tokeninput.css'}
    5859{combine_script id='jquery.tokeninput' load='footer' require='jquery' path='themes/default/js/plugins/jquery.tokeninput.js'}
    5960{combine_script id='jquery.progressBar' load='footer' path='themes/default/js/plugins/jquery.progressbar.min.js'}
     
    7475      animateDropdown: false,
    7576      preventDuplicates: true,
    76       allowCreation: true
     77      allowFreeTagging: true
    7778    }
    7879  );
     
    8687      animateDropdown: false,
    8788      preventDuplicates: true,
    88       allowCreation: false
     89      allowFreeTagging: false
    8990    }
    9091  );
  • trunk/admin/themes/default/template/batch_manager_unit.tpl

    r18974 r23275  
    33{include file='include/colorbox.inc.tpl'}
    44
     5{combine_css path='themes/default/js/plugins/jquery.tokeninput.css'}
    56{combine_script id='jquery.tokeninput' load='async' require='jquery' path='themes/default/js/plugins/jquery.tokeninput.js'}
    67{footer_script require='jquery.tokeninput'}
     
    1516      animateDropdown: false,
    1617      preventDuplicates: true,
    17       allowCreation: true
     18      allowFreeTagging: true
    1819    }
    1920  );
  • trunk/admin/themes/default/template/picture_modify.tpl

    r20531 r23275  
    1212{/literal}{/footer_script}
    1313
     14{combine_css path='themes/default/js/plugins/jquery.tokeninput.css'}
    1415{combine_script id='jquery.tokeninput' load='async' require='jquery' path='themes/default/js/plugins/jquery.tokeninput.js'}
    1516{footer_script require='jquery.tokeninput'}
     
    2425      animateDropdown: false,
    2526      preventDuplicates: true,
    26       allowCreation: true
     27      allowFreeTagging: true
    2728    }
    2829  );
Note: See TracChangeset for help on using the changeset viewer.