Sha256: 4e45e3f55c9017b563102be888d9fc2b1533e0dec2d0723c37cd11b005477ab9

Contents?: true

Size: 1.25 KB

Versions: 120

Compression:

Stored size: 1.25 KB

Contents

<div class="block" id="chat_settings">
    <div class="header">
        <div class="header_text">
             <%=t('chat.title')%>
        </div>
        <div class="header_icon_right">
          <%= link_to (image_tag('btn/edit.png')),  "javascript:showSettings(\"chat_settings\");" %>
        </div>
    </div>
    <div id="chat_settings_briefing" class="settings_briefing content">        
        <div class="form_row">
            <%=t('chat.settings.title')%>
        </div>
    </div>
    <div class="content settings_content" id="chat_settings_content" style="display:none;">
				<%= form_tag(:controller => "Xmpp", :action => "updateSettings", :method => "get") do %>
        <ul>
        <div class="settings_block">
        	<div class="form_row">
          </div>
          <div class="form_sub_row">
            <% checked = current_user.chat_enabled %>
            <%= check_box_tag 'enable_chat', true, checked %>
            <%= label_tag(:enable_chat, t('chat.settings.checkbox')) %> 
          </div>
          <div class="actions center">
              <%= hidden_field_tag :settings_section, :chat %>
              <%= submit_tag t('chat.settings.update'), :class => "button" %>
          </div>
        </div>
        </ul>
        <% end %>
    </div>
</div>

Version data entries

120 entries across 120 versions & 3 rubygems

Version Path
social_stream-0.25.0 presence/app/views/chat/_settings.html.erb
social_stream-presence-0.12.0 app/views/chat/_settings.html.erb
social_stream-0.24.1 presence/app/views/chat/_settings.html.erb
social_stream-0.24.0 presence/app/views/chat/_settings.html.erb
social_stream-presence-0.11.0 app/views/chat/_settings.html.erb
social_stream-presence-0.10.3 app/views/chat/_settings.html.erb
social_stream-0.23.4 presence/app/views/chat/_settings.html.erb
social_stream-0.23.3 presence/app/views/chat/_settings.html.erb
social_stream-presence-0.10.2 app/views/chat/_settings.html.erb
social_stream-presence-0.10.1 app/views/chat/_settings.html.erb
social_stream-0.23.2 presence/app/views/chat/_settings.html.erb
social_stream-0.23.1 presence/app/views/chat/_settings.html.erb
social_stream-presence-0.10.0 app/views/chat/_settings.html.erb
social_stream-presence-0.9.1 app/views/chat/_settings.html.erb
social_stream-presence-0.9.0 app/views/chat/_settings.html.erb
social_stream-presence-0.8.7 app/views/chat/_settings.html.erb
social_stream-presence-0.8.6 app/views/chat/_settings.html.erb
social_stream-0.22.1 presence/app/views/chat/_settings.html.erb
social_stream-presence-0.8.4 app/views/chat/_settings.html.erb
social_stream-0.22.0 presence/app/views/chat/_settings.html.erb