Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Replaced 'check box' with checkbox throughout the site #2212

Merged
merged 2 commits into from
Jun 12, 2018
Merged
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
2 changes: 1 addition & 1 deletion _includes/comp-man/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To back up:

<img src="{{ site.baseurl }}/common/images/modman_create-backup.png" width="550px" alt="You can back up the Magento 2 file system, media directory, and database">

(If you choose not to back up, clear all check boxes and click **Next**.)
(If you choose not to back up, clear all checkboxes and click **Next**.)

<div class="bs-callout bs-callout-info" id="info">
<p>We strongly recommend you <em>do</em> back up in the event of issues.</p>
Expand Down
2 changes: 1 addition & 1 deletion guides/m1x/ce18-ee113/ee1.13_release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ <h3 id="ee113-11300-changes">Changes</h3>
<li>Request Path for any URL Redirect (formerly referred to as <em>URL Rewrite</em></li></ul>
</li>
<li><!-- EE -->There is a new management page in the Admin Panel: <strong>System</strong> > <strong>Configuration</strong> > ADVANCED > <strong>Index Management</strong>.</li>
<li><!-- EE M-->The options on the <strong>System</strong> > <strong>Index Management</strong> are significantly different. In particular, because manual reindexing is no longer required for most indexers, there are fewer check boxes and the page mostly displays status information. </li>
<li><!-- EE M-->The options on the <strong>System</strong> > <strong>Index Management</strong> are significantly different. In particular, because manual reindexing is no longer required for most indexers, there are fewer checkboxes and the page mostly displays status information. </li>
<li>In the Admin Panel, <strong>Catalog</strong> > <strong>Manage Products</strong> > <em>edit-product</em> > <strong>General</strong> tab page option <strong>Create Permanent Redirect for old URL if URL key changed</strong> changes to <strong>Create Custom Redirect for old URL</strong>.<br />
The feature behaves the same way; namely, selecting <strong>Yes</strong> creates a redirect for the old URL that points to the new URL if a page is moved.<br />
<div class="msg-box important"><img src="{{ site.baseurl }}/common/images/m1x/icon-note.png" alt="note" align="left" width="40"><span><strong>Note</strong>: The wording of this option is expected to change back to the previous wording in a subsequent release.</div>
Expand Down
10 changes: 5 additions & 5 deletions guides/m1x/other/ht_extend_magento_rest_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ <h3 id="secure-role">Creating a REST role for the Coupon AutoGen API</h3>
The Role Resources page contains a hierarchical list of resources to which you can grant or deny the Coupon Auto Generate Demo role access.</li>
<li>From the <strong>Resource Access</strong> list, click <strong>Custom</strong>.</li>
<li><p>Select the checkbox next to the node labeled <strong>CouponDemo API</strong>.</p>
<p id="figure_check-boxes">Magento automatically checks the child check boxes as the following figure shows.</p>
<p id="figure_check-boxes">Magento automatically checks the child checkboxes as the following figure shows.</p>
<img src="{{ site.baseurl }}/common/images/m1x/ht_magento-REST-API_edit_rest_role_api_resources.png" height="203px" width="600px"></li>
<li>Click <strong>Save Role</strong>.<br />
Magento saves the resource API permissions you granted to the Coupon Auto Generate Demo REST role. <br />
Expand All @@ -440,7 +440,7 @@ <h3 id="secure-role-attribs">Setting up REST Attributes for the Coupon AutoGen A
<li>On the REST Attributes page, under User Type, click <strong>Admin</strong>.</li>
<li>In the User Type Resources section, from the <strong>Resource Access</strong> list, click <strong>Custom</strong>.</li>
<li>Select the <strong>CouponDemo API</strong> checkbox.<br />
Doing so selects all the child check boxes, as the following figure shows.<br />
Doing so selects all the child checkboxes, as the following figure shows.<br />
<img src="{{ site.baseurl }}/common/images/m1x/ht_magento-REST-API_rest-api-attributes.png" height="263px" width="600px"></li>
<li>Click <strong>Save</strong>.<br />
Any user with the REST Admin role can now read from and write to the Coupon AutoGen API.</li></ol>
Expand Down Expand Up @@ -580,8 +580,8 @@ <h3 id="trouble-oauth">OAuth Package Installation Error: `make' failed</h3>
<li>Verify the OAuth installation succeeded as discussed in <a href="#prereq-software-oauth">Confirming that OAuth Installed Successfully</a>.</li></ol>

<h3 id="trouble-admin-panel-options">CouponDemo API Calls Options Don't Display in the Admin Panel</h3>
<p><strong>Problem:</strong> After setting up the CouponDemo configuration files, the <strong>CouponDemo API Calls</strong> check boxes do not display in the Admin Panel. A sample is shown <a href="#figure_check-boxes">in a figure earlier in this guide</a>.</p>
<p><strong>Description:</strong> The <strong>CouponDemo API Calls</strong> check boxes display to indicate you set up the module correctly. If they don't display, either the Magento cache hasn't been entirely cleared or there's something wrong with the directory structure or configuration files.</p>
<p><strong>Problem:</strong> After setting up the CouponDemo configuration files, the <strong>CouponDemo API Calls</strong> checkboxes do not display in the Admin Panel. A sample is shown <a href="#figure_check-boxes">in a figure earlier in this guide</a>.</p>
<p><strong>Description:</strong> The <strong>CouponDemo API Calls</strong> checkboxes display to indicate you set up the module correctly. If they don't display, either the Magento cache hasn't been entirely cleared or there's something wrong with the directory structure or configuration files.</p>
<p><strong>Solution:</strong> Use the following steps to isolate and correct the issue:</p>
<ol><li>Make sure your directory structure is set up <em>exactly</em> as shown in <a href="#figure_dir-structure">this figure earlier in this guide</a>.</li>
<li>Make sure you copied the <em>exact text</em> from the sample configuration files discussed in <a href="#extend-rest-api_create-files">Creating Configuration Files</a>. <em>Do not change anything</em>, and remember that case is important.</li>
Expand All @@ -597,7 +597,7 @@ <h3 id="trouble-admin-panel-options">CouponDemo API Calls Options Don't Display
<li>Click <strong>System</strong> > <strong>REST - Roles</strong>.</li>
<li>Click <strong>Coupon Auto Generate Demo</strong>.</li>
<li>In the left navigation bar, click <strong>Role API Resources</strong>.</li>
<li>If the <strong>CouponDemo API Calls</strong> check boxes do not display, double-check <a href="#trouble_xml">all of the <code>.xml</code> configuration files</a> to make sure there is <em>no leading white space</em> (that is, there are no blank lines at the beginning of the files.<br />
<li>If the <strong>CouponDemo API Calls</strong> checkboxes do not display, double-check <a href="#trouble_xml">all of the <code>.xml</code> configuration files</a> to make sure there is <em>no leading white space</em> (that is, there are no blank lines at the beginning of the files.<br />
Remove any blank lines and save the <code>.xml</code> files.</li></ol>

<h3 id="trouble-rest-test">Errors Running rest_test.php</h3>
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.0/cloud/project/project-integrate-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To generate a token:
1. Log in to GitHub.
2. In your personal settings, on the **Personal access tokens** tab page, click [**Generate new token**](https://github.com/settings/tokens/new){:target="_blank"}.
4. In the **Token description** field, enter a meaningful name.
5. Select check boxes corresponding to how you intend to use the token:
5. Select checkboxes corresponding to how you intend to use the token:

* To integrate with public repositories, select **public_repo**
* To integrate with your personal, private repositories, select **repo**
Expand Down
4 changes: 2 additions & 2 deletions guides/v2.0/install-gde/install/hosted/hosted_start_php.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ To configure PHP:

4. Click **Set as current**.

The check boxes following the PHP version are referred to as *PHP extensions*.
The checkboxes following the PHP version are referred to as *PHP extensions*.

4. Select all of the following check boxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.

You can optionally select other PHP extensions if you want.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You can find a `setup_version` parameter in the `<your_Magento_module_dir>/etc/m
</tr>
</table>

* Check boxes and radio buttons work as `on/off` fields.
* Checkboxes and radio buttons work as `on/off` fields.
* Category products grid
* Rendered by a {% glossarytooltip 9bcc648c-bd08-4feb-906d-1e24c4f2f422 %}UI component{% endglossarytooltip %} as a standalone block
* Initialized using the `magento-init` {% glossarytooltip c57aef7c-97b4-4b2b-a999-8001accef1fe %}event{% endglossarytooltip %}
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.1/cloud/project/project-integrate-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To generate a token:
1. Log in to GitHub.
2. In your personal settings, on the **Personal access tokens** tab page, click [**Generate new token**](https://github.com/settings/tokens/new){:target="_blank"}.
4. In the **Token description** field, enter a meaningful name.
5. Select check boxes corresponding to how you intend to use the token:
5. Select checkboxes corresponding to how you intend to use the token:

* To integrate with public repositories, select **public_repo**
* To integrate with your personal, private repositories, select **repo**
Expand Down
4 changes: 2 additions & 2 deletions guides/v2.1/install-gde/install/hosted/hosted_start_php.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ To configure PHP:

4. Click **Set as current**.

The check boxes following the PHP version are referred to as *PHP extensions*.
The checkboxes following the PHP version are referred to as *PHP extensions*.

4. Select all of the following check boxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.

You can optionally select other PHP extensions if you want.

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.1/mtf/mtf_quickstart/mtf_quickstart_magento.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Enable the **Admin Account Sharing** setting to avoid unpredictable logout durin

![Cache Management message]({{ site.baseurl }}/common/images/ftf/mtf_cache_mngt.png){:width="650px"}

* Select the check boxes next to **Configuration** and **Page Cache**.
* Select the checkboxes next to **Configuration** and **Page Cache**.
* From the **Actions** list in the upper left, click **Refresh**.
* Click **Submit**.

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.1/release-notes/ReleaseNotes2.1.0CE.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ To view this setting in the Magento Admin, click **Stores** > Settings > **Confi

<!--- 50498-->* The variations matrix is now populated as expected after you update a configurable product.

<!--- 50461-->* The default address check boxes are checked as expected on the Customer View page.
<!--- 50461-->* The default address checkboxes are checked as expected on the Customer View page.


<!--- 50375-->* Magento now displays images for configurable product variations on the storefront.
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.1/release-notes/ReleaseNotes2.1.0EE.md
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ To view this setting in the Magento Admin, click **Stores** > Settings > **Confi

<!--- 50498-->* The variations matrix is now populated as expected after you update a configurable product.

<!--- 50461-->* The default address check boxes are checked as expected on the Customer View page.
<!--- 50461-->* The default address checkboxes are checked as expected on the Customer View page.


<!--- 50375-->* Magento now displays images for configurable product variations on the storefront.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-multiselectcolumn.md

## Overview

The MultiselectColumn component implements a column with check boxes for selecting records. It also provides controls for selecting multiple records.
The MultiselectColumn component implements a column with checkboxes for selecting records. It also provides controls for selecting multiple records.

MultiselectColumn is a child of the [Listing component]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) and is rendered in its view. Like any component, it can hold the sort order value, which influences the order of all its child elements.

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.1/ui_comp_guide/components/ui-onoffcolumn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-onoffcolumn.md

## Overview

The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of check boxes.
The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of checkboxes.

Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js]({{ site.mage2200url }}app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js)

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Enable the **Admin Account Sharing** setting to avoid unpredictable logout durin
* Go to **Cache Management**.
![Cache Management message]({{ site.baseurl }}/common/images/ftf/mtf_cache_mngt.png){:width="650px"}

