Some fixes in group forms.

This commit is contained in:
benni 2012-07-31 18:48:41 +02:00
parent f759552022
commit fc8418bc8e
5 changed files with 15 additions and 3 deletions

View file

@ -3,7 +3,10 @@
$(function() {
$('#message_recipient_tokens').tokenInput("#{users_path(:format => :json)}", {
crossDomain: false,
prePopulate: $('#message_recipient_tokens').data('pre')
prePopulate: $('#message_recipient_tokens').data('pre'),
hintText: 'Nach Nutzerin suchen',
noResultText: 'Keine Nutzerin gefunden',
searchingText: 'Suche ...'
});
$('#message_sent_to_all').click(function() {