diff --git a/src/root/Makefile.am b/src/root/Makefile.am index ddfd8c65..4ea4f85e 100644 --- a/src/root/Makefile.am +++ b/src/root/Makefile.am @@ -10,8 +10,9 @@ STATIC = \ FLOT = flot-0.8.3.zip BOOTSTRAP = bootstrap-4.3.1-dist.zip +FONTAWESOME = fontawesome-free-5.10.2-web.zip -ZIPS = $(FLOT) $(BOOTSTRAP) +ZIPS = $(FLOT) $(BOOTSTRAP) $(FONTAWESOME) EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS) @@ -22,9 +23,14 @@ all: mkdir -p $(srcdir)/static/js unzip -u -d $(srcdir)/static $(BOOTSTRAP) unzip -u -d $(srcdir)/static/js $(FLOT) + unzip -u -d $(srcdir)/static $(FONTAWESOME) install-data-local: $(ZIPS) mkdir -p $(hydradir)/static/js cp -prvd $(srcdir)/static/js/* $(hydradir)/static/js mkdir -p $(hydradir)/static/bootstrap cp -prvd $(srcdir)/static/$(basename $(BOOTSTRAP))/* $(hydradir)/static/bootstrap + mkdir -p $(hydradir)/static/fontawesome/css + cp -prvd $(srcdir)/static/$(basename $(FONTAWESOME))/css/all.css $(hydradir)/static/fontawesome/css + mkdir -p $(hydradir)/static/fontawesome/webfonts + cp -prvd $(srcdir)/static/$(basename $(FONTAWESOME))/webfonts/* $(hydradir)/static/fontawesome/webfonts diff --git a/src/root/edit-jobset.tt b/src/root/edit-jobset.tt index 2b26558a..66eef42a 100644 --- a/src/root/edit-jobset.tt +++ b/src/root/edit-jobset.tt @@ -9,7 +9,7 @@ [% BLOCK renderJobsetInput %] - + input.name) %]/> @@ -51,7 +51,7 @@ [% INCLUDE renderJobsetInput input=input baseName="input-$input.name" %] [% END %] - + @@ -182,7 +182,7 @@ [% INCLUDE renderJobsetInputs %] - + [% INCLUDE renderJobsetInput input="" extraClass="template" id="input-template" baseName="input-template" %] diff --git a/src/root/edit-project.tt b/src/root/edit-project.tt index 4d7f82a4..eda5b3d3 100644 --- a/src/root/edit-project.tt +++ b/src/root/edit-project.tt @@ -71,7 +71,7 @@ diff --git a/src/root/fontawesome-free-5.10.2-web.zip b/src/root/fontawesome-free-5.10.2-web.zip new file mode 100644 index 00000000..35aa5b2a Binary files /dev/null and b/src/root/fontawesome-free-5.10.2-web.zip differ diff --git a/src/root/jobset-eval.tt b/src/root/jobset-eval.tt index b43bf410..74d2c7ff 100644 --- a/src/root/jobset-eval.tt +++ b/src/root/jobset-eval.tt @@ -2,7 +2,7 @@ [% PROCESS common.tt %]
- Compare to... + Compare to...
diff --git a/src/root/user.tt b/src/root/user.tt index e1515b53..3535bf26 100644 --- a/src/root/user.tt +++ b/src/root/user.tt @@ -100,18 +100,18 @@ [% END %] [% IF !create && c.check_user_roles('admin') && user.type == 'hydra' %] [% END %] [% IF !create %] [% END %] diff --git a/src/root/users.tt b/src/root/users.tt index 6d7fcc7a..19d96d11 100644 --- a/src/root/users.tt +++ b/src/root/users.tt @@ -25,7 +25,7 @@
- Add a new user + Add a new user [% END %]