Skip to content

Commit

Permalink
minor changes in the properties page to fit the standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jhinghaus authored and dwt committed Jun 12, 2018
1 parent 95733d8 commit 0f093dc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/OFS/dtml/properties.dtml
Expand Up @@ -16,7 +16,7 @@
<dtml-call "REQUEST.set('management_page_charset','UTF-8')">
<dtml-call "REQUEST.set('management_page_charset_tag','UTF-8:')">
</dtml-if>

<dtml-if "REQUEST.get('management_page_charset',None)=='UTF-8'">
<dtml-var "u' '">
</dtml-if>
Expand All @@ -25,6 +25,8 @@
<dtml-var manage_tabs>
</dtml-with>

<main>

<form action="<dtml-var "REQUEST.URL1" html_quote>" method="post">
<dtml-if propertyMap>
<p class="form-help">
Expand Down Expand Up @@ -209,12 +211,12 @@ property values, edit the values and click &quot;Save Changes&quot;.
<td>
<input name="manage_editProperties:method"
type="submit"
class="btn btn-outline-secondary"
class="btn btn-primary"
value="Save Changes" />
<dtml-if property_extensible_schema__>
<input name="manage_delProperties:method"
type="submit"
class="btn btn-outline-danger"
class="btn btn-secondary"
value="Delete" />
</td>
<td>
Expand Down Expand Up @@ -314,4 +316,6 @@ property and click the &quot;Add&quot; button.
</form>
</dtml-if>

</main>

<dtml-var manage_page_footer>

0 comments on commit 0f093dc

Please sign in to comment.