diff options
Diffstat (limited to 'doc/context/en')
-rw-r--r-- | doc/context/en/admin/security/help.html | 7 | ||||
-rw-r--r-- | doc/context/en/chat/help.html | 8 | ||||
-rw-r--r-- | doc/context/en/events/help.html | 8 |
3 files changed, 20 insertions, 3 deletions
diff --git a/doc/context/en/admin/security/help.html b/doc/context/en/admin/security/help.html index e9a741a5e..bfe81b132 100644 --- a/doc/context/en/admin/security/help.html +++ b/doc/context/en/admin/security/help.html @@ -1,3 +1,4 @@ -<h3>Security Settings</h3> -<p>This page contains various administrator settings related to security.</p> -<p>To save any changes you make to these settings, you must press the Submit button.</p>
\ No newline at end of file +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This page contains various administrator settings related to security. To save any changes you make to these settings, you must press the Submit button.</dd> +</dl>
\ No newline at end of file diff --git a/doc/context/en/chat/help.html b/doc/context/en/chat/help.html new file mode 100644 index 000000000..0aa85b9a9 --- /dev/null +++ b/doc/context/en/chat/help.html @@ -0,0 +1,8 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>You can create and use chat rooms here. Existing chat rooms are either displayed in the </dd> + <dt>Create new chat room</dt> + <dd>Use the "Create New" button to create a new chat room. Enter a name and how long messages should be retained.</dd> + <dt>Chatting</dt> + <dd>Enter your message in the message box and press Submit. You can set a status by selecting the chat room menu button beside the Submit button. Other people "in the room" are visible in the side panel in the "Chat Members" panel.</dd> +</dl>
\ No newline at end of file diff --git a/doc/context/en/events/help.html b/doc/context/en/events/help.html new file mode 100644 index 000000000..8c0b1d4ab --- /dev/null +++ b/doc/context/en/events/help.html @@ -0,0 +1,8 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>This page displays a calendar of events both owned by you and shared with you from other channels.</dd> + <dt><a href='#' onclick='contextualHelpFocus("#title", 0); return false;' title="Click to highlight element...">Calendar View</a></dt> + <dd>The calendar can be displayed in month, week, or day mode using the options in the side panel.</dd> + <dt>Export/Import</dt> + <dd>Export or import calendar events using standard iCalendar format (.ics) files.</dd> +</dl>
\ No newline at end of file |