Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Spelling mistake #167

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CiviBooking is a CiviCRM extension which allows you to:

- Create a list of resources which are available to be booked (we call these limited resources as once their booked, they're gone!)
- These are shown in a fancy calendar type screen so you can see what’s available super easily.
- Contacts in the database can book one of more of these by using the booking wizard.
- Contacts in the database can book one or more of these by using the booking wizard.
- Contacts can add unlimited resources to the bookings (tea's, coffee's, solar energy...)
- Contacts can add additional charges, discounts and calculate a price based on what’s booked.
- You can make provisional bookings and come back and edit them later.
Expand All @@ -23,13 +23,12 @@ To find out more about the extensions directory and how to configure it please s
1. Set up and install CiviCRM as you would normally. More details [Here](https://wiki.civicrm.org/confluence/display/CRMDOC/Installation+and+Upgrades)

2. Create and set your extensions directory in CiviCRM at:

http://example.com/civicrm/admin/setting/path?reset=1
http://example.com/civicrm/admin/setting/path?reset=1

(You may need to create a folder for your extensions and set the permissions for that folder. See [Here](https://wiki.civicrm.org/confluence/display/CRMDOC43/Extensions) for full instructions and information on how to set and configure extensions.)

3. Once configured, simply got to the "add new" tab in your extensions listing:
http://example.com/civicrm/admin/extensions?reset=1
http://example.com/civicrm/admin/extensions?reset=1

Then locate the CiviBooking extension and click Download.

Expand Down Expand Up @@ -104,7 +103,6 @@ Please contact the follow email if you have any question: <[email protected]>

Paid support for this extension is available, please contact us either via github or at [email protected]

<br \>

[![Compucorp Ltd.][1]][2]
[1]: https://www.compucorp.co.uk/sites/default/files/logo.png
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/ResourceConfigOption.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{ts}There are no resources configuration option.{/ts}
</div>
<div class="action-link">
<a href="{crmURL p='civicrm/admin/resource/config_set/config_option' q="action=add&sid=$sid&reset=1"}" id="newResourceConfigOption" class="button"><span><div class="icon add-icon"></div>{ts}Add Resource Configruation Option{/ts}</span></a>
<a href="{crmURL p='civicrm/admin/resource/config_set/config_option' q="action=add&sid=$sid&reset=1"}" id="newResourceConfigOption" class="button"><span><div class="icon add-icon"></div>{ts}Add Resource Configuration Option{/ts}</span></a>
</div>
{/if}
{/if}