%
# Copyright (C) 2011 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see
<%= t('sections.body1', <<-DETAILS, Sections are listed along the left side of the window (%{showme1}). Each section can have multiple pages inside of it. To organize or add sections, click the "%{manage_sections}" link (%{showme2}). DETAILS :showme1 => show_me('sections_list_hover'), :manage_sections => manage_sections_link_text, :showme2 => show_me('organize_sections_hover')) %>
<%= t('sections.body2', <<-DETAILS, You can rename any section by clicking on the %{edit_icon} icon that appears, rearrange sections by clicking and dragging them, or delete sections by clicking the %{delete_icon} icon. DETAILS :edit_icon => ''.html_safe, :delete_icon => ''.html_safe) %>
<%= t('pages.body1', <<-DETAILS, Sections have multiple pages. You can see the list of pages for the current section on the right side of the window (%{showme1}). To organize or add pages, click the "%{manage_pages}" link (%{showme2}). DETAILS :showme1 => show_me('pages_list_hover'), :manage_pages => manage_pages_link_text, :showme2 => show_me('organize_pages_hover')) %>
<%= t('pages.body2', <<-DETAILS, You can rename any page by click on the %{edit_icon} icon that appears, delete a page by clicking the %{delete_icon} icon, or rearrange the order of pages by click and dragging them. DETAILS :edit_icon => edit_icon, :delete_icon => delete_icon) %>
<%= t('page_content.body2', <<-DETAILS, Now you're editing! Rename the page or change commenting options (%{showme1}) if you like. You can save, preview or cancel your changes at any time by clicking the button on the right side (%{showme2}). DETAILS :showme1 => show_me('page_settings_hover'), :showme2 => show_me('page_buttons_hover')) %>
<%= t('page_content.body3', <<-DETAILS, Content is divided into subsections, which each have a dotted border. You can delete or edit the contents of a subsection by clicking the %{edit_icon} or %{delete_icon} icons at the top right corner of the subsection. DETAILS :edit_icon => edit_icon, :delete_icon => delete_icon(true)) %>
<%= t('page_content.body4', <<-DETAILS, To add new subsections, find and click the type of content you want to add in the options list on the right side of the page (%{showme}). DETAILS :showme => show_me('page_add_subsection_hover')) %>