* Select the check boxes next to **Configuration** and **Page Cache**.
* Select the checkboxes next to **Configuration** and **Page Cache**.
* * From the **Actions** list in the upper left, click **Refresh**.
* * Click **Submit**.
## Enable CLI commands
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-multiselectcolumn.md

## Overview

The MultiselectColumn component implements a column with check boxes for selecting records. It also provides controls for selecting multiple records.
The MultiselectColumn component implements a column with checkboxes for selecting records. It also provides controls for selecting multiple records.

MultiselectColumn is a child of the [Listing component]({{ page.baseurl }}/ui_comp_guide/components/ui-listing-grid.html) and is rendered in its view. Like any component, it can hold the sort order value, which influences the order of all its child elements.

Expand Down
2 changes: 1 addition & 1 deletion guides/v2.2/ui_comp_guide/components/ui-onoffcolumn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github_link: ui_comp_guide/components/ui-onoffcolumn.md

## Overview

The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of check boxes.
The OnOffColumn component is a decorator for [MultiselectColumn]({{ page.baseurl }}/ui_comp_guide/components/ui-multiselectcolumn.html). It displays toggle switch elements instead of checkboxes.

Constructor: [app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js]({{ site.mage2200url }}app/code/Magento/Ui/view/base/web/js/grid/columns/onoff.js)

Expand Down