Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftetaud committed Mar 12, 2018
1 parent 9a50776 commit 1eeeb7f
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# applitutoriel-online

Il s'agit d'un packaging full spa de l'application TUTORIEL, basée sur HornetJs 5.1.0 avec des services page bouchonnés afin de fonctionner sans avoir un back office.
Il s'agit d'un packaging full spa de l'application TUTORIEL, basée sur HornetJs 5.1.1 avec des services page bouchonnés afin de fonctionner sans avoir un back office.


__Cas fonctionnels__
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -94,7 +94,7 @@
"hornet.menuConfig": menuItems.menu
};

root.AppSharedProps = {"appName":"applitutoriel-online","appVersion":"5.1.0","appDescription":"Application tutoriel utilisant le Framework hornet","appAuthor":"MEAE - Ministère de l'Europe et des Affaires étrangères", "welcomePageUrl":"\u002Faccueil"};
root.AppSharedProps = {"appName":"applitutoriel-online","appVersion":"5.1.1","appDescription":"Application tutoriel utilisant le Framework hornet","appAuthor":"MEAE - Ministère de l'Europe et des Affaires étrangères", "welcomePageUrl":"\u002Faccueil"};
var themeUrl = config.themeUrl;
loadFileInDom("/applitutoriel-online/static/img/logo.png", "icon");
loadFileInDom("/applitutoriel-online/static/css/theme.css", "css");
Expand Down
4 changes: 2 additions & 2 deletions static/hornet-themes/CHANGELOG.md
@@ -1,4 +1,4 @@
# hornet-themes-intranet-5.1.1
# hornet-themes-5.1.1

- EVOL[s117] - Composant Aller au contenu
- FIX: Correction positionnement de la croix dans le calendarField
Expand Down Expand Up @@ -43,7 +43,7 @@
- FIX[S22-97]: checkbox/switch: suppression padding-bottom


# hornet-themes-intranet-5.1.0
# hornet-themes-5.1.0

212453 - correctif checkbox en readonly: ajout class + style
212428 - Placement des croix, zone des boutons d'action
Expand Down
4 changes: 2 additions & 2 deletions static/hornet-themes/builder.js
Expand Up @@ -70,7 +70,7 @@
*/

/**
* hornet-themes-intranet - Thème Hornet.js
* hornet-themes - Thème Hornet.js
*
* @author MEAE - Ministère de l'Europe et des Affaires étrangères
* @version v5.1.0
Expand All @@ -82,7 +82,7 @@ module.exports = {
type: "theme",

gulpTasks: function (gulp, project, conf, helper) {
conf.themeName = "hornet-themes-intranet";
conf.themeName = "hornet-themes";

conf.cssSources = {
src: [
Expand Down

0 comments on commit 1eeeb7f

Please sign in to comment.