Skip to content

Commit

Permalink
Updated ZMI dependencies for Font Awesome, jQuery and bootstrap (#947)
Browse files Browse the repository at this point in the history
* - Updated ZMI dependencies for Font Awesome, jQuery and bootstrap

* fixed form spacing

* fixed FA path

* Use a version compatible with zc.buildout 2.13.

Co-authored-by: drfho <dr.frank.hoffmann@web.de>
Co-authored-by: Michael Howitz <mh@gocept.com>
  • Loading branch information
3 people committed Feb 10, 2021
1 parent ee35c5a commit e46933a
Show file tree
Hide file tree
Showing 61 changed files with 2,941 additions and 1,573 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -10,6 +10,8 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.5.4 (unreleased)
------------------

- Updated ZMI dependencies for Font Awesome, jQuery and bootstrap

- Revised debug info GUI
(`#937 <https://github.com/zopefoundation/Zope/pull/937>`_)

Expand Down
2 changes: 1 addition & 1 deletion src/OFS/dtml/documentAdd.dtml
Expand Up @@ -35,7 +35,7 @@
<div class="form-group row">
<label for="file-data" class="form-label col-sm-3 col-md-2">File</label>
<div class="col-sm-9 col-md-10">
<input id="file-data" class="form-control form-control-file" type="file" name="file:string" value="" />
<input id="file-data" class="btn btn-primary form-control-file" type="file" name="file:string" value="" />
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/OFS/dtml/methodAdd.dtml
Expand Up @@ -36,7 +36,7 @@
<div class="form-group row">
<label for="file" class="form-label col-sm-3 col-md-2">File</label>
<div class="col-sm-9 col-md-10">
<input type="file" id="file" class="form-control form-control-file" name="file:string" value="" />
<input type="file" id="file" class="btn btn-primary form-control-file" name="file:string" value="" />
</div>
</div>

Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/zmi/styles/resources/bootstrap-4.1.1/bootstrap.min.css

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/zmi/styles/resources/bootstrap-4.6.0/bootstrap.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit e46933a

Please sign in to comment.