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

Commit 4216bdc

Browse files
committed
Replaced 'check box' with checkbox in HTML files
1 parent 422acb2 commit 4216bdc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

guides/m1x/ce18-ee113/ee1.13_release-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ <h3 id="ee113-11300-changes">Changes</h3>
10181018
<li>Request Path for any URL Redirect (formerly referred to as <em>URL Rewrite</em></li></ul>
10191019
</li>
10201020
<li><!-- EE -->There is a new management page in the Admin Panel: <strong>System</strong> > <strong>Configuration</strong> > ADVANCED > <strong>Index Management</strong>.</li>
1021-
<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>
1021+
<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>
10221022
<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 />
10231023
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 />
10241024
<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>

guides/m1x/other/ht_extend_magento_rest_api.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h3 id="secure-role">Creating a REST role for the Coupon AutoGen API</h3>
415415
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>
416416
<li>From the <strong>Resource Access</strong> list, click <strong>Custom</strong>.</li>
417417
<li><p>Select the checkbox next to the node labeled <strong>CouponDemo API</strong>.</p>
418-
<p id="figure_check-boxes">Magento automatically checks the child check boxes as the following figure shows.</p>
418+
<p id="figure_check-boxes">Magento automatically checks the child checkboxes as the following figure shows.</p>
419419
<img src="{{ site.baseurl }}/common/images/m1x/ht_magento-REST-API_edit_rest_role_api_resources.png" height="203px" width="600px"></li>
420420
<li>Click <strong>Save Role</strong>.<br />
421421
Magento saves the resource API permissions you granted to the Coupon Auto Generate Demo REST role. <br />
@@ -440,7 +440,7 @@ <h3 id="secure-role-attribs">Setting up REST Attributes for the Coupon AutoGen A
440440
<li>On the REST Attributes page, under User Type, click <strong>Admin</strong>.</li>
441441
<li>In the User Type Resources section, from the <strong>Resource Access</strong> list, click <strong>Custom</strong>.</li>
442442
<li>Select the <strong>CouponDemo API</strong> checkbox.<br />
443-
Doing so selects all the child check boxes, as the following figure shows.<br />
443+
Doing so selects all the child checkboxes, as the following figure shows.<br />
444444
<img src="{{ site.baseurl }}/common/images/m1x/ht_magento-REST-API_rest-api-attributes.png" height="263px" width="600px"></li>
445445
<li>Click <strong>Save</strong>.<br />
446446
Any user with the REST Admin role can now read from and write to the Coupon AutoGen API.</li></ol>
@@ -580,8 +580,8 @@ <h3 id="trouble-oauth">OAuth Package Installation Error: `make' failed</h3>
580580
<li>Verify the OAuth installation succeeded as discussed in <a href="#prereq-software-oauth">Confirming that OAuth Installed Successfully</a>.</li></ol>
581581

582582
<h3 id="trouble-admin-panel-options">CouponDemo API Calls Options Don't Display in the Admin Panel</h3>
583-
<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>
584-
<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>
583+
<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>
584+
<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>
585585
<p><strong>Solution:</strong> Use the following steps to isolate and correct the issue:</p>
586586
<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>
587587
<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>
@@ -597,7 +597,7 @@ <h3 id="trouble-admin-panel-options">CouponDemo API Calls Options Don't Display
597597
<li>Click <strong>System</strong> > <strong>REST - Roles</strong>.</li>
598598
<li>Click <strong>Coupon Auto Generate Demo</strong>.</li>
599599
<li>In the left navigation bar, click <strong>Role API Resources</strong>.</li>
600-
<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 />
600+
<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 />
601601
Remove any blank lines and save the <code>.xml</code> files.</li></ol>
602602

603603
<h3 id="trouble-rest-test">Errors Running rest_test.php</h3>

0 commit comments

Comments
 (0)