Skip to content

Commit

Permalink
- fix misspelled name
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Nov 8, 2019
1 parent 96d586b commit cb1cdf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/OFS/dtml/access.dtml
Expand Up @@ -52,7 +52,7 @@
<table>
<dtml-in "ac_inherited_permissions(1)">
<tr>
<td class="zmi-akcquire-title nowrap">
<td class="zmi-acquire-title nowrap">
<dtml-let pname="_['sequence-key']">
<a href="manage_permissionForm?permission_to_manage=&dtml.url_quote-pname;">&dtml-pname;</a>
</dtml-let>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dtml-let permmission_title="name">
<dtml-if "not (_['sequence-index']%10)">
<tr class="zmi-table-head">
<th class="zmi-akcquire-title" title="Acquire?">
<th class="zmi-acquire-title" title="Acquire?">
<dtml-unless isTopLevelPrincipiaApplicationObject>
<a href="manage_acquiredForm">Acquire?</a>
</dtml-unless>
Expand All @@ -114,15 +114,15 @@
</tr>
</dtml-if>
<tr>
<td class="zmi-akcquire-check">
<td class="zmi-acquire-check">
<dtml-if isTopLevelPrincipiaApplicationObject>
&nbsp;
<dtml-else>
<input type="checkbox" name="acquire_&dtml-hashed_name;"
&dtml-acquire; />
</dtml-if>
</td>
<td class="zmi-akcquire-title nowrap">
<td class="zmi-acquire-title nowrap">
<a href="manage_permissionForm?permission_to_manage=&dtml.url_quote-name;">&dtml-name;</a>
</td>
<dtml-in roles mapping>
Expand Down
8 changes: 4 additions & 4 deletions src/zmi/styles/resources/zmi_base.css
Expand Up @@ -365,7 +365,7 @@ form.zmi-upload {
margin-bottom:.5rem;
}
}
.zmi th.zmi-akcquire-title {
.zmi th.zmi-acquire-title {
white-space: nowrap;
}

Expand Down Expand Up @@ -455,11 +455,11 @@ form.zmi-upload {
background-color: #e3e8ed7d;
}

.zmi.zmi-manage_changePermissions td.zmi-akcquire-check,
.zmi.zmi-manage_changePermissions td.zmi-acquire-check,
.zmi.zmi-manage_changePermissions td.zmi-rolename-check,
.zmi.zmi-manage_defined_roles td.zmi-akcquire-check,
.zmi.zmi-manage_defined_roles td.zmi-acquire-check,
.zmi.zmi-manage_defined_roles td.zmi-rolename-check,
.zmi.zmi-manage_access td.zmi-akcquire-check,
.zmi.zmi-manage_access td.zmi-acquire-check,
.zmi.zmi-manage_access td.zmi-rolename-check {
border:1px solid #dee2e6;
text-align:center;
Expand Down

0 comments on commit cb1cdf6

Please sign in to comment.